ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

291 / 310

Question 291:

Your company is making extensive use of the AWS KMS service. They have defined a number of CMK keys. They need to be notified immediately whenever a rotation of a key is carried out. Which of the following options should you use to ensure you get notified on the same?

Answer options:

A.Configure a CloudWatch Event rule to check if the detail-type is "KMS CMK Rotation". Register an SNS topic to provide the notifications.
B.Configure a CloudWatch Event rule to check if the event source is "KMS CMK Rotation". Register a Lambda function to provide the notifications.
C.Configure a CloudWatch Event rule to check if the detail-type is "aws.kms.key.rotation". Register an SNS topic to provide the notifications.
D.Configure an AWS Config rule to check if there is any key rotation that happens in the KMS service. Register an SNS topic to provide the notifications.