AWS Certified Security – Specialty (SCS-C02) — Question 205

A company uses AWS Key Management Service (AWS KMS). During an attempt to attach an encrypted Amazon Elastic Block Store (Amazon EBS) volume to an Amazon EC2 instance, the attachment fails. The company discovers that a customer managed key has become unusable because the key material for the key was deleted. The company needs the data that is on the EBS volume.

A security engineer must recommend a solution to decrypt the EBS volume’s encrypted data key. The solution must also attach the volume to the EC2 instance.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because reimporting the original key material allows the key to become usable again, enabling the decryption of the EBS volume. Options A and D involve introducing new key material, which does not help in recovering access to the existing encrypted data. Option B does not address the immediate need to decrypt the current volume, as it relies on restoring from a snapshot instead.