AWS Certified SysOps Administrator – Associate (legacy) — Question 412

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

Answer options

Correct answer: C

Explanation

EBS volumes are inherently tied to the specific Availability Zone (AZ) in which they were created and cannot be attached to EC2 instances in other AZs. To move the data, you must create a snapshot of the EBS volume and then restore that snapshot to a new volume in the desired target AZ. There is no direct attachment across AZs, nor does an 'ec2-migrate-volume' command exist.