A global e-commerce and logistics company manages its multi-account environment using AWS Organizations. The core network consists of a central Hub VPC in a Shared Services account and several spoke VPCs in Line of Business (LoB) accounts, all interconnected via an AWS Transit Gateway. The Shared Services VPC has an active AWS Direct Connect connection to the on-premises datacenter. The company needs to design a hybrid DNS resolution strategy. On-premises systems must resolve resources in a Private Hosted Zone (PHZ) for `aws.ecommerce.internal` hosted in the Shared Services account. Additionally, all spoke VPCs must resolve both the `aws.ecommerce.internal` domain and the on-premises domain `corp.internal`. Which TWO configurations should the solutions architect implement to meet these requirements? (Select TWO.)
- In the Shared Services account, create Route 53 Resolver outbound endpoints in the Shared Services VPC. Create an outbound Resolver rule for the `corp.internal` domain pointing to the on-premises DNS servers, share this rule with the organization using AWS Resource Access Manager (RAM), and associate the shared rule with the spoke VPCs.Cevap
- In the Shared Services account, authorize the association of the `aws.ecommerce.internal` Private Hosted Zone with the spoke VPCs in the LoB accounts using the Route 53 API. In each LoB account, associate the Private Hosted Zone with the respective spoke VPCs. Create Route 53 Resolver inbound endpoints in the Shared Services VPC, and configure the on-premises DNS servers to forward queries for `aws.ecommerce.internal` to the inbound endpoint IP addresses.Cevap
- CShare the `aws.ecommerce.internal` Private Hosted Zone from the Shared Services account with the LoB accounts using AWS Resource Access Manager (RAM). In each LoB account, accept the resource share and associate the Private Hosted Zone with the spoke VPCs.
- DIn the Shared Services VPC, configure Route 53 Resolver inbound endpoints to route queries for the `corp.internal` domain to the on-premises DNS servers, and configure the Direct Connect Gateway to route DNS traffic directly to the spoke VPCs.