Scripts to make life with AWS more manageable. Some are specific to my instances.
|
hace 9 años | |
---|---|---|
archive | hace 9 años | |
.gitignore | hace 9 años | |
FindInstance.py | hace 9 años | |
FindInstanceInProfile.py | hace 9 años | |
FindSecurityGroup.py | hace 9 años | |
FindSecurityGroupInProfile.py | hace 9 años | |
LICENSE | hace 9 años | |
README.md | hace 9 años | |
StartFed.sh | hace 9 años | |
TestBoto.py | hace 9 años |
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