An automotive manufacturing corporation uses AWS Organizations to manage its multi-account environment. A central Transit Gateway in a dedicated Network Services account connects the on-premises factory network (domain `factory.internal`) and multiple Line-of-Business (LOB) VPCs in separate member accounts. A Private Hosted Zone (PHZ) named `corp.internal` is hosted in a Shared Services account. The corporation requires a hybrid DNS strategy that allows systems in the LOB VPCs to resolve resources in the `factory.internal` domain, systems in the LOB VPCs to resolve resources in the `corp.internal` PHZ, and on-premises factory systems to resolve resources in the `corp.internal` PHZ. Which configuration meets these requirements with the least administrative effort and cost?
- ACreate Route 53 Resolver inbound endpoints in the Network Services VPC and configure on-premises DNS servers to forward queries for `corp.internal` to the inbound endpoints. Associate the `corp.internal` PHZ with the Shared Services VPC. Rely on Transit Gateway routing to transitively resolve DNS queries for `corp.internal` from the LOB VPCs through the Shared Services VPC. Create a Route 53 Resolver outbound endpoint in the Network Services VPC, configure an outbound rule for `factory.internal` pointing to on-premises DNS servers, share the rule via AWS Resource Access Manager (RAM), and associate it with all LOB VPCs.
- Create Route 53 Resolver inbound endpoints in the Network Services VPC. Configure on-premises DNS servers to forward queries for `corp.internal` to the inbound endpoint IP addresses. Authorize and associate the `corp.internal` PHZ in the Shared Services account with the LOB VPCs. Create a Route 53 Resolver outbound endpoint in the Network Services VPC, configure an outbound rule for `factory.internal` pointing to on-premises DNS servers, share the rule via AWS Resource Access Manager (RAM), and associate it with all LOB VPCs.Cevap
- CCreate a custom DHCP options set containing the IP addresses of the on-premises DNS servers, and assign it to all LOB VPCs. Configure the on-premises DNS servers to forward queries for `corp.internal` to a Direct Connect Gateway. Associate the `corp.internal` PHZ with the Shared Services VPC and configure a Direct Connect Gateway virtual interface to allow transitive routing of DNS queries between the LOB VPCs and the Shared Services VPC.
- DCreate Route 53 Resolver inbound and outbound endpoints in each LOB VPC. Associate the `corp.internal` PHZ with each LOB VPC. Create outbound resolver rules in each LOB VPC pointing to the Shared Services VPC's Route 53 Resolver default IP address () for resolving `corp.internal`, and create separate outbound rules in each VPC pointing to the on-premises DNS servers for resolving `factory.internal`.