Skip to content

Python script to remove all default VPCs from all regions in AWS.

License

Notifications You must be signed in to change notification settings

0nri/remove-default-vpcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

remove-default-vpcs

Python script to remove all default VPCs from all regions in AWS.

Pre-requisite:

$ pip install botocore boto3

Before running:

Ensure AWS credentials are ready (e.g. ~/.aws/credential). See Boto configuring credentials

Quickest way is to use aws configure (need AWS CLI installed)

Usage:

$ python remove_default_vpcs.py

Options:

--no-verify-ssl

Disable SSL verification. Could be useful if you are behind proxy.

--profile=<profile>

If you have multiple credential profiles configured. Boto will use [default] profile by default.

About

Python script to remove all default VPCs from all regions in AWS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages