Easy1 markMultiple Choice
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?
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
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A solutions architect is designing an application that will run on Amazon EC2 instances. The appl...EasyQ03A company wants to implement a federated identity solution for its employees to access the AWS Ma...MediumQ04A mobile application needs to access Amazon DynamoDB directly to read user-specific data. The app...HardQ05A company is hosting a web application on Amazon EC2 instances. The application connects to an Am...Medium
Expert