Skip to content

A few python scripts to help create, use, and clean up AWS accounts for workshops / labs

Notifications You must be signed in to change notification settings

justinclayton/aws-organizations-scripts

Repository files navigation

Using Organizations For Workshops

Creating Accounts

  1. 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
  1. Copy the included config.example.yaml file to config.yaml and edit to meet your needs.
  2. Run ./create-workshop-accounts.py

Wiping Accounts

  1. Download the aws-nuke binary from https://github.com/rebuy-de/aws-nuke/releases (make sure it's v2.10.0 or newer).
  2. Put it in /usr/local/bin and make it executable.
  3. Run ./wipe-accounts.py

About

A few python scripts to help create, use, and clean up AWS accounts for workshops / labs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages