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

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

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