aws cliの使い方について
パブリックサブネットにおいたEC2から、
RouteTableの情報を取得して、編集しようとしています。
いまあるRouteTableに追記しようとしていて、
下記ページのExampleになぞって書いたのですがエラーが出ます。
https://docs.aws.amazon.com/cli/latest/reference/ec2/create-route.html
[root@ip-***** ~]# ec2-create-route --route-table-id rtb-***** --destination-cidr-block 1.2.3.4/32 --instance-id i-***** Unrecognized option: --route-table-id (use -h for usage)
なぜ--route-table-idでエラーが出るかご存知の方いらっしゃいますか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。