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

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

既存の仮想プライベートゲートウェイとVPNカスタマーゲートウェイの間にVPN接続を作成します。 詳細は次のリンクを参照してください。 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
    Proud Blog - AWSと他の環境をVPNで繋げる際の「VPN接続」の作成をシェルスクリプトにしてみた。 : http://blog.proudit.jp/2016/08/16/shell-script-for-aws-vpn.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 --type ipsec.1 --customer-gateway-id
    AWSと他の環境をVPNで繋げる際の「VPN接続」の作成をシェルスクリプトにしてみた。 ref: http://qiita.com/kooohei/items/2b7bfbad580ae9c7d3dc ・ GitHub : http://gist.github.com/7ae0743500bfc272b97fb5429763f9e2
aws ec2 create-vpn-connection \u003cspan class=\
    AWSと他の環境をVPNで繋げる際の「VPN接続」の作成をシェルスクリプトにしてみた。 : http://qiita.com/kooohei/items/2b7bfbad580ae9c7d3dc
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 のオプション一覧