A media streaming company uses AWS Organizations to manage a multi-account environment. A central Shared Services VPC in the `Network` account contains Route 53 Resolver inbound and outbound endpoints, connected to the on-premises network via AWS Transit Gateway and AWS Direct Connect. A Private Hosted Zone (PHZ) for `media.internal` is hosted in the `Production` account. A new Development VPC has been created in the `Development` account. Developers in the `Development` account require resolution of hostnames in `media.internal` from the Development VPC. Additionally, servers in the on-premises datacenter must resolve hostnames in `media.internal`.
Which of the following architectures will allow both the Development VPC and the on-premises network to resolve hostnames in `media.internal` with the lowest latency and administrative overhead?
- In the Production account, authorize the association of the `media.internal` Private Hosted Zone with both the Development VPC and the Shared Services VPC. In the Development account, associate the Development VPC with the Private Hosted Zone. In the Network account, associate the Shared Services VPC with the Private Hosted Zone. Configure the on-premises DNS servers to forward queries for `media.internal` to the inbound resolver endpoint IP addresses in the Shared Services VPC.Cevap
- BIn the Production account, use AWS Resource Access Manager (RAM) to share the `media.internal` Private Hosted Zone with the AWS Organization. In the Development and Network accounts, accept the shared resource. Associate the Shared Services VPC and the Development VPC with the shared Private Hosted Zone. Configure the on-premises DNS servers to forward queries for `media.internal` to the inbound resolver endpoint IP addresses in the Shared Services VPC.
- CIn the Production account, authorize the association of the `media.internal` Private Hosted Zone with the Development VPC and associate it. In the Network account, configure a Route 53 Resolver outbound rule for `media.internal` pointing to the Production VPC's Route 53 Resolver IP address (), and share it with the Development account via AWS RAM. Configure the on-premises DNS servers to forward queries for `media.internal` directly to the link-local Route 53 Resolver IP address () in the Shared Services VPC over the Direct Connect connection.
- DIn the Production account, authorize the association of the `media.internal` Private Hosted Zone with the Shared Services VPC and complete the association in the Network account. In the Development account, create an outbound resolver rule for `media.internal` targeting the inbound resolver endpoint IPs in the Shared Services VPC, and route all DNS traffic over a Direct Connect Gateway public virtual interface without using Transit Gateway.