From the course: AWS: High Availability

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Understanding S3

Understanding S3 - Amazon Web Services (AWS) Tutorial

From the course: AWS: High Availability

Start my 1-month free trial

Understanding S3

- [Instructor] When designing for availability, how you store data is a critical thing to consider. Let's understand what AWS offers in terms of storage. Possibly the most well known AWS storage offering is Simple Storage Service or S3. S3 is an object storage offering where individual objects can be grouped together into buckets. All S3 offerings are designed for 11 nines of durability. Part of how AWS achieves this remarkable number is by storing multiple copies of each object. Since all S3 buckets share the same global namespace, each bucket name must be completely unique. Because of this S3 is universally referenceable. It doesn't matter if your bucket is physically stored in Singapore or Seoul, you can get to it from any internet connected location on the planet. Within a bucket, you can store any type of file you want as an S3 object. Currently, the maximum size of a single S3 object is five terabytes. Seeing that five…

Contents