
attach-internet-gateway
***********************


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

Attaches an Internet gateway to a VPC, enabling connectivity between
the Internet and the VPC. For more information about your VPC and
Internet gateway, go to the Amazon Virtual Private Cloud User Guide.


SYNOPSIS
========

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


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

"--vpc-id"  (string)
   The ID of the VPC.

"--internet-gateway-id"  (string)
   The ID of the Internet gateway to attach.


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

None
