An enterprise is designing a high-performance network topology to connect its on-premises corporate offices to three VPCs in the `eu-west-1` Region: a shared services VPC and two application spoke VPCs. The architecture requires resilient, private, bidirectional connectivity between the on-premises networks and all VPCs, as well as private DNS resolution. Specifically, DNS queries for the private on-premises domain `corp.internal` must resolve from the application spoke VPCs, and DNS queries for the AWS private domain `aws.internal` must resolve from the on-premises network. The design must also enforce that outbound internet egress from the spoke VPCs is centralized through a firewall cluster in the shared services VPC.
Which of the following configurations should the solutions architect implement to satisfy these requirements? (Select TWO.)
- Deploy an AWS Transit Gateway, and attach the shared services VPC and both application spoke VPCs to it. Establish a Transit Virtual Interface (Transit VIF) on the Direct Connect connection, associate it with a Direct Connect Gateway, and attach the Direct Connect Gateway to the Transit Gateway. In the application spoke VPC route tables, route default traffic (0.0.0.0/0) to the Transit Gateway.Cevap
- Create the Route 53 Private Hosted Zone aws.internal and associate it with all three VPCs. Deploy Route 53 Resolver inbound endpoints in the shared services VPC to receive queries from the on-premises DNS servers. Deploy Route 53 Resolver outbound endpoints in the shared services VPC, create a forwarding rule for corp.internal pointing to the on-premises DNS servers, and associate this rule with all three VPCs.Cevap
- CCreate the Route 53 Private Hosted Zone aws.internal and associate it only with the shared services VPC. Deploy Route 53 Resolver inbound endpoints in the shared services VPC. Configure a custom DHCP options set in the application spoke VPCs pointing to the inbound endpoint IP addresses to enable DNS resolution of the private domain.
- DEstablish a Private Virtual Interface (Private VIF) on the Direct Connect connection, associate it with a Direct Connect Gateway, and attach the Direct Connect Gateway directly to all three VPCs. Configure the Direct Connect Gateway to route traffic between the spoke VPCs and to route outbound internet traffic through the shared services VPC.
- EDeploy a single NAT Gateway in a public subnet of the shared services VPC. Configure the application spoke VPC route tables to route all outbound internet traffic to the Transit Gateway, and configure a single Transit Gateway route table to direct all default route (0.0.0.0/0) traffic to the NAT Gateway.