Scripts to make life with AWS more manageable. Some are specific to my instances.
|
%!s(int64=9) %!d(string=hai) anos | |
---|---|---|
archive | %!s(int64=9) %!d(string=hai) anos | |
.gitignore | %!s(int64=9) %!d(string=hai) anos | |
FindInstance.py | %!s(int64=9) %!d(string=hai) anos | |
FindInstanceInProfile.py | %!s(int64=9) %!d(string=hai) anos | |
FindSecurityGroup.py | %!s(int64=9) %!d(string=hai) anos | |
FindSecurityGroupInProfile.py | %!s(int64=9) %!d(string=hai) anos | |
LICENSE | %!s(int64=9) %!d(string=hai) anos | |
README.md | %!s(int64=9) %!d(string=hai) anos | |
StartFed.sh | %!s(int64=9) %!d(string=hai) anos | |
TestBoto.py | %!s(int64=9) %!d(string=hai) anos |
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