A manufacturing corporation is designing a disaster recovery (DR) architecture for its new high-precision IoT telemetry ingestion engine. The ingestion layer runs on Amazon ECS on AWS Fargate in the primary Region (eu-west-1) across three Availability Zones. The telemetry data is stored in an Amazon Aurora PostgreSQL DB cluster in eu-west-1. Ingestion tasks must make outbound API calls to an external validation service using static IP addresses.
The secondary Region for DR is eu-central-1. The corporation demands a recovery point objective (RPO) of less than 1 minute, a recovery time objective (RTO) of less than 15 minutes, and minimal idle infrastructure costs in the secondary Region.
Which two actions should a Solutions Architect take to design a highly available and resilient solution that meets these requirements? (Select TWO.)
- Configure an Amazon Aurora Global Database with the primary cluster in eu-west-1 and a secondary cluster in eu-central-1, provisioning a single, low-specification Aurora Replica in the secondary cluster.Cevap
- Deploy a public NAT Gateway in each of the three Availability Zones in both the primary and disaster recovery Regions, assign Elastic IP addresses to each NAT Gateway, and whitelist these Elastic IPs with the external validation service.Cevap
- CDeploy a single public NAT Gateway in one public subnet in both the primary and disaster recovery Regions to route all outbound private traffic, whitelisting the two associated Elastic IP addresses with the external validation service.
- DConfigure hourly snapshots of the Aurora cluster in eu-west-1, copy them to eu-central-1 using AWS Backup, and automate the cluster restoration process during failover.
- EConfigure Aurora Auto Scaling on the secondary cluster in eu-central-1 with a minimum capacity of zero instances, relying on the cluster to automatically scale up write capacity and accept write traffic when client requests are redirected.
- FConfigure Amazon Route 53 Latency-based routing to distribute client telemetry traffic between the Application Load Balancers in both Regions without health checks, allowing Route 53 to redirect client requests during a regional outage.