What does S3 stand for?
Simple Storage Service
What is S3 used for?
What type of storage does S3 use?
S3 uses Object-based storage – i.e. allows you to upload files
What is the maximum allowable storage you can have in S3 for a single object?
What is the maximum allowable storage you can have in S3 in total?
The total volume of data and number of objects you can store are unlimited
(Source: https://aws.amazon.com/s3/faqs/)
What are S3 buckets? What are they used for?
S3 buckets store files. (Think of them like a file folder)
What type of namespace does S3 use?
S3 uses a universal namespace.
That is, names must be globally unique.
You go in to the AWS console and want to make a bucket called testbucket in the Japanese region. Why won’t AWS let you do this?
Bucket names are global, not regional.
testbucket is a common name and has already been taken by someone else
When you successfully upload a file to S3, what will you receive back?
an HTTP 200 code
What are the components of an S3 object? What do each of these components represent?
An S3 object consists of the following:
What is the data consistency model in S3?
(Updated as of Dec 2020)
For what % availability was the S3 platform built?
99.99%
What % availability does Amazon guarantee for S3 Standard?
99.9%
What % durability does Amazon guarantee for all S3 storage classes?
99.999999999% durability (11 9’s)
What is the availability of S3-OneZone-IA?
99.50%
What are the key features of S3?
(try the acronym V MELTS)
What are the key features of S3 Standard?
What does the “IA” stand for in S3-IA?
Infrequently Accessed
What type of data is best stored in S3-IA?
S3-IA is best for data that is not accessed frequently, but requires rapid access when needed
What is the pricing structure of S3-IA? Specifically, how does it differ from that of S3 Standard?
What are the key differences between S3-IA and S3 One Zone - IA?
Compared to S3-IA, S3 One Zone- IA has lower cost but less durability.
What is S3 - Intelligent Tiering?
S3 Intelligent tiering uses ML and is designed to optimize costs by automatically moving data to the most cost-effective access tier, without performance impact or operational overhead. (Basically, it’s the autopilot mode for S3 tiering)
How does the pricing model work for S3 Intelligent Tiering
Very similar to S3 Standard EXCEPT
What is S3 Glacier primarily used for?
S3 Glacier is mostly used for data archival at low-cost