S3 101 Flashcards
What does S3 stand for?
Simple Storage Service
What is S3 used for?
- S3 provides developers + IT teams w/ secure, durable, highly-scalable object storage.
- retrieve and store any amount of data from anywhere on the web
What type of storage does S3 use?
S3 uses Object-based storage – i.e. allows you to upload files
What size limitations are there for individual S3 objects? What about aggregate limitations?
- S3 files can be from 0 Bytes to 5 TB.
- There is no aggregate limitation
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.
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:
- Key (The name of the object)
- Value (the data, made up of a sequence of bytes)
- Version ID (Important for versioning/version control)
- Metadata (data about data you are storing)
- Subresources (Access Control Lists, Torrent)
How does S3 keep data consistent?
- Read after Write consistency for PUTS of new Objects
- Eventual Consistency for overwrite PUTS and DELETES (takes some time to propagate)
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 S3 Standard information?
99.999999999% durability (11 9’s)
What are the key features of S3?
(V MELTS)
- Versioning
- MFA Delete
- Encryption
- Lifecycle Management
- Tiered Storage
- Secure Data using Access Control Lists and Bucket Policies
What are the key features of S3 Standard?
- 99.99% Avail
- 11 9’s Durability
- Stored redundantly across multiple devices in multiple facilities,
- designed to sustain the loss of 2 facilities concurrently
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?
- S3-IA has a lower base storage fee than S3 Standard.
- However, S3-IA charges a retrieval fee.
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.
- S3 One Zone-IA is a lower-cost option for IA data
- S3 One Zone-IA does not give the multiple Availability Zone resilience of S3 standard and S3 IA.
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)
What is S3 Glacier primarily used for?
S3 Glacier is mostly used for data archival at low-cost
How long does it take to retrieve something from S3 Glacier?
Retrieval times from S3 Glacier are configurable and range from minutes to hours
What is S3 Glacier Deep Archive?
S3 Glacier Deep Archive is S3’s lowest-cost storage class
How long does it take to retrieve something from S3 Glacier Deep Archive?
S3 Glacier Deep Archive is for cases where a retrieval time of 12 hours is acceptable.
What are the areas on which you are charged for using S3?
- Storage (amount you are storing)
- Requests
- Storage Management Pricing (Tier)
- Data Transfer
- Transfer Acceleration
- Cross - Region Replication
