Skip to content

adler/awsheet-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demonstration of using AWSHeet library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages