Medium1 markMultiple Choice
AWS SAA-C03 · Question 27 · Domain 2.2: Highly Available
A company stores critical backup files in an Amazon S3 bucket in the eu-west-1 region. For disaster recovery compliance, these files must be automatically copied to an S3 bucket in the us-east-1 region. What is the MOST operationally efficient solution?
A company stores critical backup files in an Amazon S3 bucket in the eu-west-1 region. For disaster recovery compliance, these files must be automatically copied to an S3 bucket in the us-east-1 region. What is the MOST operationally efficient solution?
Answer options:
A.
Create a Lambda function triggered by S3 events to copy the files.
B.
Use AWS DataSync to schedule daily transfers between the buckets.
C.
Enable S3 Cross-Region Replication (CRR).
D.
Use S3 Batch Operations to copy the files weekly.
How to approach this question
Identify the need for automatic cross-region S3 copying. CRR is the native, zero-maintenance feature.
Full Answer
C.Enable S3 Cross-Region Replication (CRR).✓ Correct
S3 Cross-Region Replication (CRR) automatically and asynchronously copies objects across buckets in different AWS Regions. It requires versioning to be enabled on both buckets and is the most efficient way to meet DR compliance.
Common mistakes
Overcomplicating the solution with Lambda or DataSync.
Practice the full AWS SAA-C03 Practice Exam 3
65 questions · hints · full answers · grading
More questions from this exam
Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
Expert