Cargando…

Amazon S3 cookbook : over 30 hands-on recipes that will get you up and running with Amazon Simple Storage Service (S3) efficiently /

Over 30 hands-on recipes that will get you up and running with Amazon Simple Storage Service (S3) efficiently About This Book Learn how to store, manage, and access your data with AWS SDKs Study the Amazon S3 pricing model and learn how to calculate costs by simulating practical scenarios Optimize y...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hashimoto, Naoya (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2015.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn922580763
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 150930s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCF  |d DEBBG  |d DEBSZ  |d IDB  |d MERUC  |d OCLCQ  |d OCLCO  |d CEF  |d OCLCQ  |d OCLCO  |d UAB  |d RDF  |d N$T  |d UKMGB  |d DST  |d OCLCO  |d K6U  |d OCLCQ  |d OCLCO 
015 |a GBC183261  |2 bnb 
016 7 |a 018010576  |2 Uk 
020 |a 1785289853 
020 |a 1785280708 
020 |a 9781785280702 
020 |a 9781785289859  |q (electronic bk.) 
029 1 |a CHNEW  |b 000892943 
029 1 |a CHVBK  |b 37452100X 
029 1 |a DEBBG  |b BV043020393 
029 1 |a DEBBG  |b BV043624957 
029 1 |a DEBSZ  |b 455699666 
029 1 |a GBVCP  |b 848504704 
029 1 |a UKMGB  |b 018010576 
035 |a (OCoLC)922580763 
037 |a CL0500000653  |b Safari Books Online 
050 4 |a HF5548.323.A4 
082 0 4 |a 658.872  |2 23 
049 |a UAMI 
100 1 |a Hashimoto, Naoya,  |e author. 
245 1 0 |a Amazon S3 cookbook :  |b over 30 hands-on recipes that will get you up and running with Amazon Simple Storage Service (S3) efficiently /  |c Naoya Hashimoto. 
246 3 0 |a Over 30 hands-on recipes that will get you up and running with Amazon Simple Storage Service (S3) efficiently 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Quick answers to common problems 
588 0 |a Online resource; title from cover page (Safari, viewed September 29, 2015). 
500 |a Includes index. 
505 0 |a Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Managing Common Operations with AWS SDKs -- Introduction -- Learning AWS SDK for Java and basic S3 operations with sample code -- Learning AWS SDK for Node.js and basic S3 operations with sample code -- Learning AWS SDK for Python and basic S3 operations with sample code -- Learning AWS SDK for Ruby and basic S3 operations with sample code -- Learning AWS SDK for PHP and basic S3 operations with sample code 
505 8 |a Chapter 2: Hosting a Static Website on Amazon S3 BucketIntroduction -- How to configure a static website on Amazon S3 bucket -- How to configure S3 server access logging -- How to configure a static website using a custom domain -- How to configure a static website on Amazon S3 bucket with AWS CLI -- Chapter 3: Calculating Cost with the AWS Simple Monthly Calculator -- Introduction -- How to calculate and estimate S3 costs with the AWS calculator -- How to annotate S3 billing by adding cost allocation tagging 
505 8 |a Chapter 4: Deploying a Static Website with CloudFormationIntroduction -- How to deploy a template of a static website with CloudFormation -- How to deploy a template with AWS CLI -- Chapter 5: Distributing Your Contents via CloudFront -- Introduction -- How to configure a CloudFront distribution on the Amazon S3 bucket -- How to measure throughput between through S3 and CloudFront -- How to compare costs for data transfer between S3 and CloudFront -- Chapter 6: Securing Resources with Bucket Policies and IAM -- Introduction 
505 8 |a Walkthrough 1: To grant users bucket permissionsWalkthrough 2: To grant cross-account bucket permissions -- Walkthrough 3: To grant cross-account bucket permissions to objects without ownership -- Walkthrough 4: Bucket and user policy examples -- Chapter 7: Sending Authenticated Requests with AWS SDKs -- Introduction -- How to make requests using IAM user temporary credentials with AWS SDK -- How to make requests using federated user temporary credentials with AWS SDK -- Chapter 8: Protecting Data Using Server-side and Client-side Encryption -- Introduction 
505 8 |a How to protect data using server-side encryptionHow to protect data using client-side encryption -- Chapter 9: Enabling Cross-Origin Resource Sharing -- Introduction -- Walkthrough 1: Enabling CORS through the S3 console -- Walkthrough 2: Enabling CORS with AWS CLI -- Chapter 10: Managing Object Lifecycle to Lower the Cost -- Introduction -- How to apply the lifecycle policy through the S3 console -- How to apply the lifecycle policy with AWS CLI -- Chapter 11: S3 Performance Optimization -- Introduction -- How to optimize PUT requests 
520 |a Over 30 hands-on recipes that will get you up and running with Amazon Simple Storage Service (S3) efficiently About This Book Learn how to store, manage, and access your data with AWS SDKs Study the Amazon S3 pricing model and learn how to calculate costs by simulating practical scenarios Optimize your Amazon S3 bucket by following step-by-step instructions of how to deliver your content with CloudFront, secure the S3 bucket with IAM, and lower costs with object life cycle management Who This Book Is For This book is for cloud developers who have experience of using Amazon S3 and are also familiar with Amazon S3. What You Will Learn Host a static website on Amazon S3 Calculate costs with AWS Simple Monthly Calculators Deploy a static website via CloudFormation Distribute your content via CloudFront Secure resources with bucket policies and IAM Protect objects using server-side and client-side encryption Enable Cross-Origin Resource Sharing Manage objects' life cycles to lower costs Optimize performance for uploading as well as downloading objects Enable S3 event notifications and create Lambda functions Manage common operations with AWS SDKs In Detail Amazon S3 is one of the most famous and trailblazing cloud object storage services, which is highly scalable, low-latency, and economical. Users only pay for what they use and can store and retrieve any amount of data at any time over the Internet, which attracts Hadoop users who run clusters on EC2. The book starts by showing you how to install several AWS SDKs such as iOS, Java, Node.js, PHP, Python, and Ruby and shows you how to manage objects. Then, you'll be taught how to use the installed AWS SDKs to develop applications with Amazon S3. Furthermore, you will explore the Amazon S3 pricing model and will learn how to annotate S3 billing with cost allocation tagging. In addition to this, the book covers several practical recipes about how to distribute your content with CloudFront, secure your content with IAM, optimize Amazon S3 performance, and notify S3 events with Lambada. By the end of this book, you will be successfully implementing pro-level practices, techniques, and solutions in Amazon S3. Style and approach A step-by-step practical guide that will show you how to efficiently store, manage, and control your data in Amazon S3. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
610 2 0 |a Amazon.com (Firm) 
610 2 7 |a Amazon.com (Firm)  |2 fast 
650 0 |a Cloud computing. 
650 0 |a Web services. 
650 6 |a Infonuagique. 
650 6 |a Services Web. 
650 7 |a Cloud computing  |2 fast 
650 7 |a Web services  |2 fast 
776 0 8 |i Print version:  |n Druck-Ausgabe  |t Hashimoto, Naoya. Amazon S3 Cookbook 
830 0 |a Quick answers to common problems. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785280702/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBSCOhost  |b EBSC  |n 1057598 
994 |a 92  |b IZTAP