AWS Certified Security – Specialty — Question 229

A development team is using an AWS Key Management Service (AWS KMS) CMK to try to encrypt and decrypt a secure string parameter from AWS Systems
Manager Parameter Store. However, the development team receives an error message on each attempt.
Which issues that are related to the CMK could be reasons for the error? (Choose two.)

Answer options

Correct answer: A, D

Explanation

The correct answers are A and D. If the CMK does not exist, encryption and decryption attempts will fail, and if the CMK is not enabled, it cannot be used for these operations. Options B, C, and E are incorrect because key rotation, using the key ID instead of ARN, and using an alias do not directly prevent the CMK from being used to encrypt or decrypt data.