Easy1 markMultiple Choice
Domain 2.2: Highly Available ArchitecturesDomain 2ResilienceS3Disaster Recovery

AWS SAA-C03 · Question 28 · Domain 2.2: Highly Available Architectures

A company stores critical documents in an Amazon S3 bucket. To meet disaster recovery requirements, the documents must be automatically copied to a different AWS Region. What is the MOST operationally efficient way to achieve this?

Answer options:

A.

Create an AWS Lambda function triggered by S3 events to copy objects to the other Region.

B.

Enable S3 Cross-Region Replication (CRR).

C.

Use AWS DataSync to schedule daily transfers between the buckets.

D.

Configure S3 Lifecycle policies to move the data to the other Region.

How to approach this question

Look for the native S3 feature designed specifically for cross-region copying.

Full Answer

B.Enable S3 Cross-Region Replication (CRR).✓ Correct
Enable S3 Cross-Region Replication (CRR).
Amazon S3 Cross-Region Replication (CRR) is a bucket-level configuration that enables automatic, asynchronous copying of objects across buckets in different AWS Regions. It requires versioning to be enabled on both buckets.

Common mistakes

Choosing Lambda, which works but requires custom code and maintenance.

Practice the full AWS SAA-C03 Practice Exam 1

65 questions · hints · full answers · grading

More questions from this exam