nerdexam
Amazon

DOP-C02 · Question #270

A company needs a strategy for failover and disaster recovery of its data and application. The application uses a MySQL database and Amazon EC2 instances. The company requires a maximum RPO of 2 hours

The correct answer is B. Create an Amazon Aurora global database in two AWS Regions as the data store. In the event of D. Set up the application in two AWS Regions. Use Amazon Route 53 failover routing that points to. To meet an RPO of 2 hours and RTO of 10 minutes for a MySQL/EC2 application, implement an Aurora Global Database for cross-region data replication and use Route 53 failover routing for the application across two AWS Regions.

Submitted by deeparc· Mar 6, 2026Reliability & Resilience

Question

A company needs a strategy for failover and disaster recovery of its data and application. The application uses a MySQL database and Amazon EC2 instances. The company requires a maximum RPO of 2 hours and a maximum RTO of 10 minutes for its data and application at all times. Which combination of deployment strategies will meet these requirements? (Choose two.)

Options

  • ACreate an Amazon Aurora Single-AZ cluster in multiple AWS Regions as the data store. Use
  • BCreate an Amazon Aurora global database in two AWS Regions as the data store. In the event of
  • CCreate an Amazon Aurora cluster in multiple AWS Regions as the data store. Use a Network
  • DSet up the application in two AWS Regions. Use Amazon Route 53 failover routing that points to
  • ESet up the application in two AWS Regions. Configure AWS Global Accelerator to point to

How the community answered

(37 responses)
  • A
    11% (4)
  • B
    62% (23)
  • C
    19% (7)
  • E
    8% (3)

Why each option

To meet an RPO of 2 hours and RTO of 10 minutes for a MySQL/EC2 application, implement an Aurora Global Database for cross-region data replication and use Route 53 failover routing for the application across two AWS Regions.

ACreate an Amazon Aurora Single-AZ cluster in multiple AWS Regions as the data store. Use

An Amazon Aurora Single-AZ cluster does not provide high availability or disaster recovery across regions without additional complex replication, making it unsuitable for the specified RPO/RTO.

BCreate an Amazon Aurora global database in two AWS Regions as the data store. In the event ofCorrect

Creating an Amazon Aurora global database across two AWS Regions provides asynchronous, continuous replication with an RPO typically in seconds and RTO in minutes for regional failover, effectively meeting the required 2-hour RPO and 10-minute RTO for data.

CCreate an Amazon Aurora cluster in multiple AWS Regions as the data store. Use a Network

The choice is incomplete, but simply having an Aurora cluster in multiple regions without specifying a global database or robust replication/failover mechanism does not inherently meet the strict RPO/RTO requirements.

DSet up the application in two AWS Regions. Use Amazon Route 53 failover routing that points toCorrect

Setting up the application in two AWS Regions and using Amazon Route 53 failover routing allows for automatic redirection of traffic to the healthy secondary region upon primary region failure, which can achieve an RTO of 10 minutes for the application.

ESet up the application in two AWS Regions. Configure AWS Global Accelerator to point to

The choice is incomplete, but while AWS Global Accelerator can provide multi-region failover for applications, Route 53 failover routing (Option D) is a common and complete solution that effectively meets the application's RTO requirement.

Concept tested: Disaster recovery strategies (RPO/RTO), Aurora Global Database, Route 53 failover routing

Source: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html

Topics

#Disaster recovery#RPO/RTO#Aurora Global Database#Route 53 failover

Community Discussion

No community discussion yet for this question.

Full DOP-C02 Practice