Before I delete an EBS volume, what can I do if I want to recreate the volume later?
A.
Create a copy of the EBS volume (not a snapshot)
B.
Store a snapshot of the volume
C.
Download the content to an EC2 instance
D.
Back up the data in to a physical disk
Explanation:
B
B.
Store a snapshot of the volume
B Store a snapshot of the volume
I think snapshot does not works if volume is deleted.
B
After you no longer need an Amazon EBS volume, you can delete it. After deletion, its data is gone and the volume can’t be attached to any instance. However, before deletion, you can store a snapshot of the volume, which you can use to re-create the volume later.
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-volume.html
B
After you no longer need an Amazon EBS volume, you can delete it. After deletion, its data is gone and the volume can’t be attached to any instance. However, before deletion, you can store a snapshot of the volume, which you can use to re-create the volume later.
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-volume.html
B.
Store a snapshot of the volume