Command option Sample:aws ec2 replace-route-table-association

Search command sample in the internet.It is the result.

Changes the route table associated with a given subnet in a VPC.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/replace-route-table-association.html

aws ec2 replace-route-table-association --association-id rtbassoc-781d0d1a --route-table-id rtb-22574640
    replace-route — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/replace-route-table-association.html
aws ec2 replace-route-table-association \
  : http://takumicloud.jp/blog/author/y-mabashi/
aws ec2 replace-route-table-association \
    Changing the Route Table Associated with a Subnet - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Changing+the+Route+Table+Associated+with+a+Subnet

aws のオプション一覧