A healthcare technology company has a multi-account AWS environment managed under AWS Organizations. The architecture consists of a central `Network-Shared` account containing a Hub VPC, which connects to the on-premises datacenter via AWS Direct Connect. Two consumer accounts, `Clinical-Apps` and `Data-Analytics`, contain Spoke VPCs connected to the Hub VPC using an AWS Transit Gateway. The on-premises environment hosts legacy health systems in the `corp.internal` DNS domain. The company has created a Route 53 Private Hosted Zone (PHZ) named `aws.internal` in the `Network-Shared` account.
The company needs to establish a DNS resolution strategy that meets the following requirements:
- On-premises servers must be able to resolve resources within `aws.internal`.
- EC2 instances in the Spoke VPCs must be able to resolve names in the on-premises `corp.internal` domain.
Which TWO actions should a solutions architect take to meet these requirements? (Select TWO.)
- In the `Network-Shared` account, create a Route 53 Resolver inbound endpoint in the Hub VPC. Configure the on-premises DNS servers to forward queries for the `aws.internal` domain to the IP addresses of this inbound endpoint.Cevap
- In the `Network-Shared` account, create a Route 53 Resolver outbound endpoint in the Hub VPC. Create a Resolver forwarding rule for the `corp.internal` domain pointing to the on-premises DNS servers. Share the rule with the other accounts using AWS Resource Access Manager (RAM), and associate the rule with the Spoke VPCs in the `Clinical-Apps` and `Data-Analytics` accounts.Cevap
- CUse AWS Resource Access Manager (RAM) to share the `aws.internal` Private Hosted Zone from the `Network-Shared` account to the consumer accounts, then associate the shared hosted zone with the Spoke VPCs in the `Clinical-Apps` and `Data-Analytics` accounts.
- DCreate a Route 53 Resolver outbound endpoint in each Spoke VPC. Configure the outbound endpoints to forward queries for `aws.internal` to the AWS Transit Gateway, and configure a static route in the Transit Gateway to redirect these queries to the Hub VPC's Route 53 Resolver.
- EIn the `Network-Shared` account, create a Route 53 Resolver inbound endpoint in the Hub VPC. Associate the `aws.internal` Private Hosted Zone with the Direct Connect Gateway (DXGW) to allow the on-premises DNS servers to resolve records transitively without configuring forwarders.