Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 981 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 981 Bytes

AWSHeet Demo

Clone this repository and customize it. Now you can use https://github.com/adler/awsheet

Requirements

  • AWS credentials authoirzed with at least 'Amazon EC2 Full Access' (use IAM to create a special user)
  • EC2 requires a key pair

Getting Started

  1. 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
  1. run the demo script to create an instance
$ ./demo.py
  1. run the demo script again to destroy the instance
$ ./demo.py --destroy

Notes

to load awsheet from a special directory (e.g. a local checkout) instead of from site-packages

env PYTHONPATH=~/work/awsheet/ python ./demo.py