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