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

root a6493549bd updated TODO il y a 9 ans
archive 3bdcfb2b4e Moved bash version to archive il y a 9 ans
.gitignore 6b0e995a8e First release of FindSecurityGroup il y a 9 ans
FindInstance.py 2ae84fd6bc Reversed parameter order il y a 9 ans
FindInstanceInProfile.py 02db6e2425 Changed tabs to spaces in SecurityGroup il y a 9 ans
FindSecurityGroup.py 2ae84fd6bc Reversed parameter order il y a 9 ans
FindSecurityGroupInProfile.py 02db6e2425 Changed tabs to spaces in SecurityGroup il y a 9 ans
GetTrailBySecurityGroup.py e62a4ada07 Pieces in place to automate investigation. Need to improve output format. il y a 9 ans
LICENSE 64c838efa8 initial commit il y a 9 ans
README.md 76c05361c2 General updates il y a 9 ans
SecurityGroupCloudTrail.sh e62a4ada07 Pieces in place to automate investigation. Need to improve output format. il y a 9 ans
SecurityGroupDetails.sh e62a4ada07 Pieces in place to automate investigation. Need to improve output format. il y a 9 ans
StartFed.sh 83b68292f0 Added StartFed script il y a 9 ans
TODO a6493549bd updated TODO il y a 9 ans
TestBoto.py 76c05361c2 General updates il y a 9 ans

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