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

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

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