A financial services enterprise is establishing a hybrid environment connecting its on-premises datacenter to a multi-account AWS environment. A central network account contains a Transit VPC with Route 53 Resolver inbound and outbound endpoints, connected to the on-premises DNS servers via AWS Direct Connect and AWS Transit Gateway. The Transit VPC also hosts a Route 53 Private Hosted Zone (PHZ) for corp.internal. Multiple application accounts run workloads in separate VPCs connected via Transit Gateway. The company needs on-premises servers to resolve names in corp.internal, and AWS workloads in the application VPCs to resolve both corp.internal and on-premises domains ending in onprem.internal. Which configuration achieves this hybrid DNS resolution with the minimum number of endpoints?
- AShare the corp.internal private hosted zone directly with the application accounts using AWS Resource Access Manager, and associate the application VPCs with the shared hosted zone. Configure Route 53 Resolver outbound rules in the network account to forward queries for onprem.internal to the on-premises DNS servers, and share these rules with the application accounts using AWS Resource Access Manager.
- BAssociate the corp.internal private hosted zone with the application VPCs by authorizing the association from the central network account and creating the association from the member accounts. Configure Route 53 Resolver outbound rules in the network account to forward queries for onprem.internal to the on-premises DNS servers, but route the outbound DNS queries directly via a Direct Connect Gateway, bypassing Transit Gateway routing.
- Associate the corp.internal private hosted zone with the application VPCs by authorizing the association from the central network account and creating the association from the member accounts. Configure Route 53 Resolver outbound rules in the network account to forward queries for onprem.internal to the on-premises DNS servers, and share these rules with the application accounts using AWS Resource Access Manager. Configure the on-premises DNS servers to forward queries for corp.internal to the inbound resolver endpoint in the Transit VPC.Cevap
- DCreate Route 53 Resolver inbound and outbound endpoints in each application VPC. Configure the on-premises DNS servers to forward queries for corp.internal to each application VPC's inbound endpoint. Configure local forwarding rules in each application VPC to send queries for onprem.internal directly to the on-premises DNS servers.