6. S3 Flashcards
What is Amazon S3?
Amazon S3 is an AWS storage service that offers ‘infinitely scalable’ storage for data.
True or False: Amazon S3 can be used for backup and disaster recovery.
True
What are Amazon S3 ‘buckets’?
Buckets in Amazon S3 are containers used to store objects (files) with globally unique names.
What naming rules apply to Amazon S3 buckets?
Bucket names must be globally unique, 3-63 characters long, lowercase only, and cannot be an IP.
What is an S3 object ‘key’?
An S3 object key is the full path to the object, including the prefix and the object name.
Fill in the blank: The maximum object size in S3 is _____.
5TB
What is the minimum file size for multi-part upload in S3?
5GB
What is metadata in the context of S3 objects?
Metadata is additional data stored as key-value pairs, which can be system or user-defined.
What does S3 versioning allow you to do?
S3 versioning allows you to store multiple versions of an object to protect against accidental deletions.
True or False: S3 objects can be organized in directories within buckets.
False
What types of security controls are available for S3?
User-based (IAM Policies) and resource-based (Bucket Policies, ACLs).
What does a bucket policy allow?
A bucket policy allows cross-account access and public access controls on S3 buckets.
What are S3 Access Control Lists (ACLs)?
ACLs grant finer-grained access controls to specific objects or buckets.
Fill in the blank: For S3, the default maximum durability is _____%.
0.99999999999
True or False: S3 Standard has 99.9% availability.
False
What is Amazon S3 Standard used for?
S3 Standard is used for frequently accessed data with low latency and high throughput.
How does S3 Intelligent-Tiering work?
It automatically moves objects between different access tiers based on usage patterns.
What is the minimum storage duration for objects in the S3 Glacier Deep Archive?
180 days
What retrieval options are available in S3 Glacier Flexible Retrieval?
Expedited (1-5 minutes), Standard (3-5 hours), Bulk (5-12 hours).
True or False: S3 Glacier Instant Retrieval provides millisecond access to archived data.
True
What is the main use case for S3 One Zone-Infrequent Access?
Storing secondary backup copies of data that can be recreated if lost.
Fill in the blank: S3 has a storage class specifically for archiving, called _____ storage.
Glacier
What is the purpose of S3 Cross-Region Replication?
To replicate data across AWS regions for compliance and low-latency access.
What is S3 Same-Region Replication used for?
Log aggregation and live replication between production and test accounts.
What is the main difference between CRR and SRR in S3?
CRR replicates data across different regions, while SRR replicates within the same region.
What is the purpose of S3 lifecycle policies?
To automatically transition objects to different storage classes based on access frequency.
True or False: S3 Standard-Infrequent Access is cheaper than S3 Standard.
True
What type of storage is best for non-frequently accessed data with high durability and low cost?
S3 Standard-Infrequent Access or S3 Glacier.