Which of the following approaches would protect the sensitive data on an Amazon EBS volume?

An existing application stores sensitive information on a non-boot Amazon EBS data volume attached to an Amazon Elastic Compute Cloud instance. Which of the following approaches would protect the sensitive data on an Amazon EBS volume?
A. Upload your customer keys to AWS CloudHSM Associate the Amazon EBS volume with AWS CloudHSM Re-mount the Amazon EBS volume.
B. Create and mount a new, encrypted Amazon EBS volume. Move the data to the new volume. Delete the old Amazon EBS volume.
C. Unmount the EBS volume. Toggle the encryption attribute to True. Re-mount the Amazon EBS volume.
D. Snapshot the current Amazon EBS volume. Restore the snapshot to a new, encrypted Amazon EBS volume. Mount the Amazon EBS volume

amazon-exams

5 thoughts on “Which of the following approaches would protect the sensitive data on an Amazon EBS volume?

  1. B and D are close , I will go with B because you can move data between encrypted and unencrypted volumes through sync command
    “When you have access to both an encrypted and unencrypted volume, you can freely transfer data between them. EC2 carries out the encryption and decryption operations transparently.

    For example, use the rsync command to copy the data.”
    https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#migrate-data-encrypted-unencrypted

  2. Option D does not talk about the old Amazon EBS volume and therefore it is not a valid option.

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.