Scripts to make life with AWS more manageable. Some are specific to my instances.

Fred Damstra a5ca2e8dec Python version works 100% 9 rokov pred
FindInstanceInProfile.py a5ca2e8dec Python version works 100% 9 rokov pred
FindInstanceInProfile.sh 76c05361c2 General updates 9 rokov pred
LICENSE 64c838efa8 initial commit 9 rokov pred
README.md 76c05361c2 General updates 9 rokov pred
StartFed.sh 83b68292f0 Added StartFed script 9 rokov pred
TestBoto.py 76c05361c2 General updates 9 rokov pred

README.md

aws-scripts

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