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 .. _Amazon Web Services: http://aws.amazon.com/ |
| 11 |
| 12 Currently Supported Services |
| 13 ---------------------------- |
| 14 |
| 15 * **Compute** |
| 16 |
| 17 * :doc:`Elastic Compute Cloud (EC2) <ec2_tut>` -- (:doc:`API Reference <ref/ec
2>`) |
| 18 * :doc:`Elastic MapReduce (EMR) <emr_tut>` -- (:doc:`API Reference <ref/emr>`) |
| 19 * :doc:`Auto Scaling <autoscale_tut>` -- (:doc:`API Reference <ref/autoscale>`
) |
| 20 * Data Pipeline -- (:doc:`API Reference <ref/datapipeline>`) |
| 21 * Elastic Transcoder -- (:doc:`API Reference <ref/elastictranscoder>`) |
| 22 |
| 23 * **Content Delivery** |
| 24 |
| 25 * :doc:`CloudFront <cloudfront_tut>` -- (:doc:`API Reference <ref/cloudfront>`
) |
| 26 |
| 27 * **Database** |
| 28 |
| 29 * :doc:`SimpleDB <simpledb_tut>` -- (:doc:`API Reference <ref/sdb>`) |
| 30 * :doc:`DynamoDB <dynamodb_tut>` -- (:doc:`API Reference <ref/dynamodb>`) |
| 31 * :doc:`Relational Data Services (RDS) <rds_tut>` -- (:doc:`API Reference <ref
/rds>`) |
| 32 * ElastiCache -- (:doc:`API Reference <ref/elasticache>`) |
| 33 |
| 34 * **Deployment and Management** |
| 35 |
| 36 * CloudFormation -- (:doc:`API Reference <ref/cloudformation>`) |
| 37 * Elastic Beanstalk -- (:doc:`API Reference <ref/beanstalk>`) |
| 38 |
| 39 * **Identity & Access** |
| 40 |
| 41 * Identity and Access Management (IAM) -- (:doc:`API Reference <ref/iam>`) |
| 42 * Security Token Service (STS) -- (:doc:`API Reference <ref/sts>`) |
| 43 |
| 44 * **Application Services** |
| 45 |
| 46 * Simple Workflow Service (SWF) -- (:doc:`API Reference <ref/swf>`) |
| 47 * :doc:`Simple Queue Service (SQS) <sqs_tut>` -- (:doc:`API Reference <ref/sqs
>`) |
| 48 * Simple Notification Service (SNS) -- (:doc:`API Reference <ref/sns>`) |
| 49 * :doc:`Simple Email Service (SES) <ses_tut>` -- (:doc:`API Reference <ref/ses
>`) |
| 50 * :doc:`Cloudsearch <cloudsearch_tut>` -- (:doc:`API Reference <ref/cloudsearc
h>`) |
| 51 |
| 52 * **Monitoring** |
| 53 |
| 54 * :doc:`CloudWatch <cloudwatch_tut>` -- (:doc:`API Reference <ref/cloudwatch>`
) |
| 55 |
| 56 * **Networking** |
| 57 |
| 58 * Route 53 -- (:doc:`API Reference <ref/route53>`) |
| 59 * :doc:`Virtual Private Cloud (VPC) <vpc_tut>` -- (:doc:`API Reference <ref/vp
c>`) |
| 60 * :doc:`Elastic Load Balancing (ELB) <elb_tut>` -- (:doc:`API Reference <ref/e
lb>`) |
| 61 |
| 62 * **Payments & Billing** |
| 63 |
| 64 * Flexible Payments Service (FPS) -- (:doc:`API Reference <ref/fps>`) |
| 65 |
| 66 * **Storage** |
| 67 |
| 68 * :doc:`Simple Storage Service (S3) <s3_tut>` -- (:doc:`API Reference <ref/s3>
`) |
| 69 * Amazon Glacier -- (:doc:`API Reference <ref/glacier>`) |
| 70 * Google Cloud Storage -- (:doc:`API Reference <ref/gs>`) |
| 71 |
| 72 * **Workforce** |
| 73 |
| 74 * Mechanical Turk -- (:doc:`API Reference <ref/mturk>`) |
| 75 |
| 76 * **Other** |
| 77 |
| 78 * Marketplace Web Services -- (:doc:`API Reference <ref/mws>`) |
| 79 |
| 80 Additional Resources |
| 81 -------------------- |
| 82 |
| 83 * :doc:`Boto Config Tutorial <boto_config_tut>` |
| 84 * :doc:`Contributing to Boto <contributing>` |
| 85 * `Boto Source Repository`_ |
| 86 * `Boto Issue Tracker`_ |
| 87 * `Boto Twitter`_ |
| 88 * `Follow Mitch on Twitter`_ |
| 89 * Join our `IRC channel`_ (#boto on FreeNode). |
| 90 |
| 91 .. _Boto Issue Tracker: https://github.com/boto/boto/issues |
| 92 .. _Boto Source Repository: https://github.com/boto/boto |
| 93 .. _Boto Twitter: http://twitter.com/pythonboto |
| 94 .. _IRC channel: http://webchat.freenode.net/?channels=boto |
| 95 .. _Follow Mitch on Twitter: http://twitter.com/garnaat |
| 96 |
| 97 .. toctree:: |
| 98 :hidden: |
| 99 |
| 100 ec2_tut |
| 101 security_groups |
| 102 ref/ec2 |
| 103 emr_tut |
| 104 ref/emr |
| 105 autoscale_tut |
| 106 ref/autoscale |
| 107 cloudfront_tut |
| 108 ref/cloudfront |
| 109 simpledb_tut |
| 110 ref/sdb |
| 111 ref/sdb_db |
| 112 dynamodb_tut |
| 113 ref/dynamodb |
| 114 ref/rds |
| 115 ref/cloudformation |
| 116 ref/iam |
| 117 ref/mws |
| 118 sqs_tut |
| 119 ref/sqs |
| 120 ref/sns |
| 121 ses_tut |
| 122 ref/ses |
| 123 cloudsearch_tut |
| 124 ref/cloudsearch |
| 125 cloudwatch_tut |
| 126 ref/cloudwatch |
| 127 ref/route53 |
| 128 vpc_tut |
| 129 ref/vpc |
| 130 elb_tut |
| 131 ref/elb |
| 132 ref/fps |
| 133 s3_tut |
| 134 ref/s3 |
| 135 ref/mturk |
| 136 boto_config_tut |
| 137 ref/index |
| 138 documentation |
| 139 |
| 140 |
| 141 Indices and tables |
| 142 ================== |
| 143 |
| 144 * :ref:`genindex` |
| 145 * :ref:`modindex` |
| 146 * :ref:`search` |
OLD | NEW |