
detach-internet-gateway
***********************


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

Detaches an Internet gateway from a VPC, disabling connectivity
between the Internet and the VPC. The VPC must not contain any running
instances with elastic IP addresses. For more information about your
VPC and Internet gateway, go to Amazon Virtual Private Cloud User
Guide.

For more information about Amazon Virtual Private Cloud and Internet
gateways, go to the Amazon Virtual Private Cloud User Guide.


SYNOPSIS
========

   aws ec2 detach-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 detach.


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

None
