AWS Certified Advanced Networking - Specialty Exam: Route53 Request Logs

Route53 Request Logs

Prev Question Next Question

Question

Which of the following is not part of the logs which can be achieved from the requests made to Route53

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

Answer - A.

The AWS documentation mentions the following.

You can configure Amazon Route53 to log information about the queries that Amazon Route 53 receives, such as the following:

· The domain or subdomain that was requested.

· The date and time of the request.

· The DNS record type (such as A or AAAA)

· The Amazon Route 53 edge location that responded to the DNS query.

· The DNS response code, such as NoError or ServFail.

For more information on Route53 logging, please visit the below URL:

http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html

Route53 is Amazon's DNS service that translates domain names to IP addresses. Route53 can also be used to route traffic to various AWS resources. Route53 provides logging capabilities for DNS query requests made to the service.

The following information can be retrieved from the Route53 logs:

A. The client IP address: The IP address of the client that initiated the DNS query request is logged. This information can be useful in identifying the location of the requester or for troubleshooting network issues.

B. Domain that was requested: The domain name that was requested is logged. This information can be used for analysis of traffic patterns and identifying any issues with DNS resolution.

C. The DNS record type: The type of DNS record requested is logged. This information can be used to identify the type of resource being requested.

D. DNS Response code: The response code received from the DNS query request is logged. This information can be used to identify any issues with DNS resolution or configuration issues.

Therefore, all of the above options are part of the logs that can be retrieved from Route53. None of the options are incorrect, and therefore the answer to the question is none of the above.