A financial services company is designing a hybrid DNS architecture across their AWS Organization and an on-premises datacenter. The environment consists of a central Network Services AWS account containing a Shared Services VPC, a Production AWS account containing a Production VPC, and an AWS Transit Gateway connecting both VPCs and the on-premises network. A Private Hosted Zone (PHZ) named prod.internal is created in the Production account and associated with the Production VPC. A Private Hosted Zone (PHZ) named shared.internal is created in the Network Services account and associated with the Shared Services VPC. The on-premises DNS servers manage the corp.local domain. The solutions architect must establish a centralized DNS resolution strategy meeting these requirements:
- On-premises servers must resolve names in prod.internal and shared.internal.
- Resources in the Production VPC must resolve names in corp.local and shared.internal.
- The architecture must minimize the deployment of Route 53 Resolver Endpoints to minimize costs.
Which of the following actions must the solutions architect perform to meet these requirements? (Select THREE.)
- In the Network Services account, create a Route 53 Resolver Outbound Rule for corp.local pointing to the on-premises DNS servers. Share the rule with the Production account using AWS Resource Access Manager (RAM), and associate the rule with the Production VPC.Cevap
- In the Production account, authorize the association of the prod.internal private hosted zone with the Shared Services VPC. In the Network Services account, associate the Shared Services VPC with the prod.internal private hosted zone.Cevap
- Configure the on-premises DNS servers to forward queries for prod.internal and shared.internal to the IP addresses of a Route 53 Resolver Inbound Endpoint deployed in the Shared Services VPC.Cevap
- DUse AWS Resource Access Manager (RAM) to share the prod.internal private hosted zone from the Production account to the Network Services account, and associate the shared zone with the Shared Services VPC.
- EConfigure a Route 53 Resolver Outbound Rule in the Network Services account targeting the Direct Connect Gateway's virtual interface (VIF) IP addresses to route queries for corp.local to on-premises.
- FIn the Production account, deploy Route 53 Resolver Inbound and Outbound Endpoints in the Production VPC. Configure on-premises DNS servers to forward queries for prod.internal to the Production VPC's Inbound Endpoint.