How can an EBS volume which is currently attached to an EC2 instance in one AZ be migrated to another AZ ?
A.
Detach the volume and attach to an EC2 instance in another AZ.
B.
Create a new volume in the other AZ and speciW the current volume as the source.
C.
Create a snapshot of the volume and then create a volume from the snapshot in the other AZ
D.
Create a new volume in the AZ and do a disk copy of contents from one volume to another.
Answer is C. Screen shots are for copying snapshot to a different REGION. Creating new volume in different AZ is just right-click snapshot | create Volume | picking different AZ in the Availability Zone drop down.
Migrate EBS volume to a different AZ within the same region.
1. Create snapshot of the EBS volume.
2. Create a new EBS volume from the snapshot
Migrate EBS volume to a different region.
1. Create snapshot of the EBS volume.
2. Copy the snapshot to the destination region.
2. Create a new EBS volume from the copied snapshot.
Migrate EBS volume to a different AZ within the same region.
1. Create snapshot of the EBS volume.
2. Create a new EBS volume (in a different AZ) from the snapshot
Migrate EBS volume to a different region.
1. Create snapshot of the EBS volume.
2. Copy the snapshot to the destination region.
3. Create a new EBS volume from the copied snapshot.