A logistics company is designing a telemetry ingestion system for connected vehicles. The system must ingest real-time GPS data from vehicles globally. The primary workload runs in the us-east-1 Region, utilizing an Amazon ECS cluster running on AWS Fargate in private subnets, an Application Load Balancer (ALB), and a database layer. The architecture must be expanded to the us-west-2 Region to support a disaster recovery plan with an RTO of under 5 minutes and an RPO of under 1 minute. Active-active routing is preferred to minimize ingestion latency for vehicles on the West Coast. The company needs to minimize operational complexity while maintaining high availability, and the Fargate tasks require highly resilient outbound internet access in both regions to fetch firmware updates without a single point of failure. Which of the following actions should the Solutions Architect take to meet these requirements? (Select TWO.)
- Configure Amazon DynamoDB Global Tables to replicate database tables between the us-east-1 and us-west-2 regions.Answer
- Configure Route 53 latency-based routing policies with health checks to route telemetry traffic to the nearest region, and deploy a NAT Gateway in each Availability Zone in both regions.Answer
- CConfigure AWS Backup to perform hourly cross-region copying of Amazon DynamoDB backups from us-east-1 to us-west-2.
- DDeploy a single NAT Gateway in the primary Availability Zone of each region, and configure route tables in all other Availability Zones to point to this single NAT Gateway.
- EDeploy the database layer using Amazon Aurora PostgreSQL with active-active write replication, and configure Aurora Auto Scaling to dynamically adjust database replication lag.
- FConfigure Route 53 with a Private Hosted Zone to resolve the public Application Load Balancer endpoints for telemetry client connections.