Medium1 markMultiple Choice
AWS SAP-C02 · Question 08 · Domain 1.3: Reliability & Resilience
An enterprise is designing a disaster recovery strategy for a critical application. The RTO is 4 hours and the RPO is 1 hour. The application uses EC2 instances and an RDS database. Which DR strategy is the MOST cost-effective while meeting the requirements?
An enterprise is designing a disaster recovery strategy for a critical application. The RTO is 4 hours and the RPO is 1 hour. The application uses EC2 instances and an RDS database. Which DR strategy is the MOST cost-effective while meeting the requirements?
Answer options:
A.
Multi-site Active-Active
B.
Warm Standby
C.
Pilot Light
D.
Backup and Restore
How to approach this question
Balance RTO/RPO requirements with cost.
Full Answer
C.Pilot Light✓ Correct
Pilot Light
A Pilot Light strategy maintains a copy of core infrastructure (like databases) running in the DR region, while compute resources are only provisioned during a disaster. This is highly cost-effective and easily meets a 4-hour RTO.
Common mistakes
Choosing Warm Standby which costs more, or Backup/Restore which might miss the RTO.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 2
75 questions · hints · full answers · grading
More questions from this exam
Q01A company is setting up a multi-account AWS environment using AWS Organizations. They need to ens...EasyQ02An enterprise needs to connect its on-premises data center to AWS. They require a dedicated, priv...EasyQ03A company wants to share a single AWS Transit Gateway across multiple AWS accounts within their A...EasyQ04An architect needs to design a highly available database architecture that spans multiple AWS Reg...EasyQ05A global financial institution is migrating its core banking application to AWS. The application ...Medium
Expert