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