A financial services corporation is establishing a multi-account AWS environment managed via AWS Organizations. The architecture consists of a centralized Network Services VPC in a Shared Services account, and multiple Spoke VPCs in separate Business Unit (BU) accounts. A Route 53 Private Hosted Zone (PHZ) for corp.internal is hosted in the Shared Services account. The on-premises data centers use local DNS servers for the onprem.internal domain, connected to the Network Services VPC via AWS Direct Connect and an AWS Transit Gateway. The corporation requires seamless, bidirectional hybrid DNS resolution: all AWS VPCs must resolve onprem.internal, and on-premises systems must resolve resources in the corp.internal PHZ, as well as resources in local PHZs associated with each Spoke VPC. Which TWO actions must the solutions architect take to implement this hybrid DNS resolution strategy? (Select TWO.)
- In the Shared Services account, create a Route 53 Resolver inbound endpoint in the Network Services VPC. Configure the on-premises DNS servers to forward DNS queries for corp.internal and the Spoke VPC local domains to the IP addresses of this inbound endpoint.Answer
- Create a Route 53 Resolver outbound endpoint in the Network Services VPC. Define a Route 53 Resolver forwarding rule for onprem.internal pointing to the on-premises DNS servers, associate the rule with the Network Services VPC, and share the rule across the AWS Organization using AWS Resource Access Manager (RAM) to allow Spoke VPCs to associate with it.Answer
- CShare the corp.internal Private Hosted Zone with the Business Unit accounts using AWS Resource Access Manager (RAM), and then associate the hosted zone with the Spoke VPCs from the Business Unit accounts.
- DCreate a Route 53 Resolver outbound endpoint in each Spoke VPC, and configure a forwarding rule for onprem.internal pointing to the Direct Connect Gateway (DXGW) virtual interface IP addresses to route DNS queries without traversing AWS Transit Gateway.
- EConfigure the on-premises DNS servers to forward queries for corp.internal directly to the IP address of the AWS Transit Gateway attachment, utilizing the Transit Gateway's native DNS forwarding services.