Is it possible to change the availability zone of a running EC2 instance

amazon ec2amazon-web-services

Is it possible to change the zone of a running EC2 instance?

I currently get "insufficient capacity" error when I try to start an EBS backed micro instance that was running 30 mins ago.

I'm trying to use:

> ec2-modify-instance-attribute instance_id --SOME_OPTION-TO-CHANGE-ZONE

But I'm making no progress. This is related to: https://stackoverflow.com/questions/8425739/is-it-possible-to-change-the-availability-zone-of-an-existing-ec2-t1-micro-insta

Thanks for any help – I'm fairly new at EC2.

Best Answer

No, but you can create an AMI from it, which'll let you launch an exact copy of that instance in any availability zone within that region. Launch the copy and kill the original.