Q41 — AWS SAA-C03 Ch.15

Question 41 of 100 | ← Chapter 15

Q1141. A company stores critical data in a single Amazon S3 bucket in the us-east-1 Region. Versioning is enabled on the bucket. The company needs to make the data accessible in a second AWS Region.Which solution will meet this requirement?

Correct Answer: C. Create a second S3 bucket in a second Region.Enable versioning on the new bucket. Associate an S3 Multi-Region Access Point with both buckets.Set both buckets to active.Create a two-way replication rule between the buckets.

Explanation

The solution that will meet the requirement of making data accessible in a second AWS Region while ensuring versioning is enabled is:C. Create a second S3 bucket in a second Region. Enable versioning on the new bucket. Associate an S3 Multi-Region Access Point with both buckets. Set both buckets to active. Create a two-way replication rule between the buckets.Explanation:S3 Multi-Region Access Point: This feature allows you to simplify the management of data across multiple S3 buckets in different AWS Regions. By associating both buckets with a Multi-Region Access Point, you can seamlessly access and manage data.Two-Way Replication: Configuring a two-way replication rule enables changes made in either bucket to be replicated to the other, ensuring that both buckets stay in sync and maintain their versions.Why Other Options Are Not Suitable:A: While cross-Region replication is mentioned, the use of a Network Load Balancer for failover is unnecessary for S3, which doesn't operate in the same way as traditional servers or applications.B: Using Amazon CloudFront does provide a way to distribute content, but it does not directly address the requirement for making the data accessible in a second Region while maintaining versioning and synchronization.D: Similar to A, while cross-Region replication is useful, the addition of a Route 53 health check for failover adds complexity that is not needed for S3, which is designed for high availability and durability.Thus, option C is the most effective solution for ensuring the critical data is accessible in a second AWS Region while keeping versioning intact.