An enterprise operates a high-traffic financial platform. The application tier is deployed in private subnets across multiple Availability Zones in an Application VPC, which is connected to a Transit Gateway. A Shared Services VPC hosts a centralized outbound NAT Gateway and a Route 53 Private Hosted Zone (PHZ) for internal service discovery. Users report intermittent latency spikes and connection timeouts. A network audit reveals that outbound traffic to external financial APIs from all Availability Zones in the Application VPC routes through a single NAT Gateway in the Shared Services VPC. Additionally, internal DNS queries for services in the PHZ fail to resolve from the Application VPC, and sudden traffic spikes during market open cause the Application Load Balancer (ALB) to drop connections. Which combination of actions should the Solutions Architect implement to optimize network performance, minimize latency, and resolve these issues?
- Associate the Route 53 Private Hosted Zone with the Application VPC to enable local DNS resolution. Deploy a NAT Gateway in each Availability Zone within the Shared Services VPC and configure the routing tables accordingly. Request AWS Support to pre-warm the Application Load Balancer prior to market open events.Answer
- BConfigure Transit Gateway route propagation to automatically share DNS resolution records between VPCs. Deploy a NAT Gateway in each Availability Zone within the Shared Services VPC and configure the routing tables accordingly. Request AWS Support to pre-warm the Application Load Balancer prior to market open events.
- CAssociate the Route 53 Private Hosted Zone with the Application VPC to enable local DNS resolution. Retain the single NAT Gateway in the Shared Services VPC to centralize outbound traffic flow and save costs, while using cross-zone load balancing. Request AWS Support to pre-warm the Application Load Balancer prior to market open events.
- DAssociate the Route 53 Private Hosted Zone with the Application VPC to enable local DNS resolution. Deploy a NAT Gateway in each Availability Zone within the Shared Services VPC and configure the routing tables accordingly. Rely on the default auto-scaling behavior of the Application Load Balancer to handle the market open traffic spikes.