dongsupark / delete_vpc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Shell 100.0%