コマンドオプションサンプル:aws ec2 create-vpn-connection-route

コマンドサンプルを検索した結果です。

既存の仮想プライベートゲートウェイとVPNカスタマーゲートウェイとの間のVPN接続に関連付けられたスタティックルートを作成します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/create-vpn-connection-route.html

aws ec2 create-vpn-connection-route --vpn-connection-id vpn-40f41529 --destination-cidr-block *.*.*.*/16
    create-vpn-connection — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/create-vpn-connection-route.html
aws ec2 create-vpn-connection-route --vpn-connection-id
    aws-vpn-migration-scripts/3-createAwsVpn.sh at master 揃 awslabs/aws-vpn-migration-scripts 揃 GitHub : http://github.com/awslabs/aws-vpn-migration-scripts/blob/master/src/3-createAwsVpn.sh
aws ec2 create-vpn-connection-route \
    Getting Information About Your VPN Connections - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Creating+a+VPN+Connection+Route

aws のオプション一覧