AWS Certified Solutions Architect Professional SAP-C02 Practice Question
A financial services company operates a critical, multi-tier application in the us-east-1 Region. The application consists of a fleet of EC2 instances in an Auto Scaling group behind an Application Load Balancer, an Amazon RDS for PostgreSQL Multi-AZ database, and an Amazon ElastiCache for Redis cluster.
To meet business continuity requirements, the company must implement a disaster recovery (DR) strategy in the us-west-2 Region with a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 1 minute. The company has chosen a warm standby approach to balance recovery time with cost.
Which of the following designs BEST implements a warm standby strategy that meets these requirements?
In us-west-2, create a cross-region read replica for the RDS for PostgreSQL database. Configure an Auto Scaling group with a minimum and desired capacity of zero. Configure Amazon ElastiCache for Redis with Global Datastore to replicate the cache. Use Amazon Route 53 to fail over traffic.
In us-west-2, create a cross-region read replica for the Amazon RDS for PostgreSQL database. Configure an Auto Scaling group with a minimum and desired capacity of one small EC2 instance. Provision a small, single-node ElastiCache for Redis cluster. For failover, promote the RDS read replica, scale up the Auto Scaling group, and update an Amazon Route 53 failover record.
In us-west-2, replicate application AMIs and Amazon RDS snapshots. In a disaster, deploy a new AWS CloudFormation stack using the replicated AMI and restore the database from the latest snapshot. Use Amazon Route 53 to redirect traffic to the new stack.
In us-west-2, deploy a fully scaled-out duplicate of the production environment, including the Auto Scaling group, RDS database, and ElastiCache cluster. Use an Amazon Route 53 latency-based routing policy to distribute traffic between us-east-1 and us-west-2.
The correct answer describes a classic warm standby architecture. In the DR region (us-west-2), a scaled-down but functional version of the application is running. This includes using an Amazon RDS cross-region read replica for asynchronous data replication, which is suitable for meeting a low RPO like 1 minute. A minimal Auto Scaling group (with a desired capacity of one) keeps the application tier running and ready to be scaled up quickly, which is a key characteristic of warm standby and essential for a 15-minute RTO. A small, single-node ElastiCache cluster is also provisioned to complete the minimal running environment. Upon failover, the RDS replica is promoted, the Auto Scaling group is scaled out, and Amazon Route 53 redirects traffic, all of which can be accomplished within the 15-minute RTO.
The option suggesting deploying a new stack from AMIs and RDS snapshots describes a backup and restore strategy. This approach would have a much higher RTO and RPO, failing to meet the specified 15-minute RTO and 1-minute RPO.
The option suggesting a fully scaled environment with latency-based routing describes a hot standby (or multi-site active/active) strategy. While it would meet the RTO/RPO, it is far more expensive than the required warm standby approach.
The option suggesting an Auto Scaling group with a minimum capacity of zero describes a pilot light strategy, not a warm standby. A pilot light approach does not have servers running and ready to take traffic, which would make meeting a 15-minute RTO challenging.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
Why is a cross-region read replica used for Amazon RDS in a warm standby strategy?
Open an interactive chat with Bash
What is the role of the Auto Scaling group in a warm standby setup?
Open an interactive chat with Bash
How does Amazon Route 53 help achieve failover in a warm standby architecture?
Open an interactive chat with Bash
AWS Certified Solutions Architect Professional SAP-C02
Design for New Solutions
Your Score:
Report Issue
Bash, the Crucial Exams Chat Bot
AI Bot
Loading...
Loading...
Loading...
IT & Cybersecurity Package Join Premium for Full Access