AWS Certified Advanced Networking – Specialty (ANS-C00) — Question 52

A company is about to migrate an application from its on-premises data center to AWS. As part of the planning process, the following requirements involving DNS have been identified.
✑ On-premises systems must be able to resolve the entries in an Amazon Route 53 private hosted zone.
✑ Amazon EC2 instances running in the organization's VPC must be able to resolve the DNS names of on-premises systems
The organization's VPC uses the CIDR block 172.16.0.0/16.
Assuming that there is no DNS namespace overlap, how can these requirements be met?

Answer options

Correct answer: C

Explanation

The correct answer is C because it allows the EC2 instances to act as DNS proxies that can handle queries for both on-premises domains and the Route 53 private hosted zone, ensuring proper resolution in both directions. Option A is incorrect because it does not direct on-premises queries properly. Option B incorrectly forwards other queries to a specific IP rather than the Amazon DNS server. Option D fails to meet the requirement for EC2 instances to resolve on-premises system names.