Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 530 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 530 Bytes

delete-default-vpc

Delete default VPC in all regions in an AWS account.

There are Python and Bash scripts that do this like this and this, but Python requires Python to be installed, and Bash is quite slow.

Requirements

  • go >= 1.15.2
  • AWS credentials with appropriate permissions to delete VPC, IGW, and Subnets

Build

go build -o delete-default-vpc

Run

./delete-default-vpc