Command option Sample:aws ec2 create-vpn-connection

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

Creates a VPN connection between an existing virtual private gatewayand a VPN customer gateway.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/create-vpn-connection.html

aws ec2 create-vpn-connection --type ipsec.1 --customer-gateway-id cgw-0e11f167 --vpn-gateway-id vgw-9a4cacf3
    create-vpn-gateway — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/create-vpn-connection.html
aws ec2 create-vpn-connection --vpn vgw-f9da06e7 --cust cgw-f4d905ea --t ipsec.1
    (SDD422) Amazon VPC Deep Dive | AWS re:Invent 2014 : http://www.slideshare.net/AmazonWebServices/deep-dive-amazon-virtual-private-cloud-50365029

aws のオプション一覧