A transit authority requires bidirectional hybrid DNS: on-premises resolvers must answer queries for private Route 53 records in AWS, and domain-joined jump hosts in AWS must resolve corporate DNS names. Which approach meets this need?
Select an answer to reveal the explanation.
Short Explanation
Hybrid DNS is a two-way street: the garage needs to find buses in AWS, and AWS jump boxes need to find names back at HQ. Route 53 Resolver inbound and outbound endpoints plus forwarding rules build that street. Public zones or hosts files are band-aids, not an architecture.
Full Explanation
Route 53 Resolver inbound endpoints allow on-premises DNS servers to resolve records in private hosted zones, while outbound endpoints with forwarding rules send selected AWS queries to on-premises resolvers. Together they provide bidirectional hybrid DNS for domain-joined and private-name scenarios without publishing internal names publicly. Public hosted zones expose internal naming, static hosts files do not scale or stay consistent, and CloudFront aliases are not a substitute for Resolver-based hybrid resolution.