A health-tech company has a multi-account AWS environment connected to an on-premises data center via AWS Transit Gateway. The Shared Services account hosts a Route 53 Private Hosted Zone (PHZ) named corp.internal that is associated with the Shared Services VPC. Applications in the Production VPC and servers in the on-premises data center must resolve domain names in corp.internal. Which actions should a Solutions Architect take to enable this DNS resolution? (Select TWO.)
- Submit a cross-account private hosted zone association authorization from the Shared Services account for the Production VPC, and then associate the VPC using the Production account's credentials.Cevap
- Deploy a Route 53 Resolver inbound endpoint in the Shared Services VPC, and configure the on-premises DNS servers to forward queries for corp.internal to the inbound endpoint IP addresses.Cevap
- CUtilize AWS Resource Access Manager (RAM) to distribute the corp.internal private hosted zone from the Shared Services account to the Production account.
- DDeploy a Route 53 Resolver outbound endpoint in the Production VPC, and create a forwarding rule to route queries for corp.internal to the on-premises DNS servers.
- EAdd a route in the Transit Gateway route table that forwards all traffic on port 53 directly to the AWS-provided DNS IP address of the Shared Services VPC.
Cevap
Submit a cross-account private hosted zone association authorization from the Shared Services account for the Production VPC, then associate the VPC using the Production account's credentials, and deploy a Route 53 Resolver inbound endpoint in the Shared Services VPC while configuring the on-premises DNS servers to forward queries to the inbound endpoint IP addresses.
Enabling cross-account resolution of a Private Hosted Zone requires creating an association authorization from the zone owner account and then associating the consumer VPC from its own account. Enabling on-premises resolution of the same private zone requires setting up a Route 53 Resolver inbound endpoint in a VPC associated with the zone and forwarding on-premises DNS queries to the inbound endpoint's IP addresses.
Adım Adım Çözüm
Anahtar Kavram
Multi-Account and Hybrid DNS resolution using Route 53 Private Hosted Zones, cross-account associations, and Route 53 Resolver inbound endpoints.