ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 347 - SOA-C02 discussion

Report
Export

A SysOps administrator needs to design a disaster recovery (DR) plan for an application on AWS. The application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The instances are in an Auto Scaling group. The application uses an Amazon Aurora PostgreSQL database. The recovery time objective (RTO) and recovery point objective (RPO) are 15 minutes each.

Which combination of steps should the SysOps administrator take to meet these requirements MOST cost-effectively? (Select TWO.)

A.
Configure Aurora backups to be exported to the DR Region.
Answers
A.
Configure Aurora backups to be exported to the DR Region.
B.
Configure the Aurora cluster to replicate data to the DR Region by using the Aurora global database option.
Answers
B.
Configure the Aurora cluster to replicate data to the DR Region by using the Aurora global database option.
C.
Configure the DR Region with an ALB and an Auto Scaling group. Use the same configuration as in the primary Region.
Answers
C.
Configure the DR Region with an ALB and an Auto Scaling group. Use the same configuration as in the primary Region.
D.
Configure the DR Region with an ALB and an Auto Scaling group. Set the Auto Scaling group's minimum capacity, maximum capacity, and desired capacity to 1.
Answers
D.
Configure the DR Region with an ALB and an Auto Scaling group. Set the Auto Scaling group's minimum capacity, maximum capacity, and desired capacity to 1.
E.
Manually launch a new ALB and a new Auto Scaling group by using AWS CloudFormation during a failover activity.
Answers
E.
Manually launch a new ALB and a new Auto Scaling group by using AWS CloudFormation during a failover activity.
Suggested answer: B, C

Explanation:

For a disaster recovery (DR) plan with a 15-minute RTO and RPO, the most cost-effective steps include:

B: Configuring the Aurora cluster to replicate data to the DR region using the Aurora global database option. This allows continuous replication with typically low replication lag, meeting the 15-minute RPO requirement efficiently.

C: Pre-configuring the DR region with an ALB and an Auto Scaling group using the same configuration as the primary region. This ensures readiness and quick failover, aligning with the 15-minute RTO target.

These steps provide a robust disaster recovery setup that minimizes downtime and data loss while optimizing costs by using built-in AWS functionalities and avoiding over-provisioning. More information can be found in the AWS documentation on Aurora Global Databases Aurora Global Databases and disaster recovery planning AWS Disaster Recovery.

asked 16/09/2024
Emily Luijten
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first