Command option Sample:aws ec2 create-customer-gateway

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

Provides information to AWS about your VPN customer gateway device.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/create-customer-gateway.html

aws ec2 create-customer-gateway --type ipsec.1 --public-ip *.*.*.* --bgp-asn 65534
    create-customer-gateway — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/create-customer-gateway.html
aws ec2 create-customer-gateway --type ipsec.1 --bgp-asn 65000 --public-ip *.*.*.* 2
    aws_customer_gateway updates existing manually created cgw when it has same IP address 揃 Issue #7492 揃 hashicorp/terraform 揃 GitHub : http://github.com/hashicorp/terraform/issues/7492
aws ec2 create-customer-gateway --type ipsec.1 --public *.*.*.* --bgp 6500
    (SDD422) Amazon VPC Deep Dive | AWS re:Invent 2014 : http://www.slideshare.net/AmazonWebServices/aws-may-webinar-series

aws のオプション一覧