A health-tech corporation is migrating its clinical management platform to AWS. The infrastructure is organized under AWS Organizations with a multi-account structure:
* A central Network VPC in a Shared Services account connects to the on-premises data center via a 10 Gbps AWS Direct Connect connection terminating at an AWS Transit Gateway.
* Multiple Application VPCs in separate AWS accounts host the containerized services and are attached to the Transit Gateway.
* A Route 53 Private Hosted Zone (PHZ) for `clinical.local` is created in the Shared Services account.
* The on-premises domain is `corp.internal`, and on-premises servers host the DNS records for this domain.
To comply with health-tech security regulations, all DNS traffic must remain private. The architecture must enable resources in all Application VPCs to resolve both `clinical.local` and `corp.internal` domains, and on-premises servers must be able to resolve `clinical.local` domains.
Which of the following actions should the solutions architect perform to meet these requirements? (Select TWO).
- In the Shared Services account, configure a Route 53 Resolver outbound endpoint in the Network VPC. Create a forwarding rule for `corp.internal` pointing to the on-premises DNS servers, share the rule with the AWS Organization using AWS Resource Access Manager (RAM), and associate it with the Application VPCs.Cevap
- In the Shared Services account, authorize the association of the `clinical.local` Private Hosted Zone with the Application VPCs in the other accounts using the AWS CLI or Route 53 API, and then create the associations in those application accounts.Cevap
- CUse AWS Resource Access Manager (RAM) to share the `clinical.local` Private Hosted Zone with the AWS Organization, and then associate the hosted zone with the Application VPCs in the Route 53 console of each application account.
- DConfigure the on-premises DNS servers to route queries for `clinical.local` directly to a Direct Connect Gateway private virtual interface, bypassing the Transit Gateway to reduce routing latency.