How can you secure data at rest on an EBS volume?

How can you secure data at rest on an EBS volume?

How can you secure data at rest on an EBS volume?

A.
Write the data randomly instead of sequentially.

B.
Use an encrypted file system on top of the BBS volume.

C.
Encrypt the volume using the S3 server-side encryption service.

D.
Create an IAM policy that restricts read and write access to the volume.

E.
Attach the volume to an instance using EC2’s SSL interface.



Leave a Reply 15

Your email address will not be published. Required fields are marked *


networkmanagers

networkmanagers

B

simhachalam

simhachalam

Encrypt the volume using the S3 server-side encryption service

ds

ds

It’s not C; C is a trick answer as it’s taking about S3 encryption (which is encryption on S3, not EBS). The question is about EBS, an d the only applicable answer is to use an encrypted file system. EBS encryption is possible, but there’s no answer with that option….

certified

certified

F – encrypt the volume using EBS encryption while creating the volume

G – take a snapshot of the volume, create a new volume from that shapshot and enable encryption. Attach that new volume back to the instance.