AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 324

A company has an application that runs in a single AWS Region. The application runs on an Amazon Elastic Kubernetes Service (Amazon EKS) cluster and connects to an Amazon Aurora MySQL cluster. The application is built in an AWS CodeBuild project. The container images are published to Amazon Elastic Container Registry (Amazon ECR).

The company needs to replicate the state of the application for the container images and the database to a second Region.

Which solution will meet these requirements in the MOST operationally efficient way?

Answer options

Correct answer: C

Explanation

Option C is correct because Amazon ECR natively supports Cross-Region Replication, which automatically replicates images to destination registries with minimal setup. Additionally, Amazon Aurora Global Database provides native, high-performance replication across regions with minimal lag and no custom replication scripts. The other options introduce unnecessary operational overhead, such as modifying build pipelines, deploying custom Lambda functions, or manually configuring binary log replication.