Storage - S3 Flashcards
Type of storage?
Object storage; you can store virtually any kid of data in any format.
Features?
Accessible to anyone or any service with the right permissions
Max storage size
virtually unlimited
Max file size
max range of 5 Tbps
Performance (Latency)
low, for mixed request types, and integration with CloudFront
Performance (Throughput)
Multiple GBs per second; supports multi-part uploads
Why S3 over EFS and EBS?
Better throughput and durability than EBS same as EFS ; better access than EFS or EBS; multitude of use cases
What is a S3 object?
a file and or metadata
What is a S3 key?
a unique id for an object within a bucket
What is an S3 bucket?
is where objects(data) are stored. Bucket name must be DNS-compliant.
Bucket limitations
After you create, cannot change the name or region; can create up to 100 buckets; can’t
What is the data consistency model?
Read-after-write consistency for PUTs on new objects, eventual consistency for read-after-write HEAD or GET requests; eventual consistency for overwrite PUTs and DELETEs in all regions; strong read-after-write consistency for any storage request
What is S3 Standard?
general purpose storage of frequently accessed data
What is S3 Standard IA?
for long lived, less frequently accessed data. Objects are stored redundantly across multiple AZs
What is S3 Standard Onezone IA?
less frequently accessed data, but in one AZ meaning data is not resilient.