S3 Flashcards
What is S3?
S3 is a highly-durable hash table in the cloud that provides highly scalable objects storage
What are the best types of files to store in S3?
pictures, .css, .html, etc
What’s the maximum file capacity of S3?
5 TB
What’s the maximum storage capacity in S3?
Unlimited
What’s the maximum bandwidth S3 provides?
Infinite
How data consistency work for S3?
READ after WRITE consistency for PUTS on new objects
Eventual Consistency for overwrite PUTS and DELETES (can take some time to propagate)
What are the 6 main S3 features?
Tiered Storage Available Lifecycle Management Versioning Encryption Secure your data using Access Control Lists and Bucket Policies
What are the 7 types of S3 Storage classes?
Standard IA (infrequently accessed) One Zone - IA Intelligent Tiering Glacier Glacier Deep Archive Outposts
What are the main benefits of S3 Standard?
Provides 99.99% availability
99.99999999999% durability (11 9s)
What’s the usage of S3 IA (infrequently accessed)?
For data that is less frequently but requires rapid access when needed. Lower fee them standard but you’re charged a retrieval fee
What’s a common scenario for S3 One Zone - IA
For when you want a lower cost option for infrequently accessed data but don’t require AZ data resilience
What is the usage for S3 Intelligent Tiering
Designed to optimize costs by automatically moving data to the most cost-effective access tier without performance impact or operational overhead
What’s S3 Glacier?
Low-cost storage class for data archiving. Retrieval times configurable from minutes to hours
What’s S3 Glacier Deep Archive?
Lowest-cost storage class where a retrieval time of 12 hours is acceptable
What are the benefits of S3 Outposts?
It delivers object storage to on-premises AWS Outposts environments