A biopharmaceutical research organization is deploying a multi-account AWS environment. The core network is built on a Hub-and-Spoke topology using AWS Transit Gateway, with a central Hub VPC in the Network Services account and multiple Spoke VPCs in separate member accounts (Production and Development) within the same AWS Organization. A Route 53 Private Hosted Zone (PHZ) named `research.internal` is hosted in a dedicated Shared Services account. The company's on-premises laboratory network is connected to the Hub VPC via AWS Direct Connect, where on-premises DNS servers manage the `lab.local` domain. The architecture must allow on-premises laboratory systems to resolve resources in the `research.internal` PHZ, and EC2 instances in all Spoke VPCs to resolve both `lab.local` and `research.internal` resources. The design must minimize administrative overhead and ensure that DNS traffic does not traverse the public internet.
Which TWO configuration steps are required to establish this DNS resolution path? (Select TWO.)
- In the Shared Services account, authorize the association of the research.internal private hosted zone with the Hub VPC and each Spoke VPC. In the Network Services and member accounts, accept the association to link the VPCs to the private hosted zone.Answer
- In the Network Services account, create Route 53 Resolver inbound and outbound endpoints in the Hub VPC. Create a Resolver forwarding rule for lab.local pointing to the on-premises DNS servers, share this rule with the member accounts using AWS Resource Access Manager (RAM), and associate it with the Spoke VPCs.Answer
- CIn the Shared Services account, associate the research.internal private hosted zone with the Hub VPC. Enable DNS support on the Transit Gateway attachments to allow the Spoke VPCs to transitively resolve queries within the research.internal zone.
- DIn the Network Services account, create a Route 53 Resolver forwarding rule for research.internal pointing to the VPC resolver () of the Hub VPC, and associate this rule with all Spoke VPCs.
- EConfigure the on-premises DNS servers to forward queries for research.internal to the Direct Connect Gateway (DXGW) IP addresses, and configure the DXGW to route these queries to the Route 53 Resolver in the Shared Services account.