README.rst 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. ####
  2. boto
  3. ####
  4. boto 2.49.0
  5. Released: 11-July-2018
  6. .. image:: https://travis-ci.org/boto/boto.svg?branch=develop
  7. :target: https://travis-ci.org/boto/boto
  8. .. image:: https://pypip.in/d/boto/badge.svg
  9. :target: https://pypi.python.org/pypi/boto/
  10. ******
  11. Boto 3
  12. ******
  13. `Boto3 <https://github.com/boto/boto3>`__, the next version of Boto, is now
  14. stable and recommended for general use. It can be used side-by-side with Boto
  15. in the same project, so it is easy to start using Boto3 in your existing
  16. projects as well as new projects. Going forward, API updates and all new
  17. feature work will be focused on Boto3.
  18. To assist users who still depend on Boto and cannot immediately switch over, we
  19. will be triaging and addressing critical issues and PRs in Boto in the short
  20. term. As more users make the switch to Boto3, we expect to reduce our
  21. maintenance involvement over time. If we decide on a cutoff date or any
  22. significant changes to our maintenance plan, we will make pre-announcements
  23. well ahead of schedule to allow ample time for our users to adapt/migrate.
  24. ************
  25. Introduction
  26. ************
  27. Boto is a Python package that provides interfaces to Amazon Web Services.
  28. Currently, all features work with Python 2.6 and 2.7. Work is under way to
  29. support Python 3.3+ in the same codebase. Modules are being ported one at
  30. a time with the help of the open source community, so please check below
  31. for compatibility with Python 3.3+.
  32. To port a module to Python 3.3+, please view our `Contributing Guidelines`_
  33. and the `Porting Guide`_. If you would like, you can open an issue to let
  34. others know about your work in progress. Tests **must** pass on Python
  35. 2.6, 2.7, 3.3, and 3.4 for pull requests to be accepted.
  36. ********
  37. Services
  38. ********
  39. At the moment, boto supports:
  40. * Compute
  41. * Amazon Elastic Compute Cloud (EC2) (Python 3)
  42. * Amazon Elastic Map Reduce (EMR) (Python 3)
  43. * AutoScaling (Python 3)
  44. * Amazon Kinesis (Python 3)
  45. * AWS Lambda (Python 3)
  46. * Amazon EC2 Container Service (Python 3)
  47. * Content Delivery
  48. * Amazon CloudFront (Python 3)
  49. * Database
  50. * Amazon Relational Data Service (RDS)
  51. * Amazon DynamoDB (Python 3)
  52. * Amazon SimpleDB (Python 3)
  53. * Amazon ElastiCache (Python 3)
  54. * Amazon Redshift (Python 3)
  55. * Deployment and Management
  56. * AWS Elastic Beanstalk (Python 3)
  57. * AWS CloudFormation (Python 3)
  58. * AWS Data Pipeline (Python 3)
  59. * AWS Opsworks (Python 3)
  60. * AWS CloudTrail (Python 3)
  61. * AWS CodeDeploy (Python 3)
  62. * Administration & Security
  63. * AWS Identity and Access Management (IAM) (Python 3)
  64. * AWS Key Management Service (KMS) (Python 3)
  65. * AWS Config (Python 3)
  66. * AWS CloudHSM (Python 3)
  67. * Application Services
  68. * Amazon CloudSearch (Python 3)
  69. * Amazon CloudSearch Domain (Python 3)
  70. * Amazon Elastic Transcoder (Python 3)
  71. * Amazon Simple Workflow Service (SWF) (Python 3)
  72. * Amazon Simple Queue Service (SQS) (Python 3)
  73. * Amazon Simple Notification Server (SNS) (Python 3)
  74. * Amazon Simple Email Service (SES) (Python 3)
  75. * Amazon Cognito Identity (Python 3)
  76. * Amazon Cognito Sync (Python 3)
  77. * Amazon Machine Learning (Python 3)
  78. * Monitoring
  79. * Amazon CloudWatch (EC2 Only) (Python 3)
  80. * Amazon CloudWatch Logs (Python 3)
  81. * Networking
  82. * Amazon Route53 (Python 3)
  83. * Amazon Route 53 Domains (Python 3)
  84. * Amazon Virtual Private Cloud (VPC) (Python 3)
  85. * Elastic Load Balancing (ELB) (Python 3)
  86. * AWS Direct Connect (Python 3)
  87. * Payments and Billing
  88. * Amazon Flexible Payment Service (FPS)
  89. * Storage
  90. * Amazon Simple Storage Service (S3) (Python 3)
  91. * Amazon Glacier (Python 3)
  92. * Amazon Elastic Block Store (EBS)
  93. * Google Cloud Storage
  94. * Workforce
  95. * Amazon Mechanical Turk
  96. * Other
  97. * Marketplace Web Services (Python 3)
  98. * AWS Support (Python 3)
  99. The goal of boto is to support the full breadth and depth of Amazon
  100. Web Services. In addition, boto provides support for other public
  101. services such as Google Storage in addition to private cloud systems
  102. like Eucalyptus, OpenStack and Open Nebula.
  103. Boto is developed mainly using Python 2.6.6 and Python 2.7.3 on Mac OSX
  104. and Ubuntu Maverick. It is known to work on other Linux distributions
  105. and on Windows. Most of Boto requires no additional libraries or packages
  106. other than those that are distributed with Python. Efforts are made
  107. to keep boto compatible with Python 2.5.x but no guarantees are made.
  108. ************
  109. Installation
  110. ************
  111. Install via `pip`_:
  112. ::
  113. $ pip install boto
  114. Install from source:
  115. ::
  116. $ git clone git://github.com/boto/boto.git
  117. $ cd boto
  118. $ python setup.py install
  119. **********
  120. ChangeLogs
  121. **********
  122. To see what has changed over time in boto, you can check out the
  123. release notes at `http://docs.pythonboto.org/en/latest/#release-notes`
  124. ***************************
  125. Finding Out More About Boto
  126. ***************************
  127. The main source code repository for boto can be found on `github.com`_.
  128. The boto project uses the `gitflow`_ model for branching.
  129. `Online documentation`_ is also available. The online documentation includes
  130. full API documentation as well as Getting Started Guides for many of the boto
  131. modules.
  132. Boto releases can be found on the `Python Cheese Shop`_.
  133. Join our IRC channel `#boto` on FreeNode.
  134. Webchat IRC channel: http://webchat.freenode.net/?channels=boto
  135. Join the `boto-users Google Group`_.
  136. *************************
  137. Getting Started with Boto
  138. *************************
  139. Your credentials can be passed into the methods that create
  140. connections. Alternatively, boto will check for the existence of the
  141. following environment variables to ascertain your credentials:
  142. **AWS_ACCESS_KEY_ID** - Your AWS Access Key ID
  143. **AWS_SECRET_ACCESS_KEY** - Your AWS Secret Access Key
  144. Credentials and other boto-related settings can also be stored in a
  145. boto config file. See `this`_ for details.
  146. .. _Contributing Guidelines: https://github.com/boto/boto/blob/develop/CONTRIBUTING
  147. .. _Porting Guide: http://boto.readthedocs.org/en/latest/porting_guide.html
  148. .. _pip: http://www.pip-installer.org/
  149. .. _release notes: https://github.com/boto/boto/wiki
  150. .. _github.com: http://github.com/boto/boto
  151. .. _Online documentation: http://docs.pythonboto.org
  152. .. _Python Cheese Shop: http://pypi.python.org/pypi/boto
  153. .. _this: http://docs.pythonboto.org/en/latest/boto_config_tut.html
  154. .. _gitflow: http://nvie.com/posts/a-successful-git-branching-model/
  155. .. _neo: https://github.com/boto/boto/tree/neo
  156. .. _boto-users Google Group: https://groups.google.com/forum/?fromgroups#!forum/boto-users