Medium1 markMultiple Choice
AWS SAP-C02 · Question 12 · Domain 1.3: Reliability and Resilience
An application uses Amazon S3 to store millions of images. The company wants to ensure that if objects are accidentally deleted or overwritten in the primary region (us-east-1), they can be recovered from a secondary region (us-west-2). The solution must minimize operational overhead.
An application uses Amazon S3 to store millions of images. The company wants to ensure that if objects are accidentally deleted or overwritten in the primary region (us-east-1), they can be recovered from a secondary region (us-west-2). The solution must minimize operational overhead.
Answer options:
A.
Use AWS DataSync to sync the buckets hourly.
B.
Enable S3 Versioning on both buckets. Configure S3 Cross-Region Replication (CRR) from us-east-1 to us-west-2.
C.
Configure an S3 Event Notification to trigger a Lambda function that copies objects to the secondary region.
D.
Enable S3 Object Lock in Governance mode on the primary bucket.
How to approach this question
Combine Versioning (for accidental deletion/overwrite) with CRR (for cross-region).
Full Answer
B.Enable S3 Versioning on both buckets. Configure S3 Cross-Region Replication (CRR) from us-east-1 to us-west-2.✓ Correct
Enable S3 Versioning on both buckets. Configure S3 Cross-Region Replication (CRR) from us-east-1 to us-west-2.
S3 Cross-Region Replication automatically replicates data across regions. S3 Versioning (required for CRR) allows recovery from accidental overwrites or deletes.
Common mistakes
Thinking CRR alone protects against deletes (delete markers are not replicated by default).
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 6
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise requires highly available hybrid connectivity between its on-premises data ce...HardQ02An organization has 50 VPCs across two AWS Regions connected via Transit Gateways (TGW). The TGWs...HardQ03A company uses AWS Organizations. The network team wants to share a central Transit Gateway (TGW)...MediumQ04An enterprise has on-premises data centers in the US and Europe. They want to use the AWS global ...HardQ05A company requires that all API calls to Amazon S3 from their VPC must not traverse the public in...Medium
Expert