S3 - Replication/Storage Classes Flashcards

1
Q

What are the two types of Amazon S3 Replication?

A

1️⃣ CRR (Cross-Region Replication): Replicates data between buckets in different AWS regions.

2️⃣ SRR (Same-Region Replication): Replicates data between buckets in the same AWS region.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is required to enable S3 Replication?

A

1️⃣ Enable Versioning on both source and destination buckets.

2️⃣ Provide proper IAM permissions for the S3 service to read from the source bucket and write to the destination bucket.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the use cases for Cross-Region Replication (CRR)?

A

Compliance: Meet regulations by storing data in different regions.

Lower Latency: Provide faster access to data by replicating it closer to users.

Cross-Account Replication: Share data across different AWS accounts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the use cases for Same-Region Replication (SRR)?

A

Log Aggregation: Combine logs from multiple buckets into a single bucket.

Live Replication: Create a synchronized copy of data between production and test accounts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does Amazon S3 Replication work?

A

It is an asynchronous process where data is copied behind the scenes from the source bucket to the destination bucket.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Can replication occur between buckets in different AWS accounts?

A

Yes, replication can occur between buckets in the same or different AWS accounts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What happens if Versioning is not enabled on the buckets?

A

Replication will not work. Versioning must be enabled on both the source and destination buckets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What happens to existing objects after enabling S3 Replication?

A

Only new objects are replicated. Existing objects require S3 Batch Replication to be replicated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does S3 Batch Replication handle?

A

1️⃣ Replication of existing objects.
2️⃣ Replication of objects that failed during initial replication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Can S3 Replication chain across multiple buckets?

A

No, replication does not chain. For example:

If Bucket 1 replicates to Bucket 2 and Bucket 2 replicates to Bucket 3, objects from Bucket 1 will not replicate to Bucket 3.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the default storage class for Amazon S3?

A

S3 Standard-General Purpose is the default storage class, designed for frequently accessed data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the main use case for S3 Standard-IA (Infrequent Access)?

A

It is used for less frequently accessed data that requires rapid retrieval, such as Disaster Recovery and backups.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is unique about S3 One Zone-IA?

A

Data is stored in a single availability zone, making it suitable for secondary backups or re-creatable data, with lower durability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the three Glacier storage classes in Amazon S3?

A

1️⃣ Glacier Instant Retrieval: Milliseconds retrieval, minimum storage duration of 90 days.
2️⃣ Glacier Flexible Retrieval: Flexible retrieval times (1-5 minutes, 3-5 hours, or 5-12 hours).
3️⃣ Glacier Deep Archive: Long-term storage with retrieval times of 12-48 hours and a minimum storage duration of 180 days.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is S3 Intelligent-Tiering?

A

It automatically moves objects between tiers based on usage patterns, with no retrieval charges, offering tiers for frequent, infrequent, archive, and deep archive access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the minimum storage duration for Glacier Deep Archive?

A

180 days.

17
Q

What are the additional costs associated with S3 Intelligent-Tiering?

A

Monthly monitoring fee and auto-tiering fee.