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.
go >= 1.15.2
- AWS credentials with appropriate permissions to delete VPC, IGW, and Subnets
go build -o delete-default-vpc
./delete-default-vpc