A global energy enterprise is migrating its smart grid monitoring system to a multi-account AWS environment managed under AWS Organizations. The architecture consists of a central Shared Services VPC (10.10.0.0/16) connected to an on-premises datacenter (172.16.0.0/12) via AWS Direct Connect and AWS Transit Gateway. Multiple spoke VPCs in production accounts (using the range 10.50.0.0/16) are attached to the same Transit Gateway. A Route 53 Private Hosted Zone (PHZ) for grid.internal is created in the Shared Services account. The on-premises DNS servers (172.16.1.10 and 172.16.1.11) host the zone corp.internal. Spoke VPC instances must resolve domains in both grid.internal and corp.internal, and on-premises hosts must resolve domains in grid.internal. Which combination of actions should the Solutions Architect take to implement this DNS architecture? (Select TWO.)
- In the Shared Services account, authorize the association of the grid.internal private hosted zone with each spoke VPC. In each production account, accept the association using the AWS CLI or Route 53 API to link the spoke VPCs to the private hosted zone.Cevap
- In the Shared Services account, create a Route 53 Resolver Outbound Endpoint in the central VPC, and create a forwarding rule for corp.internal pointing to the on-premises DNS servers. Share this rule with the production accounts using AWS Resource Access Manager (RAM), and associate it with the spoke VPCs.Cevap
- CUse AWS Resource Access Manager (RAM) to share the grid.internal private hosted zone directly from the Shared Services account to the production accounts, and associate it with the spoke VPCs.
- DConfigure the Transit Gateway to route DNS traffic (UDP/TCP port 53) destined for the Route 53 Resolver link-local IP address (169.254.169.253) from the spoke VPCs directly to the Shared Services VPC over a Direct Connect Gateway.
- ECreate a Route 53 Resolver Inbound Endpoint in each production account spoke VPC, and configure a forwarding rule for corp.internal pointing to the Direct Connect Gateway's public virtual interface.