To meet new compliance requirements, a company must ensure that all Amazon RDS DB instances and DB clusters use encrypted storage. The company needs an automated solution that emails an alert whenever an unencrypted DB instance or cluster is created and also deletes the unencrypted resource. Which option is the most operationally efficient?
Choose an answer
Tap an option to check your answer.
Correct answer: Create an AWS Config managed rule to detect unencrypted RDS storage. Configure automatic remediation to publish to an Amazon SNS topic that has an AWS Lambda function and an email subscription. Configure the Lambda function to delete the unencrypted resource..
Why this is the answer
The correct option leverages AWS Config's ability to continuously monitor resource compliance and automatically remediate non-compliant resources. The rds-storage-encrypted managed rule directly detects unencrypted RDS instances and clusters. Automatic remediation allows Config to trigger an SNS topic, which then invokes a Lambda function to delete the non-compliant resource and send an email notification. This is operationally efficient because it automates both detection and remediation. The second option is incorrect because it specifies manual remediation, which does not meet the requirement for an automated solution. The third and fourth options are incorrect because while EventBridge can detect creation events, it cannot directly assess the encryption status of the storage at the time of creation or modification in the same way Config can continuously evaluate existing resources against compliance rules. EventBridge would require more complex logic within the Lambda function to check encryption status, making Config a more direct and efficient solution for compliance.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed