A biotechnology research corporation is migrating its workflows to AWS using AWS Organizations. The central network topology consists of a Network Services VPC hosted in a shared infrastructure account, connected to several Research and Development (R&D) VPCs in different member accounts via an AWS Transit Gateway. The on-premises data center connects to the Transit Gateway via an AWS Direct Connect gateway connection. A Route 53 Private Hosted Zone (PHZ) for aws.biotech.internal is created in the Network Services account and associated with the Network Services VPC. The R&D VPCs must be able to resolve domain names inside aws.biotech.internal. Additionally, all R&D VPCs must resolve on-premises domain names in the corp.biotech.internal namespace. Which TWO configurations must a Solutions Architect implement to achieve this DNS resolution strategy? (Select TWO.)
- Authorize the association of the aws.biotech.internal Private Hosted Zone with the R&D VPCs from the Network Services account, and then associate the R&D VPCs with the hosted zone from each member account.Cevap
- Create a Route 53 Resolver outbound endpoint in the Network Services VPC, configure an outbound forwarding rule for corp.biotech.internal pointing to the on-premises DNS servers, share this rule with the organization using AWS Resource Access Manager (RAM), and associate the rule with the R&D VPCs.Cevap
- CShare the aws.biotech.internal Private Hosted Zone directly with the R&D member accounts using AWS Resource Access Manager (RAM), and then associate the shared hosted zone with the R&D VPCs in the member accounts.
- DCreate a Route 53 Resolver outbound endpoint in each R&D VPC, and configure the R&D VPC route tables to route DNS queries (port 53) directly to the Direct Connect Gateway attachment to bypass the Transit Gateway.
- ECreate a Route 53 Resolver inbound endpoint in the Network Services VPC, configure a wildcard forwarding rule for biotech.internal in the R&D member accounts, and configure the R&D VPC route tables to forward all DNS queries directly to the inbound endpoint's IP addresses.