S3 Flashcards
S3 stands for:
Simple Storage Service
S3 (at a high level)
backup/storage
disaster recovery
files stored in buckets
* buckets must be globally unique
buckets defined at Region level
S3 max object size?
5 TB (5000GB)
S3 user based policy
user based (IAM policies)
S3 bucket policy
granting access to objects within a bucket
S3 Standard
s3 storage class.
general purpose, for FREQUENTLY accessed data
S3 Infrequent Access (Standard-IA)
s3 storage class.
for data infrequently accessed data but requires rapid access when needed.
costs more than S3 One Zone-IA.
S3 Intelligent Tiering
s3 storage class.
optimize costs by automatically moving data to the most cost-effective access tier when patterns change
S3 One Zone-Infrequent Access (One Zone-IA)
s3 storage class.
in 1 az
data that is accessed less frequently, but requires rapid access
Durability vs Availability
durability = measurement of how healthy and resilient your data is.
availability = how readily available the service is
True/False - S3 is not a durable service.
False. S3 is highly durable.
S3 Object Lock
block object version deletion for a specific time
S3 Glacier (Flexible Retrieval)
is a low-cost storage class for archive data that is accessed 1 - 2 times per year, takes long time to fetch data.
ex: use to store archived customer records
S3 Glacier Deep Archive
lowest-cost storage class. takes LONGEST time to fetch data.
ex: good for backup
Which tasks can S3 object life cycle configurations perform automatically? (Select THREE.)
(A) Deleting old object versions
(B) Moving objects to Glacier
(C) Deleting old buckets
(D) Deleting old objects
(E) Moving objects to an EBS volume
(A), (B), and (D).
It can delete old objects, and versions but not buckets. Object life cycle configurations can’t delete buckets or move objects to an EBS volume.