- Make sure you have a working python 2 environment with
boto3
installed. If you don't have a clean setup, you can run something like this:
virtualenv mypythonenv
source ./mypythonenv/bin/activate
pip install -r requirements.txt
- Copy the included
config.example.yaml
file toconfig.yaml
and edit to meet your needs. - Run
./create-workshop-accounts.py
- Download the
aws-nuke
binary from https://github.com/rebuy-de/aws-nuke/releases (make sure it's v2.10.0 or newer). - Put it in /usr/local/bin and make it executable.
- Run
./wipe-accounts.py