AWS Clean is designed to clean your account. Focusing on deleting resources that cost money. This software is provided as is and I take no responsibility for errors caused by this script.
This was some work I did before aws-nuke came round. Use that instead. https://github.com/rebuy-de/aws-nuke
You will need a version of Python 3.5+. You can download python 3.5+ here. You can check your python version using this.
python --version
Remember to make sure that you don't already have python3 installed by using this.
python3 --version
- Python - The language used
- Boto3 - AWS Python SDK
- docopt - Used to create great command-line style functionality
Please read docs/CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Joshua Eaton - Initial work - Github
See also the list of contributors who participated in this project.
This project is licensed under the APACHE License - see the LICENSE file for details