AWS Certified SysOps Administrator – Associate (legacy) — Question 150

A company is using an AWS KMS customer master key (CMK) with imported key material. The company references the CMK by its alias in the Java application to encrypt data. The CMK must be rotated every 6 months.
What is the process to rotate the key?

Answer options

Correct answer: A

Explanation

The correct answer is A because enabling automatic key rotation for the CMK ensures it is rotated every 6 months without manual intervention. Options B and D involve creating new CMKs, which is not necessary for automatic rotation. Option C incorrectly suggests deleting key material, which could lead to data loss.