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.
Explanation:
B
B
Its B
Sample Q & A
How can you secure data at rest on an EBS volume?
Encrypt the volume using the S3 server-side encryption service
Attach the volume to an instance using EC2’s SSL interface.
Create an IAM policy that restricts read and write access to the volume.
Write the data randomly instead of sequentially.
Use an encrypted file system on top of the EBS volume >>> Correct