A financial services firm is migrating its transactional applications to a multi-account AWS environment managed under AWS Organizations. The architecture includes a central Network VPC in a Shared Services account and multiple application VPCs in separate production accounts. A Route 53 Private Hosted Zone (PHZ) named `corp.internal` is hosted in the Shared Services account. Network connectivity between the central Network VPC, production VPCs, and the on-premises datacenter is established using AWS Transit Gateway. On-premises DNS servers manage the `onprem.corp` domain. An outbound Route 53 Resolver endpoint is deployed in the Network VPC to forward queries for `onprem.corp` to the datacenter. Which combination of actions should a solutions architect recommend to enable DNS resolution of both `corp.internal` and `onprem.corp` from the production VPCs with the least administrative overhead?
- AShare the `corp.internal` PHZ with the production accounts using AWS Resource Access Manager (RAM). In the production VPCs, create Route 53 Resolver conditional forwarding rules for both `corp.internal` and `onprem.corp` that target the inbound Route 53 Resolver endpoint in the Network VPC.
- Associate the `corp.internal` PHZ with the production VPCs by submitting a cross-account association authorization from the Shared Services account and accepting it in the production accounts. Share the `onprem.corp` Route 53 Resolver rule from the Shared Services account to the production accounts using AWS Resource Access Manager (RAM), and associate the shared rule with the production VPCs.Cevap
- CAssociate the `corp.internal` PHZ with the production VPCs by creating duplicate copies of the private hosted zone in each production account. Configure the Transit Gateway to route all DNS traffic (UDP/TCP port 53) originating from the production VPCs directly to the on-premises DNS servers via AWS Direct Connect Gateway transit virtual interfaces.
- DCreate Route 53 Resolver outbound endpoints in each production VPC. Configure conditional forwarding rules in the production accounts to send `corp.internal` and `onprem.corp` queries to the inbound Route 53 Resolver endpoint in the Network VPC without authorizing PHZ association.