Exam DOP-C02 All QuestionsBrowse all questions from this exam
Question 272

A company runs an application that uses an Amazon S3 bucket to store images. A DevOps engineer needs to implement a multi-Region strategy for the objects that are stored in the S3 bucket. The company needs to be able to fail over to an S3 bucket in another AWS Region. When an image is added to either S3 bucket, the image must be replicated to the other S3 bucket within 15 minutes.

The DevOps engineer enables two-way replication between the S3 buckets.

Which combination of steps should the DevOps engineer take next to meet the requirements? (Choose three.)

    Correct Answer: A, B, C

    To meet the requirements of replicating images between S3 buckets in different regions and enabling failover, the DevOps engineer should follow these steps: First, enable S3 Replication Time Control (S3 RTC) on each replication rule to ensure that objects are replicated within 15 minutes. Second, create an S3 Multi-Region Access Point in an active-passive configuration to manage access and facilitate failover. Finally, call the SubmitMultiRegionAccessPointRoutes operation in the AWS API when failover is needed to direct traffic to the appropriate S3 bucket in the other region.

Discussion
getadroit

ABC https://aws.amazon.com/getting-started/hands-on/getting-started-with-amazon-s3-multi-region-access-points/?ref=docs_gateway/amazons3/MultiRegionAccessPoints.html

trungtdOptions: ABC

UpdateRoutingControlStates is for Route53

TEC1Options: ABC

A. Enable S3 Replication Time Control (S3 RTC) on each replication rule. This ensures that 99.99% of objects are replicated within 15 minutes. B. Create an S3 Multi-Region Access Point in an active-passive configuration. This is crucial for managing access to data across multiple S3 buckets in different AWS Regions and facilitating failover. C. Call the SubmitMultiRegionAccessPointRoutes operation in the AWS API when the company needs to fail over to the S3 bucket in the other Region. This operation updates the routes to direct traffic to the designated S3 bucket, enabling failover.