
delete-vpc
**********


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

Deletes a VPC. You must detach or delete all gateways or other objects
that are dependent on the VPC first. For example, you must terminate
all running instances, delete all VPC security groups (except the
default), delete all the route tables (except the default), etc.


SYNOPSIS
========

   aws ec2 delete-vpc
     --vpc-id <value>


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

"--vpc-id"  (string)
   The ID of the VPC you want to delete.


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

None
