コマンドオプションサンプル:aws ec2 create-customer-gateway

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

VPNカスタマーゲートウェイデバイスに関する情報をAWSに提供します。 詳細は次のリンクを参照してください。 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
    Proud Blog - AWSと他の環境をVPNで繋げる際の「VPN接続」の作成をシェルスクリプトにしてみた。 : http://blog.proudit.jp/2016/08/16/shell-script-for-aws-vpn.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 --public-ip
    AWSと他の環境をVPNで繋げる際の「VPN接続」の作成をシェルスクリプトにしてみた。 ref: http://qiita.com/kooohei/items/2b7bfbad580ae9c7d3dc ・ GitHub : http://gist.github.com/7ae0743500bfc272b97fb5429763f9e2
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 \u003cspan class=\
    AWSと他の環境をVPNで繋げる際の「VPN接続」の作成をシェルスクリプトにしてみた。 : http://qiita.com/kooohei/items/2b7bfbad580ae9c7d3dc
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 のオプション一覧