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

Fred Damstra 2ae84fd6bc Reversed parameter order пре 9 година
archive 3bdcfb2b4e Moved bash version to archive пре 9 година
.gitignore 6b0e995a8e First release of FindSecurityGroup пре 9 година
FindInstance.py 2ae84fd6bc Reversed parameter order пре 9 година
FindInstanceInProfile.py 2ae84fd6bc Reversed parameter order пре 9 година
FindSecurityGroup.py 2ae84fd6bc Reversed parameter order пре 9 година
FindSecurityGroupInProfile.py 2ae84fd6bc Reversed parameter order пре 9 година
LICENSE 64c838efa8 initial commit пре 9 година
README.md 76c05361c2 General updates пре 9 година
StartFed.sh 83b68292f0 Added StartFed script пре 9 година
TestBoto.py 76c05361c2 General updates пре 9 година

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