A global retail and supply chain enterprise manages its hybrid IT environment across multiple AWS accounts using AWS Organizations. The infrastructure includes a central Shared Services VPC in a Network account and several Application VPCs in member accounts. Network connectivity to the on-premises datacenter is established via AWS Transit Gateway and AWS Direct Connect. The on-premises DNS servers host the zone `corp.internal`, while a Route 53 Private Hosted Zone (PHZ) for `aws.corp.internal` is hosted in the Shared Services account. The enterprise requires resources in all VPCs to resolve `corp.internal` and resources on-premises to resolve `aws.corp.internal`. Which TWO actions should the Solutions Architect perform to implement this hybrid DNS architecture? (Select TWO.)
- In the Shared Services VPC, create Route 53 Resolver outbound endpoints. Create a Resolver forwarding rule for the corp.internal domain pointing to the on-premises DNS servers, share the rule with the organization using AWS Resource Access Manager (RAM), and associate the rule with the Application VPCs.Answer
- From the Shared Services account, authorize the association of the aws.corp.internal private hosted zone with the Application VPCs in the member accounts using the AWS CLI or API. In each member account, associate the Application VPCs with the private hosted zone.Answer
- CAssociate the aws.corp.internal private hosted zone with the Application VPCs directly from the Route 53 console in the Shared Services account, as resource sharing for private hosted zones is automatically enabled within AWS Organizations.
- DIn the Shared Services VPC, create Route 53 Resolver inbound endpoints. Configure the on-premises DNS servers to forward queries for aws.corp.internal to the Transit Gateway's link-local IP address , routing traffic through a Direct Connect Gateway.
- ECreate Route 53 Resolver inbound and outbound endpoints in each Application VPC. Set up conditional forwarding rules locally within each member account to forward queries for corp.internal directly to the on-premises DNS servers.