AWS Certified Solutions Architect – Professional — Question 673

A company is migrating mobile banking applications to run on Amazon EC2 instances in a VPC. Backend service applications run in an on-premises data center.
The data center has an AWS Direct Connect connection into AWS. The applications that run in the VPC need to resolve DNS requests to an on-premises Active
Directory domain that runs in the data center.
Which solution will meet these requirements with the LEAST administrative overhead?

Answer options

Correct answer: C

Explanation

Amazon Route 53 Resolver endpoints with conditional forwarding rules provide a fully managed solution to forward DNS queries from a VPC to on-premises DNS servers over AWS Direct Connect. This approach requires minimal administrative effort compared to deploying, patching, and maintaining self-managed DNS servers on EC2 instances. Other options, such as setting up a new Active Directory domain controller with bidirectional trusts, add unnecessary operational complexity and overhead.