Scripts to make life with AWS more manageable. Some are specific to my instances.
Prerequisite: boto3. To install, run:
sudo easy_install pip && pip install boto3
On El Capitan, I had to run:
sudo -H pip install --ignore-installed six --upgrade boto3