A multinational smart grid operator manages its infrastructure using AWS Organizations. The network topology consists of a central Hub VPC in a Network Services account and several spoke VPCs in separate production accounts. The spoke VPCs are connected to the Hub VPC via an AWS Transit Gateway. The on-premises grid operations center is connected to the Hub VPC via an AWS Direct Connect connection terminated at a Direct Connect Gateway. The on-premises environment hosts telemetry servers resolved by a local DNS server zone grid.local. The AWS environment hosts microservices that need to resolve names in the grid.local domain, and the on-premises servers must resolve services in a Route 53 Private Hosted Zone (PHZ) named aws.grid.internal hosted in a Shared Services account. To minimize latency and avoid single points of failure, the operator requires a scalable, highly available, and secure DNS resolution strategy across all environments. Which TWO actions should a Solutions Architect take to meet these requirements? (Select TWO.)
- In the Shared Services account, authorize the association of the aws.grid.internal private hosted zone with the Hub VPC and each spoke VPC. In the respective accounts containing the Hub and spoke VPCs, associate the VPCs with the private hosted zone.Answer
- Deploy Route 53 Resolver inbound endpoints in the Hub VPC, and configure the on-premises DNS servers to forward queries for aws.grid.internal to these inbound endpoint IP addresses. Deploy Route 53 Resolver outbound endpoints in the Hub VPC, create a Resolver rule for grid.local pointing to the on-premises DNS servers, share this rule via AWS Resource Access Manager with the organization, and associate it with all spoke VPCs.Answer
- CUse AWS Resource Access Manager in the Shared Services account to share the aws.grid.internal private hosted zone with the organization. In each spoke and hub account, accept the resource share and associate the private hosted zone with the local VPCs.
- DConfigure the on-premises DNS servers to route all queries for aws.grid.internal to the Direct Connect Gateway's virtual interface IP address directly, bypassing the need for Route 53 Resolver inbound endpoints.
- ECreate a Route 53 Resolver outbound rule for aws.grid.internal in the Hub VPC, associate it with the spoke VPCs, and configure it to forward queries to the Transit Gateway's default IP address to handle cross-account hosted zone resolution.