Clone this repository and customize it. Now you can use https://github.com/adler/awsheet
- AWS credentials authoirzed with at least 'Amazon EC2 Full Access' (use IAM to create a special user)
- EC2 requires a key pair
- install requirements (AWSHeet )
sudo pip install -r requirements.txt
3. replace CHANGEME with your own values in demo.py and demo.auth (including key_name)
cp demo.auth.example demo.auth
$EDITOR demo.auth
$EDITOR demo.py
- run the demo script to create an instance
$ ./demo.py
- run the demo script again to destroy the instance
$ ./demo.py --destroy
to load awsheet from a special directory (e.g. a local checkout) instead of from site-packages
env PYTHONPATH=~/work/awsheet/ python ./demo.py