This repo contains a collection of script to help with basic AWS administration. All directories cover a service or topic and you can find a README (hopefully) in each of them :)
I am not a python developer and the code is sure as hell not so good, but it does the job. :D
There are Requirements file in every directory. You can install the python dependencies via:
pip install -r requirements.txt
- Python3
autopep8 --in-place autoscaling/metrics/*.py
autopep8 --in-place autoscaling/diff/*.py
autopep8 --in-place autoscaling/process/*.py