Scripts to make life with AWS more manageable. Some are specific to my instances.
|
преди 9 години | |
---|---|---|
FindInstanceInProfile.py | преди 9 години | |
FindInstanceInProfile.sh | преди 9 години | |
LICENSE | преди 9 години | |
README.md | преди 9 години | |
StartFed.sh | преди 9 години | |
TestBoto.py | преди 9 години |
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