AWS Certified SysOps Administrator – Associate — Question 119

A company recently migrated its application to a VPC on AWS. An AWS Site-to-Site VPN connection connects the company’s on-premises network to the VPC. The application retrieves customer data from another system that resides on premises. The application uses an on-premises DNS server to resolve domain records. After the migration, the application is not able to connect to the customer data because of name resolution errors.

Which solution will give the application the ability to resolve the internal domain names?

Answer options

Correct answer: B

Explanation

The correct solution is B because it directly establishes a Route 53 Resolver outbound endpoint that forwards DNS queries from the VPC to the on-premises DNS server, resolving the name resolution issue. Option A relies on deploying EC2 instances which may introduce unnecessary complexity, while C does not address the DNS forwarding directly and instead focuses on infrastructure connections. Option D is incorrect as it involves creating a public hosted zone, which is not suitable for internal domain names.