| OLD | NEW |
| (Empty) |
| 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 - Relational Data Services (RDS) | |
| 25 - Elastic Map Reduce (EMR) | |
| 26 - Flexible Payment Service (FPS) | |
| 27 - Identity and Access Management (IAM) | |
| 28 | |
| 29 The boto project page is at http://boto.googlecode.com/ | |
| 30 | |
| 31 The boto source repository is at http://github.com/boto | |
| 32 | |
| 33 Follow project updates on Twitter (http://twitter.com/pythonboto). | |
| 34 | |
| 35 Follow Mitch on Twitter (http://twitter.com/garnaat). | |
| 36 | |
| 37 Join our `IRC channel`_ (#boto on FreeNode). | |
| 38 | |
| 39 .. _IRC channel: http://webchat.freenode.net/?channels=boto | |
| 40 | |
| 41 Documentation Contents | |
| 42 ---------------------- | |
| 43 | |
| 44 .. toctree:: | |
| 45 :maxdepth: 2 | |
| 46 | |
| 47 sqs_tut | |
| 48 s3_tut | |
| 49 ec2_tut | |
| 50 elb_tut | |
| 51 autoscale_tut | |
| 52 vpc_tut | |
| 53 emr_tut | |
| 54 ref/index | |
| 55 documentation | |
| 56 | |
| 57 | |
| 58 Indices and tables | |
| 59 ================== | |
| 60 | |
| 61 * :ref:`genindex` | |
| 62 * :ref:`modindex` | |
| 63 * :ref:`search` | |
| 64 | |
| OLD | NEW |