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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
.. _index:
===============================================
boto: A Python interface to Amazon Web Services
===============================================
An integrated interface to current and future infrastructural services
offered by `Amazon Web Services`_.
.. _Amazon Web Services: http://aws.amazon.com/
Currently Supported Services
----------------------------
* **Compute**
* :doc:`Elastic Compute Cloud (EC2) <ec2_tut>` -- (:doc:`API Reference <ref/ec2>`)
* :doc:`Elastic MapReduce (EMR) <emr_tut>` -- (:doc:`API Reference <ref/emr>`)
* :doc:`Auto Scaling <autoscale_tut>` -- (:doc:`API Reference <ref/autoscale>`)
* **Content Delivery**
* :doc:`CloudFront <cloudfront_tut>` -- (:doc:`API Reference <ref/cloudfront>`)
* **Database**
* :doc:`SimpleDB <simpledb_tut>` -- (:doc:`API Reference <ref/sdb>`)
* :doc:`DynamoDB <dynamodb_tut>` -- (:doc:`API Reference <ref/dynamodb>`)
* Relational Data Services (RDS) -- (:doc:`API Reference <ref/rds>`)
* **Deployment and Management**
* CloudFormation -- (:doc:`API Reference <ref/cloudformation>`)
* **Identity & Access**
* Identity and Access Management (IAM) -- (:doc:`API Reference <ref/iam>`)
* **Application Services**
* Simple Workflow Service (SWF) -- (:doc:`API Reference <ref/swf>`)
* :doc:`Simple Queue Service (SQS) <sqs_tut>` -- (:doc:`API Reference <ref/sqs>`)
* Simple Notification Service (SNS) -- (:doc:`API Reference <ref/sns>`)
* :doc:`Simple Email Service (SES) <ses_tut>` -- (:doc:`API Reference <ref/ses>`)
* **Monitoring**
* :doc:`CloudWatch <cloudwatch_tut>` -- (:doc:`API Reference <ref/cloudwatch>`)
* **Networking**
* Route 53 -- (:doc:`API Reference <ref/route53>`)
* :doc:`Virtual Private Cloud (VPC) <vpc_tut>` -- (:doc:`API Reference <ref/vpc>`)
* :doc:`Elastic Load Balancing (ELB) <elb_tut>` -- (:doc:`API Reference <ref/elb>`)
* **Payments & Billing**
* Flexible Payments Service (FPS) -- (:doc:`API Reference <ref/fps>`)
* **Storage**
* :doc:`Simple Storage Service (S3) <s3_tut>` -- (:doc:`API Reference <ref/s3>`)
* Google Cloud Storage -- (:doc:`API Reference <ref/gs>`)
* **Workforce**
* Mechanical Turk -- (:doc:`API Reference <ref/mturk>`)
Additional Resources
--------------------
* :doc:`Boto Config Tutorial <boto_config_tut>`
* `Boto Source Repository`_
* `Boto Issue Tracker`_
* `Boto Twitter`_
* `Follow Mitch on Twitter`_
* Join our `IRC channel`_ (#boto on FreeNode).
.. _Boto Issue Tracker: https://github.com/boto/boto/issues
.. _Boto Source Repository: https://github.com/boto/boto
.. _Boto Twitter: http://twitter.com/pythonboto
.. _IRC channel: http://webchat.freenode.net/?channels=boto
.. _Follow Mitch on Twitter: http://twitter.com/garnaat
.. toctree::
:hidden:
ec2_tut
security_groups
ref/ec2
emr_tut
ref/emr
autoscale_tut
ref/autoscale
cloudfront_tut
ref/cloudfront
simpledb_tut
ref/sdb
ref/sdb_db
dynamodb_tut
ref/dynamodb
ref/rds
ref/cloudformation
ref/iam
sqs_tut
ref/sqs
ref/sns
ses_tut
ref/ses
cloudwatch_tut
ref/cloudwatch
ref/route53
vpc_tut
ref/vpc
elb_tut
ref/elb
ref/fps
s3_tut
ref/s3
ref/mturk
boto_config_tut
ref/index
documentation
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|