
Answer-first summary for fast verification
Answer: By creating encrypted EBS volumes and attaching them to EC2 instances.
The correct answer is B: Create encrypted EBS volumes and attach them to EC2 instances. When you create an EBS volume as encrypted, all data stored at rest on the volume is encrypted. This provides a straightforward way to ensure that all data written to the EBS volumes is encrypted at rest, meeting the company’s requirement.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can a company ensure data encryption at rest for an application deployed on Amazon EC2, using Amazon EBS volumes?
A
By creating and attaching an IAM role specifying EBS encryption to EC2 instances.
B
By creating encrypted EBS volumes and attaching them to EC2 instances.
C
By tagging EC2 instances with 'Encrypt: True' to enforce EBS encryption.
D
By establishing an active AWS KMS key policy for EBS encryption enforcement.
No comments yet.