An automotive technology enterprise has established a multi-account AWS environment using AWS Organizations. The network topology consists of a Shared Services VPC and several spoke VPCs in different member accounts, all interconnected via an AWS Transit Gateway. The Shared Services VPC contains Route 53 Resolver inbound and outbound endpoints connected to the on-premises corporate network over an AWS Direct Connect connection. A Private Hosted Zone (PHZ) for auto.internal is hosted in a dedicated DevOps AWS account. A Solutions Architect must configure the architecture so that resources in the spoke VPCs can resolve DNS queries for the on-premises domain corp.local and the AWS Private Hosted Zone auto.internal.
Which TWO actions should the Solutions Architect take to configure DNS resolution for this architecture? (Select TWO.)
- Create cross-account VPC association authorizations for the auto.internal private hosted zone in the DevOps account for each spoke VPC, and then associate the private hosted zone with each spoke VPC from their respective accounts.Cevap
- Create a Route 53 Resolver forwarding rule for corp.local in the Shared Services account pointing to the on-premises DNS servers via the outbound resolver endpoint, share the rule with the spoke accounts using AWS Resource Access Manager (RAM), and associate the rule with each spoke VPC.Cevap
- CAssociate the auto.internal private hosted zone with the Shared Services VPC only, and configure the spoke VPCs' DHCP options sets to use the Route 53 Resolver inbound endpoint IP addresses in the Shared Services VPC.
- DShare the Route 53 Resolver outbound endpoint directly with the spoke accounts using AWS Resource Access Manager (RAM), and create local resolver rules in each spoke account that route DNS traffic through the Direct Connect Gateway.