Scripts to make life with AWS more manageable. Some are specific to my instances.
|
9 years ago | |
---|---|---|
archive | 9 years ago | |
.gitignore | 9 years ago | |
FindInstance.py | 9 years ago | |
FindInstanceInProfile.py | 9 years ago | |
FindSecurityGroup.py | 9 years ago | |
FindSecurityGroupInProfile.py | 9 years ago | |
GetTrailBySecurityGroup.py | 9 years ago | |
LICENSE | 9 years ago | |
README.md | 9 years ago | |
SecurityGroupCloudTrail.sh | 9 years ago | |
SecurityGroupDetails.sh | 9 years ago | |
StartFed.sh | 9 years ago | |
TODO | 9 years ago | |
TestBoto.py | 9 years ago |
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