Cargando…

Python and AWS Cookbook /

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Garnaat, Mitch
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol : O'Reilly Media, 2011.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ma 4500
001 OR_ocn767502379
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|---|||||
008 111205s2011 cau o 000 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d N$T  |d OCLCQ  |d YDXCP  |d OCLCQ  |d TEFOD  |d OCLCQ  |d OCLCF  |d DEBSZ  |d OCLCQ  |d CNSPO  |d UMI  |d CUS  |d COO  |d WAU  |d QGK  |d NLE  |d IDEBK  |d TEFOD  |d OCLCQ  |d QGK  |d E7B  |d OCLCQ  |d FEM  |d OCLCQ  |d OCLCO  |d BRL  |d MOQ  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 778357015  |a 859863199  |a 861531207  |a 872696452  |a 968066104  |a 969072413  |a 1297175105  |a 1297267867 
020 |a 9781449320492  |q (electronic bk.) 
020 |a 144932049X  |q (electronic bk.) 
020 |a 9781449320485  |q (electronic bk.) 
020 |a 1449320481  |q (electronic bk.) 
020 |z 9781449305444  |q (pbk.) 
020 |z 144930544X  |q (pbk.) 
024 8 |a 9781449308100 
029 1 |a AU@  |b 000052897497 
029 1 |a DEBBG  |b BV040901617 
029 1 |a DEBSZ  |b 378289667 
029 1 |a DEBSZ  |b 381376575 
029 1 |a DEBSZ  |b 397165587 
029 1 |a NLGGC  |b 340665289 
029 1 |a AU@  |b 000048057956 
029 1 |a AU@  |b 000055781231 
035 |a (OCoLC)767502379  |z (OCoLC)778357015  |z (OCoLC)859863199  |z (OCoLC)861531207  |z (OCoLC)872696452  |z (OCoLC)968066104  |z (OCoLC)969072413  |z (OCoLC)1297175105  |z (OCoLC)1297267867 
037 |a CL0500000126  |b Safari Books Online 
037 |a 74948728-591F-4382-9A0A-C374F2B2E70C  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.585 G37 2011 
072 7 |a COM  |x 060030  |2 bisacsh 
072 7 |a COM  |x 060080  |2 bisacsh 
082 0 4 |a 004.6782 
049 |a UAMI 
100 1 |a Garnaat, Mitch. 
245 1 0 |a Python and AWS Cookbook /  |c Mitch Garnaat. 
260 |a Sebastopol :  |b O'Reilly Media,  |c 2011. 
300 |a 1 online resource (74 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |2 rda 
505 0 |a 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_install; Installing boto with pip; Installing boto with virtualenv; Installing paramiko; Installing euca2ools; 1.3 Getting Started with Amazon Web Services; Create Your AWS Account; Managing Your AWS Credentials in boto; A Quick Test; 1.4 Using boto with Eucalyptus; What Is Eucalyptus? 
505 8 |a Getting and Installing EucalyptusUsing the Eucalyptus Community Cloud; Managing Your Eucalyptus Credentials in boto; 1.5 Using boto with Google Cloud Storage; What Is Google Cloud Storage?; Managing Your Google Cloud Storage Credentials in boto; 1.6 Finding Available Regions for AWS; 1.7 Enabling Debug Output with boto; 1.8 Controlling Socket Timeouts in boto; Chapter 2. EC2 Recipes; 2.1 Launching an Instance; Problem; Solution; Discussion; 2.2 Keeping Track of Instances with Tags; Problem; Solution; Discussion; 2.3 Accessing the Console Log; Problem; Solution; Discussion. 
505 8 |a 2.4 Uploading Your Own SSH KeypairProblem; Solution; Discussion; 2.5 Synchronizing SSH Keypairs Across EC2 Regions; Problem; Solution; Discussion; 2.6 Associate an Elastic IP Address with an Instance; Problem; Solution; Discussion; 2.7 Attach a Persistent EBS Volume to an Instance; Problem; Solution; Discussion; 2.8 Back Up Your EBS Volumes; Problem; Solution; Discussion; 2.9 Restore a Volume from a Snapshot; Problem; Solution; Discussion; 2.10 Clone an Existing Instance; Problem; Solution; Discussion; 2.11 Find All Running EC2 Instances; Problem; Solution; Discussion. 
505 8 |a 2.12 Monitoring the Performance of Your InstanceProblem; Solution; Discussion; 2.13 Getting Notifications; Problem; Solution; Discussion; 2.14 Storing Custom Data in CloudWatch; Problem; Solution; Discussion; 2.15 Executing Custom Scripts upon Instance Startup; Problem; Solution; Discussion; Chapter 3. S3 Recipes; 3.1 Create a Bucket; Problem; Solution; Discussion; 3.2 Create a Bucket in a Specific Location; Problem; Solution; Discussion; 3.3 Store Private Data; Problem; Solution; Discussion; 3.4 Store Metadata with an Object; Problem; Solution; Discussion. 
505 8 |a 3.5 Computing Total Storage Used by a BucketProblem; Solution; Discussion; 3.6 Copy an Existing Object to Another Bucket; Problem; Solution; Discussion; 3.7 Modify the Metadata of an Existing Object; Problem; Solution; Discussion; 3.8 Find Out Who Is Accessing Your Data; Problem; Solution; Discussion; 3.9 Reduce the Cost of Storing Noncritical Data; Problem; Solution; Discussion; 3.10 Generating Expiring URLs for S3 Objects; Problem; Solution; Discussion; 3.11 Preventing Accidental Deletion of Data from S3; Problem; Solution; Discussion; 3.12 Hosting Static Websites on S3; Problem. 
520 |a 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. 
588 0 |a Print version record. 
542 |f Copyright © O'Reilly Media, Inc.  |g 2011. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
610 2 7 |a Amazon.com (Firm)  |2 blmlsh 
650 0 |a Cloud computing. 
650 0 |a Python (Computer program language) 
650 6 |a Infonuagique. 
650 6 |a Python (Langage de programmation) 
650 7 |a COMPUTERS  |x Networking  |x Intranets & Extranets.  |2 bisacsh 
650 7 |a COMPUTERS  |x Web  |x General.  |2 bisacsh 
650 7 |a Cloud computing  |2 fast 
650 7 |a Python (Computer program language)  |2 fast 
776 0 8 |i Print version:  |a Garnaat, Mitch.  |t Python and AWS Cookbook.  |d Sebastopol : O'Reilly Media, ©2011  |z 9781449305444 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781449308100/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL801436 
938 |a ebrary  |b EBRY  |n ebr10758776 
938 |a EBSCOhost  |b EBSC  |n 415289 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis28411071 
938 |a YBP Library Services  |b YANK  |n 7269327 
994 |a 92  |b IZTAP