Skip to content

lgooch/aws-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-tools

license

Description

Provides a tool to delete the default VPC in a given AWS account.

Installation

From source

git clone https://github.com/lgooch/aws-tools
cd aws-tools
pip install -r requirements.txt
python setup.py install

You will also need the AWS CLI to be installed. More information can be found at https://aws.amazon.com/cli/

Usage

To run the script against the default profile configured for the AWS CLI you can run

deleteDefaultVPC.py

To use a different profile you can use

deleteDefaultVPC.py --profile foo

If you would like to automatically accept the deleting of the VPC's you can run

deleteDefaultVPC.py --profile foo --accept y

Contributing

Please feel free to raise a PR for any improvements that can be made.

License

MIT: see LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages