-
Book Overview & Buying
-
Table Of Contents
Amazon S3 Cookbook (n)
By :
Amazon S3 Cookbook (n)
By:
Overview of this book
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.
Table of Contents (14 chapters)
Preface
1. Managing Common Operations with AWS SDKs
2. Hosting a Static Website on Amazon S3 Bucket
3. Calculating Cost with the AWS Simple Monthly Calculator
4. Deploying a Static Website with CloudFormation
5. Distributing Your Contents via CloudFront
6. Securing Resources with Bucket Policies and IAM
7. Sending Authenticated Requests with AWS SDKs
8. Protecting Data Using Server-side and Client-side Encryption
9. Enabling Cross-origin Resource Sharing
10. Managing Object Lifecycle to Lower the Cost
11. S3 Performance Optimization
12. Creating Triggers and Notifying S3 Events to Lambda
Index