AWS Certified Security – Specialty — Question 410

A company has a requirement that none of its Amazon RDS resources can be publicly accessible. A security engineer needs to set up monitoring for this requirement and must receive a near-real-time notification if any RDS resource is noncompliant.

Which combination of steps should the security engineer take to meet these requirements? (Choose three.)

Answer options

Correct answer: B, C, E

Explanation

To monitor and alert on RDS public exposure in near-real-time, the rds-instance-public-access-check AWS Config managed rule must be used to evaluate the compliance status of RDS instances. An Amazon EventBridge rule can then be configured to detect compliance status changes from AWS Config and immediately trigger an Amazon SNS topic. The SNS topic will then deliver the notification directly to the security engineer, fulfilling the near-real-time requirement without unnecessary intermediate queues or custom Lambda functions.