A healthcare provider is launching a new medical telemetry streaming application across two AWS Regions: us-east-1 (primary) and us-west-2 (secondary). The application requires outbound internet connectivity to verify patient insurance APIs and uses Amazon Route 53 for external DNS. The workload is deployed on Amazon ECS (Fargate) across multiple Availability Zones in each region and uses an Amazon Aurora PostgreSQL database. The business has specified a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of minutes. Internal microservices communicate using private DNS names managed via a Route 53 Private Hosted Zone. Which of the following disaster recovery and high availability architectures should a solutions architect recommend to meet these requirements?
- ADesign an Active-Passive Pilot Light disaster recovery strategy. Configure a lifecycle policy to copy Aurora database backups from us-east-1 to us-west-2 every 4 hours. Keep the ECS infrastructure in us-west-2 offline. In both regions, deploy redundant NAT Gateways in each Availability Zone. Associate the Route 53 Private Hosted Zone with the VPCs in both regions. Configure Route 53 Failover routing to restore the database from the snapshot and launch ECS tasks during a failover.
- Design an Active-Passive Warm Standby disaster recovery strategy. Configure an Amazon Aurora Global Database to replicate data from us-east-1 to us-west-2. Deploy the ECS tasks across multiple Availability Zones in both regions, keeping the tasks in the secondary region scaled to a minimum capacity. In both regions, deploy redundant NAT Gateways across all used Availability Zones. Associate the Route 53 Private Hosted Zone with the VPCs in both regions. Configure Route 53 Failover routing with active health checks to manage external traffic routing.Answer
- CDesign an Active-Passive Warm Standby disaster recovery strategy. Configure an Amazon Aurora Global Database to replicate data from us-east-1 to us-west-2. Deploy the ECS tasks across multiple Availability Zones in both regions. To optimize costs, deploy a single NAT Gateway in one Availability Zone in each region's VPC. Associate the Route 53 Private Hosted Zone with the VPCs in both regions. Configure Route 53 Failover routing with active health checks to manage external traffic routing.
- DDesign an Active-Passive Warm Standby disaster recovery strategy. Configure an Amazon Aurora Global Database to replicate data from us-east-1 to us-west-2. Deploy the ECS tasks across multiple Availability Zones in both regions, keeping the tasks in the secondary region scaled to a minimum capacity. In both regions, deploy redundant NAT Gateways across all used Availability Zones. Associate the Route 53 Private Hosted Zone with the primary region's VPC only. Configure Route 53 Failover routing with active health checks to manage external traffic routing.