adler / awsheet-demos

Demonstration of using AWSHeet library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Python 100.0%