Book Image

Amazon S3 Cookbook (n)

By : Naoya Hashimoto
Book Image

Amazon S3 Cookbook (n)

By: Naoya Hashimoto

Overview of this book

Table of Contents (19 chapters)
Amazon S3 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 11. S3 Performance Optimization

Amazon S3 is a highly-scalable, reliable, and low-latency data storage service at a very low cost, designed for mission-critical and primary data storage. It provides the Amazon S3 APIs to simplify your programming tasks.

Since you learned how to operate the Amazon S3 API using AWS SDKs, deploy a static site on Amazon S3, secure S3 bucket, calculate Amazon S3 cost, and so on through the previous chapters, we will now be focusing on how to optimize S3 performance in this chapter.

S3 performance optimization is composed of several factors, for example, which region to choose to reduce latency, considering the naming scheme and optimizing the put and get operations. In this chapter, you will learn:

  • How to optimize PUT requests

  • How to optimize GET requests