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:
- The script requires AWS CLI and does not depend on any other tools.
- 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