完了確認
「VPC"handson-cli-vpc"にルートテーブル"handson-cli-public-routetable"が存在する。」ことを確認します。
コマンド:
aws ec2 describe-route-tables \
--filters Name=vpc-id,Values=${EC2_VPC_ID} \
Name=tag:Name,Values=${EC2_ROUTE_TABLE_TAG_NAME} \
--query "RouteTables[].Tags[?Key == \`Name\`].Value" \
--output text
結果(例):
handson-cli-public-routetable