A multinational retail company manages its multi-account environment on AWS using AWS Organizations. The central infrastructure is hosted in a Shared Services account, while application workloads run in multiple Spoke accounts. The company recently acquired a regional retail chain that operates an on-premises data center with a local Active Directory domain (corp.acquired.internal). A Transit Gateway connects the central Shared Services VPC, the Spoke VPCs, and the on-premises network via a Direct Connect connection.
The solutions architect must implement a hybrid DNS resolution strategy with the following requirements:
1. Instances in the Spoke VPCs must be able to resolve resources in the corp.acquired.internal domain.
2. On-premises servers must be able to resolve resources in a Route 53 Private Hosted Zone (PHZ) named prod.enterprise.aws, which is hosted in the Shared Services account.
Which TWO configuration steps must the solutions architect perform to meet these requirements? (Select TWO.)
- In the Shared Services account, create a Route 53 Resolver outbound endpoint in the Shared Services VPC. Create an outbound Resolver forwarding rule for corp.acquired.internal that targets the on-premises DNS servers, share this rule with the organization using AWS Resource Access Manager (RAM), and associate the rule with the Spoke VPCs.Cevap
- Authorize the cross-account association of the prod.enterprise.aws Private Hosted Zone with the Spoke VPCs using the Route 53 API in the Shared Services account, and then associate the Spoke VPCs with the Private Hosted Zone in each respective Spoke account.Cevap
- CUse AWS Resource Access Manager (RAM) to share the prod.enterprise.aws Private Hosted Zone with the Spoke accounts, and then directly associate the Spoke VPCs to the shared hosted zone via the Route 53 Console.
- DCreate an outbound Route 53 Resolver rule in the Spoke accounts for corp.acquired.internal. Configure the rule to route queries through a Direct Connect Gateway (DXGW) private virtual interface directly to the on-premises DNS servers, bypassing the Transit Gateway.
- EIn the Shared Services account, configure a Route 53 Resolver inbound endpoint in the Shared Services VPC. Configure the on-premises DNS servers to forward queries for prod.enterprise.aws to the IP addresses of the inbound endpoint.