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

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

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