forked from coresoftwaregroup/boto-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
17 lines (12 loc) · 959 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
These scripts are meant to be small re-usable examples for various tasks with Boto. They were created for a presentation at the Python Web Development Meetup (http://www.meetup.com/Python-Web-Development/events/114056722/), but are also meant to be a starting point for creating your own scripts.
10* through 32* are examples for managing and creating EC2 instances.
40* through 43* are examples for managing and creating EBS volumes.
60* through 72* are examples for managing and creating Load Balancers and Auto Scaling Groups.
80-sns.py is simple example of sending an email notification through SNS.
Resources:
http://examples.oreilly.com/0636920020202/
http://boto.readthedocs.org/en/latest/index.html
Python and AWS Cookbook By Mitch Garnaat
Other/Todo:
Sample Code for displaying volume usage - https://github.com/baojie/PythonAWSCode/blob/master/metrics/metric_disk_usage
Backup to AWS EBS via Rsync and Boto - http://www.takaitra.com/posts/384