Skip to content

Delete a VPC located on a AWS region with its all dependencies

Notifications You must be signed in to change notification settings

cnluzhang/delete_vpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

delete_vpc

A shell script to delete AWS VPC with its dependencies (EC2 Instance, NAT Gateway, VPN Connection, VPN Gateway, VPC Peering, Endpoint, Egress Only Internet Gateway, Network ACL, Security Group, Elastic IP, Internet Gateway, Network Interface, Subnet and Route Table).

Modified on Jun 7, 2020: Solved the issue of Security Group deleting failed when Security Group attached to ENI.

Note:

  1. The script requires AWS CLI and does not depend on any other tools.
  2. Optional. To use a specific credential, add a profile in the environment variable AWS_PROFILE.
Usage      : ./delete_vpc.sh <region-id> <vpc-id>
For example: ./delete_vpc.sh us-east-1 vpc-xxxxxxxxxx
             AWS_PROFILE=xxxxx ./delete_vpc.sh eu-central-1 vpc-xxxxxxxxxx

About

Delete a VPC located on a AWS region with its all dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%