ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

38 / 310

Question 38:

You are working in a financial company as a DevOps engineer. Your organization is using Customer Master Key (CMK) in KMS for several AWS services. For the CMK, the key material was imported as the key material needs to be maintained on-premises instead of AWS. According to the company rule, the key material must be rotated every year. How should you rotate the CMK?

Answer options:

A.Create a new CMK with new key material. Change the target CMK of the key alias to the new one.
B.Enable automatic key rotation for the CMK through KMS CLI.
C.Reimport the new key material to the CMK every year through KMS CLI.
D.Delete the old CMK first. Create a new CMK with new key material using the same key name and alias.