Skip to content

mnyethecyberguy/aws-delete-default-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

aws-delete-default-resources

This bash shell script is configured to delete the default VPCs and associated resources across all enabled regions on your account. Can be particularly useful when creating a new AWS account to eliminate insecure default configurations in your environment.

Resources Removed

The following resource objects attached to the default VPC, in addition to the VPC itself, are removed in all enabled regions:

  • DHCP Options
  • Internet Gateway
  • Subnets
  • Security Groups
  • Network ACLs
  • Route Table
  • Default VPC

Dependencies

  • awscliv2 installed and configured with a default profile
  • jq (for parsing JSON output from AWS CLI commands)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages