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