Which of the following are correct options for logging and monitoring AWS Route 53 service? (Select TWO)
Click on the arrows to vote for the correct answer
A. B. C. D. E.Answer: A and E.
Option A is correct.
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/monitoring-health-checks.htmlOption B is incorrect because VPC Flow logs are for logging the network traffic going in/coming out of a specific VPC.
Route 53 is not a VPC specific service.
Option C is incorrect because Route53 Dashboard is not used for "logging and monitoring"
Status of domain registration, lists of domains, etc.
are neither metrics (time series of magnitudes with dimensions/units) nor logs (text messages written by applications).
Option D is incorrect because Route 53 does not log directly into AWS S3
However, you can export the CloudWatch or CloudTrail logs into S3.
Option E is correct.
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/logging-using-cloudtrail.htmlThe correct options for logging and monitoring AWS Route 53 service are A. Amazon CloudWatch and E. AWS CloudTrail.
A. Amazon CloudWatch is a monitoring service that can be used to monitor Route 53 health checks and DNS queries. It can also be used to create alarms based on Route 53 metrics, such as latency and health check status. These alarms can be used to alert you when Route 53 is not performing as expected.
E. AWS CloudTrail is a logging service that can be used to log API calls made to Route 53. This can be used to audit changes made to Route 53 resources and to troubleshoot issues that may arise.
B. AWS VPC Flow Logs are used to capture information about IP traffic going to and from network interfaces in a VPC. This is not applicable to Route 53.
C. AWS Route 53 dashboard is a web-based console that allows you to manage and configure Route 53 resources. It is not used for logging and monitoring.
D. Access logs in S3 are used to log requests made to S3 buckets. This is not applicable to Route 53.
In summary, Amazon CloudWatch and AWS CloudTrail are the correct options for logging and monitoring AWS Route 53 service.