Back
Sometimes when trying to launch my t1.micro EC2 instance, it cannot be provisioned and Amazon recommends trying a different availability zone. Is it possible to change this for an existing instance?
Directly shifting an existing EC2 to another availability zone is not possible. Instead, you can create an AMI for that instance and create in another AZ.
First, Stop the instance which you want to shift to a new AZCreate an AMI of that EC2 instanceNow, launch a new instance in the preferred AZ with your saved AMI. This created instance will have all the data of your stopped instance.Terminate the old instance if this is working fine.
Learn how we helped 50,000+ professionals like you !
31k questions
32.8k answers
501 comments
693 users