Command option Sample:aws ec2 create-vpn-connection-route

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

Creates a static route associated with a VPN connection between anexisting virtual private gateway and a VPN customer gateway.Show details from next link. 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 のオプション一覧