Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 644

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To attach a virtual private gateway to your VPC**

This example attaches the specified virtual private gateway to the specified VPC.

Command::

  aws ec2 attach-vpn-gateway --vpn-gateway-id vgw-9a4cacf3 --vpc-id vpc-a01106c2

Output::

  {
      "VpcAttachement": {
          "State": "attaching",
          "VpcId": "vpc-a01106c2"
      }
  }