AWS Certified Advanced Networking – Specialty (ANS-C01) — Question 128

A company has set up hybrid connectivity between its VPCs and its on-premises data center. The company has the on-premises.example.com subdomain configured at its DNS server in the on-premises data center. The company is using the aws.example.com subdomain for workloads that run on AWS across different VPCs and accounts. Resources in both environments can access each other by using IP addresses. The company wants workloads in the VPCs to be able to access resources on premises by using the on-premises.example.com DNS names.

Which solution will meet these requirements with MINIMUM management of resources?

Answer options

Correct answer: A

Explanation

Option A is correct as it provides a straightforward solution by using an Amazon Route 53 Resolver outbound endpoint, which requires minimal management and directly forwards DNS queries. Options B and C involve additional complexity by either requiring an inbound endpoint or setting up BIND software on EC2 instances, which increases management overhead. Option D further complicates the solution by necessitating multiple EC2 instances instead of a single endpoint.