A health-tech corporation is designing a hybrid DNS architecture across its on-premises data centers and a multi-account AWS environment managed via AWS Organizations. The AWS footprint consists of a central Network Services VPC hosting inbound and outbound Route 53 Resolver endpoints, and multiple Application VPCs in separate member accounts. A Route 53 Private Hosted Zone (PHZ) for `prod.healthtech.internal` is created in a Shared Services account. The on-premises DNS servers must resolve `prod.healthtech.internal`, and the Application VPCs must resolve the on-premises domain `corp.healthtech.local`. Connectivity is established using AWS Transit Gateway.
Which TWO steps are required to achieve secure, minimal-latency DNS resolution across this hybrid environment? (Select TWO.)
- Authorize the association of the Route 53 Private Hosted Zone with the Application VPCs and the Network Services VPC from the Shared Services account, and then associate the VPCs with the Private Hosted Zone from their respective member accounts.Answer
- Create Route 53 Resolver outbound rules for the on-premises domain in the Network Services account, share the rules with the AWS Organization using AWS Resource Access Manager (RAM), associate them with all VPCs, and configure on-premises conditional forwarders pointing to the inbound resolver endpoint IP addresses.Answer
- CShare the Route 53 Private Hosted Zone with the AWS Organization using AWS Resource Access Manager (RAM) to allow all member account VPCs to automatically resolve the zone without manual association authorizations.
- DConfigure the AWS Transit Gateway route tables to route all DNS traffic targeting the link-local DNS IP address () from the on-premises network to the Network Services VPC to bypass the need for provisioning inbound resolver endpoints.