A multinational insurance group uses AWS Organizations to manage a multi-account environment. The core network topology consists of a central Hub VPC in a dedicated Network account and multiple spoke VPCs in separate member accounts, all interconnected using an AWS Transit Gateway. The company also maintains a corporate on-premises data center connected to the Hub VPC via AWS Direct Connect. A Private Hosted Zone (PHZ) named insurance.internal is hosted in a Shared Services account.
The enterprise requires a hybrid DNS resolution strategy where workloads in the on-premises data center must resolve hosts in the insurance.internal zone, and workloads in the spoke VPCs must resolve hosts in the insurance.internal zone as well as on-premises DNS names ending in corp.insurance. Inbound and outbound DNS traffic must be centralized through the Hub VPC to optimize cost and enforce network security policies.
Which combination of actions must a solutions architect take to meet these requirements? (Select TWO.)
- In the Shared Services account, authorize the association of the Private Hosted Zone with the Hub VPC and spoke VPCs. In the Hub and spoke accounts, associate the VPCs with the Private Hosted Zone.Cevap
- Create Route 53 Resolver inbound endpoints and outbound endpoints in the Hub VPC. Create a Route 53 Resolver forwarding rule for the corp.insurance domain pointing to the on-premises DNS servers, and associate this rule with the Hub VPC and all spoke VPCs.Cevap
- CUse AWS Resource Access Manager (RAM) in the Shared Services account to share the insurance.internal Private Hosted Zone with the AWS Organization, and associate the shared resource with the spoke VPCs.
- DCreate a Route 53 Resolver forwarding rule for insurance.internal pointing to the inbound endpoint IP addresses in the Hub VPC, and associate this rule with the spoke VPCs.
- EConfigure the on-premises DNS servers to route queries for insurance.internal directly to the Transit Gateway IP address, and configure Transit Gateway route tables to route DNS queries to the spoke VPCs.