更新时间:2021-07-16 20:27:50
coverpage
Amazon S3 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Conventions
Reader feedback
Customer support
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
Chapter 2. Hosting a Static Website on Amazon S3 Bucket
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
How to calculate and estimate S3 costs with the AWS calculator
How to annotate S3 billing by adding cost allocation tagging
Chapter 4. Deploying a Static Website with CloudFormation
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
How to configure a CloudFront distribution on the Amazon S3 bucket
How to measure throughput between S3 and CloudFront
How to compare costs for data transfer between S3 and CloudFront
Chapter 6. Securing Resources with Bucket Policies and IAM
Walkthrough 1: To grant users bucket permissions
Walkthrough 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
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
How to protect data using server-side encryption
How to protect data using client-side encryption
Chapter 9. Enabling Cross-origin Resource Sharing
Walkthrough 1: Enabling CORS through the S3 console
Walkthrough 2: Enabling CORS with AWS CLI
Chapter 10. Managing Object Lifecycle to Lower the Cost
How to apply the lifecycle policy through the S3 console
How to apply the lifecycle policy with AWS CLI
Chapter 11. S3 Performance Optimization
How to optimize PUT requests
How to optimize GET requests
Chapter 12. Creating Triggers and Notifying S3 Events to Lambda
How to create a sample policy to notify S3 events
How to enable S3 event notification with Lambda
Index