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