
attach-vpn-gateway
******************


DESCRIPTION
===========

Attaches a VPN gateway to a VPC. This is the last step required to get
your VPC fully connected to your data center before launching
instances in it. For more information, go to Process for Using Amazon
VPC in the Amazon Virtual Private Cloud Developer Guide.


SYNOPSIS
========

   aws ec2 attach-vpn-gateway
     --vpc-id <value>
     --vpn-gateway-id <value>


REQUIRED PARAMETERS
===================

"--vpc-id"  (string)
   The ID of the VPC to attach to the VPN gateway.

"--vpn-gateway-id"  (string)
   The ID of the VPN gateway to attach to the VPC.


OPTIONAL PARAMETERS
===================

None
