AWS Certified Security – Specialty — Question 308

A company is using Amazon Route 53 Resolver for its hybrid DNS infrastructure. The company has set up Route 53 Resolver forwarding rules for authoritative domains that are hosted on on-premises DNS servers.

A new security mandate requires the company to implement a solution to log and query DNS traffic that goes to the on-premises DNS servers. The logs must show details of the source IP address of the instance from which the query originated. The logs also must show the DNS name that was requested in Route 53 Resolver.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Route 53 Resolver query logging is the native AWS feature designed to log DNS queries originating from resources within your VPCs, including those forwarded to on-premises servers. It successfully captures both the source IP of the querying resource and the requested DNS domain name, which can then be easily analyzed using CloudWatch Insights. Other options like VPC flow logs do not capture DNS query names, and Route 53 Resolver rules themselves cannot be configured to output logs.