Scripts to make life with AWS more manageable. Some are specific to my instances.
|
il y a 9 ans | |
---|---|---|
FindInstanceInProfile.py | il y a 9 ans | |
FindInstanceInProfile.sh | il y a 9 ans | |
LICENSE | il y a 9 ans | |
README.md | il y a 9 ans | |
StartFed.sh | il y a 9 ans | |
TestBoto.py | il y a 9 ans |
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