A gaming company hosts its multiplayer matchmaking engine on Amazon EC2 instances in a shared services VPC in the Region. Multiple client-facing game VPCs in separate AWS accounts in the same Region need to establish low-latency, high-throughput connections to the matchmaking engine, which is accessible via an internal Network Load Balancer (NLB) with a private DNS name registered in an Amazon Route 53 Private Hosted Zone (PHZ). The company currently connects the game VPCs to the shared services VPC using AWS Transit Gateway. During peak gaming hours, players experience high latency and packet delivery delays, and game servers in the client VPCs intermittently fail to resolve the matchmaking engine's DNS name. The solutions architect must optimize the network to achieve the lowest possible latency and maximum throughput for game traffic, while ensuring reliable DNS resolution and minimizing data transfer costs. Which network optimization strategy should the solutions architect implement?
- Establish direct VPC Peering connections between each client-facing game VPC and the shared services VPC, and authorize and accept the Route 53 Private Hosted Zone association for the game VPCs across the accounts.Answer
- BReplace Transit Gateway with direct VPC Peering connections between the client VPCs and the shared services VPC, and configure a public Route 53 Hosted Zone for the matchmaking engine to allow client VPCs to resolve the name over the public internet.
- CConfigure AWS Direct Connect Gateway to establish transitive routing directly between the game VPCs and the shared services VPC, and configure Route 53 Resolver outbound endpoints to forward queries.
- DReplace the internal NLB with an Application Load Balancer (ALB), request AWS Support to pre-warm the ALB to handle peak traffic bursts, and associate the Private Hosted Zone with the Transit Gateway route table.