1 Answers
I’m thinking what I would do is log API calls (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/logging-using-cloudtrail.html) to Route53 via CloudTrail, send the trail to CloudWatch and configure alarms to either alert, display on a dashboard or trigger a Lambda function.
thanks!