A biopharmaceutical company is migrating its clinical trial management platform to a multi-account AWS environment managed under AWS Organizations. The environment consists of a central Network Account (Account A) hosting a shared services VPC, and two separate application accounts (Account B and Account C) hosting production application VPCs. The shared services VPC is connected to the on-premises corporate network via AWS Transit Gateway and an AWS Direct Connect connection. The on-premises DNS domain is `corp.local`. The application accounts host Route 53 Private Hosted Zones (PHZs) for `clinical.aws` (Account B) and `trials.aws` (Account C). The company requires that all VPCs and the on-premises network can resolve all internal domains. DNS queries must remain private and highly available. Which TWO actions should a Solutions Architect take to implement this hybrid DNS resolution architecture? (Select TWO.)
- In Account A, deploy Route 53 Resolver inbound and outbound endpoints in the shared services VPC. Create an outbound resolver rule for the `corp.local` domain pointing to the on-premises DNS servers. Share the outbound resolver rule with Accounts B and C using AWS Resource Access Manager (RAM), and associate the rule with the shared services VPC and all application VPCs.Answer
- For the private hosted zones `clinical.aws` (Account B) and `trials.aws` (Account C), submit a cross-account VPC association authorization to the shared services VPC in Account A using the AWS CLI or Route 53 API. In Account A, accept the authorization and associate the shared services VPC with both private hosted zones. Associate each private hosted zone with the application VPCs in their respective accounts.Answer
- CUse AWS Resource Access Manager (RAM) to share the private hosted zones `clinical.aws` from Account B and `trials.aws` from Account C with the AWS Organization. In Account A, accept the resource share and associate the shared services VPC with the shared private hosted zones.
- DIn Account A, deploy Route 53 Resolver outbound endpoints in the shared services VPC. Configure the outbound endpoints to route DNS queries to the on-premises DNS servers by creating a Direct Connect Gateway (DXGW) association directly with the outbound endpoints using a transit virtual interface.
- EIn Account A, create Route 53 Resolver inbound rules for the domains `clinical.aws` and `trials.aws` pointing to the inbound endpoint IP addresses. Share these inbound rules with Accounts B and C using AWS Resource Access Manager (RAM) to enable resolution of the private hosted zones from the application VPCs.