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

Fred Damstra 2ae84fd6bc Reversed parameter order hace 9 años
archive 3bdcfb2b4e Moved bash version to archive hace 9 años
.gitignore 6b0e995a8e First release of FindSecurityGroup hace 9 años
FindInstance.py 2ae84fd6bc Reversed parameter order hace 9 años
FindInstanceInProfile.py 2ae84fd6bc Reversed parameter order hace 9 años
FindSecurityGroup.py 2ae84fd6bc Reversed parameter order hace 9 años
FindSecurityGroupInProfile.py 2ae84fd6bc Reversed parameter order hace 9 años
LICENSE 64c838efa8 initial commit hace 9 años
README.md 76c05361c2 General updates hace 9 años
StartFed.sh 83b68292f0 Added StartFed script hace 9 años
TestBoto.py 76c05361c2 General updates hace 9 años

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