A global logistics company is migrating its supply chain management systems to AWS. The company is using AWS Organizations to manage a multi-account environment. A central Shared Services account contains a VPC connected to the on-premises corporate network via AWS Transit Gateway and AWS Direct Connect. The Shared Services account hosts a Route 53 Private Hosted Zone (PHZ) for corp.internal containing service endpoints. A Production account and a Development account each have a VPC connected to the Transit Gateway. The on-premises network uses the domain onprem.internal for its internal DNS. The solutions architect must design a hybrid DNS solution that allows EC2 instances in the Production and Development VPCs to resolve hosts in both corp.internal and onprem.internal, and on-premises client machines to resolve hosts in corp.internal. The architecture must minimize cost by avoiding redundant endpoints, and must scale as new VPCs are added to the organization. Which of the following strategies should the solutions architect implement to achieve these requirements?
- Configure Route 53 Resolver Inbound Endpoints in the Shared Services VPC. Configure the on-premises DNS servers to forward queries for corp.internal to the Inbound Endpoint IP addresses. Create a Route 53 Resolver Outbound Endpoint in the Shared Services VPC and a Resolver forwarding rule for onprem.internal pointing to the on-premises DNS servers. Share the Resolver rule with the AWS Organization using AWS Resource Access Manager (RAM), and associate the rule with the Shared Services, Production, and Development VPCs. Authorize the association of the corp.internal Private Hosted Zone with the Production and Development VPCs from the Shared Services account, and perform the associations from the Production and Development accounts.Cevap
- BConfigure Route 53 Resolver Inbound Endpoints in the Shared Services VPC. Configure the on-premises DNS servers to forward queries for corp.internal to the Inbound Endpoint IP addresses. Create a Route 53 Resolver Outbound Endpoint in the Shared Services VPC and a Resolver forwarding rule for onprem.internal pointing to the on-premises DNS servers. Share the Resolver rule and the corp.internal Private Hosted Zone with the AWS Organization using AWS Resource Access Manager (RAM), and associate both the rule and the hosted zone with all VPCs.
- CConfigure Route 53 Resolver Inbound Endpoints in the Shared Services VPC. Configure the on-premises DNS servers to forward queries for corp.internal to the Inbound Endpoint IP addresses. Create a Route 53 Resolver Outbound Endpoint in the Shared Services VPC and a Resolver forwarding rule for onprem.internal pointing to the on-premises DNS servers. Share the Resolver rule with the AWS Organization using AWS Resource Access Manager (RAM), and associate it with all VPCs. In the Production and Development accounts, use the Route 53 console to associate the Production and Development VPCs directly with the corp.internal Private Hosted Zone hosted in the Shared Services account.
- DConfigure Route 53 Resolver Inbound and Outbound Endpoints in all VPCs (Shared Services, Production, and Development). Create Resolver forwarding rules for onprem.internal in each account pointing to the on-premises DNS servers, routing the DNS queries over the Direct Connect Gateway's public IP address directly to bypass the Transit Gateway.