~justin-fathomdb/nova/justinsb-openstack-api-volumes

« back to all changes in this revision

Viewing changes to vendor/boto/docs/source/index.rst

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _index:
 
2
 
 
3
===============================================
 
4
boto: A Python interface to Amazon Web Services
 
5
===============================================
 
6
 
 
7
An integrated interface to current and future infrastructural services
 
8
offered by Amazon Web Services. 
 
9
 
 
10
Currently, this includes:
 
11
 
 
12
- Simple Storage Service (S3)
 
13
- Simple Queue Service (SQS)
 
14
- Elastic Compute Cloud (EC2)
 
15
 
 
16
 * Elastic Load Balancer (ELB)
 
17
 * CloudWatch
 
18
 * AutoScale
 
19
 
 
20
- Mechanical Turk
 
21
- SimpleDB (SDB) - See SimpleDbPage for details
 
22
- CloudFront
 
23
- Virtual Private Cloud (VPC)
 
24
 
 
25
Follow project updates on Twitter (http://twitter.com/pythonboto).
 
26
 
 
27
Follow Mitch on Twitter (http://twitter.com/garnaat).
 
28
 
 
29
 
 
30
Documentation Contents
 
31
----------------------
 
32
 
 
33
.. toctree::
 
34
   :maxdepth: 2
 
35
 
 
36
   sqs_tut
 
37
   s3_tut
 
38
   ec2_tut
 
39
   elb_tut
 
40
   autoscale_tut
 
41
   vpc_tut
 
42
   ref/index
 
43
   documentation
 
44
 
 
45
 
 
46
Indices and tables
 
47
==================
 
48
 
 
49
* :ref:`genindex`
 
50
* :ref:`modindex`
 
51
* :ref:`search`
 
52