A retail-tech enterprise has structured its multi-account environment using AWS Organizations. The network topology includes a central network account (Account A) containing a Shared Services VPC (`Shared-VPC`), which is connected to an on-premises network via AWS Transit Gateway (TGW) and AWS Direct Connect. Account B contains `Core-VPC` and hosts a Route 53 Private Hosted Zone (PHZ) named `core.aws.internal`. Account C contains `App-VPC`. The enterprise requires a hybrid DNS resolution strategy:
1. On-premises client machines must resolve resources in `core.aws.internal` via the Active Directory DNS servers ( and ).
2. EC2 instances in `Core-VPC` and `App-VPC` must resolve on-premises services in the `.corp.local` domain.
Which actions must a Solutions Architect take to implement this architecture while minimizing administrative overhead? (Select TWO.)
- In Account B, submit a cross-account VPC association authorization for `core.aws.internal` to Account A's `Shared-VPC` using the AWS CLI or API. In Account A, accept the association request to allow the central Inbound Resolver endpoint to resolve the private zone for queries coming from on-premises.Cevap
- In Account A, create Route 53 Resolver Outbound Endpoints in the `Shared-VPC` and configure an outbound forwarding rule for `.corp.local` pointing to the on-premises DNS servers. Share this rule with the AWS Organization using AWS Resource Access Manager (RAM), and associate the shared rule with the VPCs in Account B and Account C.Cevap
- CIn Account B, associate the private hosted zone `core.aws.internal` directly with the `Shared-VPC` in Account A using the Route 53 console, since cross-account hosted zone associations within the same AWS Organization are automatically authorized.
- DIn Account B, create a Route 53 Resolver Inbound Endpoint in `Core-VPC`. Configure on-premises DNS servers to route queries for `core.aws.internal` via a Direct Connect Gateway (DXGW) attached directly to the `Core-VPC` virtual private gateway, relying on DXGW to transitively route DNS traffic to other VPCs.