AWS Certified Database – Specialty — Question 320

A company requires near-real-time notifications when changes are made to Amazon RDS DB security groups.
Which solution will meet this requirement with the LEAST operational overhead?

Answer options

Correct answer: A

Explanation

Amazon RDS event notifications natively support DB security group events and can send near-real-time alerts via Amazon SNS with minimal configuration. Using AWS Lambda or AWS CloudTrail requires writing custom code or parsing logs, which increases operational overhead. CloudWatch metrics do not natively track security group configuration changes, making a metric-based alarm ineffective for this specific requirement.