
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company uses Amazon EC2 instances and stores data on Amazon Elastic Block Store (Amazon EBS) volumes. The company must ensure that all data is encrypted at rest by using AWS Key Management Service (AWS KMS). The company must be able to control rotation of the encryption keys.
Which solution will meet these requirements with the LEAST operational overhead?
A
Create a customer managed key. Use the key to encrypt the EBS volumes.
B
Use an AWS managed key to encrypt the EBS volumes. Use the key to configure automatic key rotation.
C
Create an external KMS key with imported key material. Use the key to encrypt the EBS volumes.
D
Use an AWS owned key to encrypt the EBS volumes.
Explanation:
Correct Answer: A
Why Option A is correct:
Why other options are incorrect:
Option B: AWS managed keys do NOT allow customers to control key rotation. AWS manages the rotation automatically, and customers cannot configure or control it.
Option C: External KMS keys with imported key material have the highest operational overhead. You must generate and import your own key material, manage it externally, and handle all rotation manually.
Option D: AWS owned keys are not visible to customers and provide no control over key management or rotation. They are shared across multiple AWS accounts and services.
Key AWS KMS Concepts:
The requirement for "control rotation of the encryption keys" eliminates AWS managed and AWS owned keys. The requirement for "LEAST operational overhead" eliminates external keys with imported material, leaving customer managed keys as the optimal solution.