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

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

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