If you intend to use Amazon Web Services (AWS) for remote computing and storage, Python is an ideal programming language for developing applications and controlling your cloud-based infrastructure. This cookbook gets you started with more than two dozen recipes for using Python with AWS, based on th
Python and AWS cookbook
โ Scribed by Garnaat, Mitch
- Publisher
- O'Reilly Media
- Year
- 2011;2012
- Tongue
- English
- Leaves
- 74
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
If you intend to use Amazon Web Services (AWS) for remote computing and storage, Python is an ideal programming language for developing applications and controlling your cloud-based infrastructure. This cookbook gets you started with more than two dozen recipes for using Python with AWS, based on the authorโs boto library.
Youโll find detailed recipes for working with the S3 storage service as well as EC2, the service that lets you design and build cloud applications. Each recipe includes a code solution you can use immediately, along with a discussion of why and how the recipe works. You also get detailed advice for using boto with AWS and other cloud services.
This bookโs recipes include methods to help you:
Launch instances on EC2, and keep track of them with tags
Associate an Elastic IP address with an instance
Restore a failed Elastic Block Store volume from a snapshot
Store and monitor your own custom metrics in CloudWatch
Create a bucket in S3 to contain your data objects
Reduce the cost of storing noncritical data
Prevent accidental deletion of data in S3
โฆ Table of Contents
Table of Contents......Page 5
Conventions Used in This Book......Page 7
Safariยฎ Books Online......Page 8
How to Contact Us......Page 9
Manually Download and Install boto......Page 11
Installing boto with easy_install......Page 12
Installing euca2ools......Page 13
Create Your AWS Account......Page 14
Managing Your AWS Credentials in boto......Page 16
What Is Eucalyptus?......Page 17
Managing Your Google Cloud Storage Credentials in boto......Page 18
1.6ย Finding Available Regions for AWS......Page 19
1.8ย Controlling Socket Timeouts in boto......Page 20
Discussion......Page 21
Solution......Page 25
Discussion......Page 26
Solution......Page 27
Discussion......Page 28
Discussion......Page 29
Solution......Page 30
Discussion......Page 31
Discussion......Page 32
Discussion......Page 33
Discussion......Page 34
Discussion......Page 36
Solution......Page 37
Discussion......Page 38
Discussion......Page 41
Discussion......Page 46
Problem......Page 47
Discussion......Page 48
Discussion......Page 57
Discussion......Page 58
Solution......Page 59
Solution......Page 60
Discussion......Page 61
Discussion......Page 62
Discussion......Page 63
Problem......Page 64
Discussion......Page 65
Discussion......Page 66
Discussion......Page 67
Discussion......Page 68
Discussion......Page 70
Problem......Page 71
Discussion......Page 72
โฆ Subjects
Computer Science;Programming;Technical;Computers
๐ SIMILAR VOLUMES
<Div> If you intend to use Amazon Web Services (Aws) for remote computing and storage, Python is an ideal programming language for developing applications and controlling your cloud-based infrastructure. This cookbook gets you started with more than two dozen recipes for using Python with Aws, based
If you intend to use Amazon Web Services (AWS) for remote computing and storage, Python is an ideal programming language for developing applications and controlling your cloud-based infrastructure. This cookbook gets you started with more than two dozen recipes for using Python with AWS, based on th
Table of Contents; Preface; Conventions Used in This Book; Using Code Examples; Safariยฎ Books Online; How to Contact Us; Chapter 1. General Info; 1.1 A Quick Note About Python; 1.2 Installing boto; Download and Install from github.com; Manually Download and Install boto; Installing boto with easy_in
<p>If you intend to use Amazon Web Services (AWS) for remote computing and storage, Python is an ideal programming language for developing applications and controlling your cloud-based infrastructure. This cookbook gets you started with more than two dozen recipes for using Python with AWS, based on