AWS Certified Security – Specialty — Question 486

A company wants to monitor the deletion of customer managed CMKs. A security engineer must create an alarm that will notify the company before a CM׀ is deleted. The security engineer has configured the integration of AWS CloudTrail with Amazon CloudWatch.
What should the security engineer do next to meet this requirement?

Answer options

Correct answer: C

Explanation

To receive a notification before a customer managed CMK is deleted, the system must monitor the DisableKey and ScheduleKeyDeletion API operations, which initiate the mandatory deletion waiting period. Using Amazon EventBridge (Amazon CloudWatch Events) to detect these specific API calls and trigger an AWS Lambda function to send an Amazon SNS alert is the correct architecture. Other options are incorrect because DeleteAlias does not delete the key, AWS KMS does not automatically generate alarms during key creation, and SNS policies are not used to directly monitor API calls.