AWS Certified Security – Specialty (SCS-C02) — Question 271

A company is implementing new compliance requirements to meet customer needs. According to the new requirements, the company must not use any Amazon RDS DB instances or DB clusters that lack encryption of the underlying storage. The company needs a solution that will generate an email alert when an unencrypted DB instance or DB cluster is created. The solution also must terminate the unencrypted DB instance or DB cluster.

Which solution will meet these requirements in the MOST operationally efficient manner?

Answer options

Correct answer: A

Explanation

AWS Config features a built-in managed rule (rds-storage-encrypted) that directly evaluates the encryption status of RDS storage, making it the most operationally efficient detection method. By pairing this rule with an automatic remediation action, the system can instantly publish to an Amazon SNS topic to trigger both the email alert and an AWS Lambda function to delete the non-compliant resource. EventBridge-based options are less efficient because they require custom code to inspect the encryption state of the resource from the creation event payload.