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