How can an EBS volume that is currently attached to an EC2 instance be migrated from one Availability Zone to
another?

A.
Simply create a new volume in the other AZ and specify the original volume as the source.
B.
Detach the volume, then use the ec2-migrate-volume command to move it to another AZ.
C.
Create a snapshot of the volume, and create a new volume from the snapshot in the other AZ.
D.
Detach the volume and attach it to another EC2 instance in the other AZ.
Explanation:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html
Hi, the correct answer is C
hese snapshots can be used to create multiple new EBS volumes, expand the size of a volume, or move volumes across Availability Zones.
See: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html
Thanks,
Frank
2
0
C Only snapshots can be moved to another AZ
1
0
As others have said, C is the answer.
1
0
C is correct.
1
0
Everyone said it C is the best.
1
0
C with no Doubts i even tried it
1
0
c
1
0
C, EBS volumes can only be attached in the same AZ as the EC2 instance, this means take snapshot from original, use snapshot to create new volume in new AZ.
1
0
C
1
0