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

Fred Damstra 7e81502ddd Output fixed, can search instance by name 9 gadi atpakaļ
archive 3bdcfb2b4e Moved bash version to archive 9 gadi atpakaļ
.gitignore 6b0e995a8e First release of FindSecurityGroup 9 gadi atpakaļ
FindInstance.py 2ae84fd6bc Reversed parameter order 9 gadi atpakaļ
FindInstanceInProfile.py 7e81502ddd Output fixed, can search instance by name 9 gadi atpakaļ
FindSecurityGroup.py 2ae84fd6bc Reversed parameter order 9 gadi atpakaļ
FindSecurityGroupInProfile.py cc351321d2 Minor issues 9 gadi atpakaļ
GetTrailBySecurityGroup.py e62a4ada07 Pieces in place to automate investigation. Need to improve output format. 9 gadi atpakaļ
LICENSE 64c838efa8 initial commit 9 gadi atpakaļ
README.md 76c05361c2 General updates 9 gadi atpakaļ
SecurityGroupCloudTrail.sh e62a4ada07 Pieces in place to automate investigation. Need to improve output format. 9 gadi atpakaļ
SecurityGroupDetails.sh e62a4ada07 Pieces in place to automate investigation. Need to improve output format. 9 gadi atpakaļ
StartFed.sh 83b68292f0 Added StartFed script 9 gadi atpakaļ
TODO c81f0db689 Added a todo list. 9 gadi atpakaļ
TestBoto.py 76c05361c2 General updates 9 gadi atpakaļ

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