An enterprise hosts a high-throughput, latency-sensitive application across three Availability Zones in the us-west-2 Region. The application relies on external API endpoints for real-time payment processing and needs to resolve internal microservice endpoints hosted in a separate shared services VPC. The application is experiencing intermittent latency spikes and connection timeouts during peak hours. An audit reveals that all outbound traffic to the internet-facing payment gateway is routed through a single NAT Gateway in the primary Availability Zone, and internal microservice DNS queries are failing to resolve. Which of the following actions should the Solutions Architect take to optimize the network performance and resolve these latency and DNS issues? (Select TWO.)
- Deploy a NAT Gateway in each Availability Zone and update the route tables of the private subnets to point to the local NAT Gateway in their respective zones.Answer
- Associate the Route 53 Private Hosted Zone of the shared services VPC with the application VPC.Answer
- CConsolidate all outbound routing by directing traffic from all private subnets across all Availability Zones to a single NAT Gateway located in the primary Availability Zone to avoid cross-AZ replication overhead.
- DRecreate the microservice DNS records in a new public Route 53 hosted zone and configure the application VPC DHCP options set to resolve queries via public DNS servers.
- ESubmit a support ticket to AWS to pre-warm the Application Load Balancers (ALBs) to prevent TCP connection timeouts during outbound API calls.