A global gaming enterprise is launching a new multiplayer gaming platform in AWS. The architecture is deployed across multiple AWS accounts in the us-east-1 region and utilizes an AWS Transit Gateway (tgw-central) to interconnect VPCs. The setup includes a Shared Services VPC (vpc-shared-prod), a centralized Egress VPC (vpc-egress-prod), and three spoke application VPCs (vpc-game-auth, vpc-game-match, and vpc-game-profile). The spoke VPCs require resolution of private DNS records in a Route 53 Private Hosted Zone (game.internal) created in the Shared Services VPC. Furthermore, an on-premises data center connected to AWS via a Direct Connect Gateway linked to the Transit Gateway needs to resolve records in game.internal. To satisfy security compliance, all outbound internet traffic from the spoke VPCs must be routed through AWS Network Firewall and NAT Gateways in vpc-egress-prod, and the architecture must remain fully resilient against Availability Zone outages. Which combination of actions should the solutions architect take to satisfy these networking and DNS requirements? (Select TWO.)
- Associate the Route 53 Private Hosted Zone game.internal with each of the spoke VPCs (vpc-game-auth, vpc-game-match, and vpc-game-profile). Deploy Route 53 Resolver Inbound Endpoints in vpc-shared-prod across at least two Availability Zones, and configure the on-premises DNS servers to conditionally forward DNS queries for game.internal to these inbound endpoint IP addresses.Cevap
- Deploy AWS Network Firewall endpoints and NAT Gateways in vpc-egress-prod across multiple Availability Zones. Configure the route tables in the private subnets of vpc-egress-prod to route traffic to the Network Firewall endpoints, and configure the public subnet route tables to route traffic to their local, zone-specific NAT Gateways.Cevap
- CAssociate the Route 53 Private Hosted Zone game.internal exclusively with vpc-shared-prod. Configure the Transit Gateway route tables to transitively propagate DNS query traffic from the spoke VPCs to vpc-shared-prod for name resolution.
- DDeploy a single NAT Gateway in vpc-egress-prod within a single Availability Zone to minimize data transfer costs. Configure a shared route table in vpc-egress-prod to route all outbound internet traffic from all subnets through this single NAT Gateway.
- EEstablish a separate Transit Gateway Route Table that maps the spoke VPC attachments directly to the Direct Connect Gateway. Use the Direct Connect Gateway's built-in transitive VPC routing capability to bypass the centralized Transit Gateway routing for DNS query path optimization.