How to move a Windows instance to a different EC2 data centre?
Posted
by
Darren Cook
on Server Fault
See other posts from Server Fault
or by Darren Cook
Published on 2012-12-11T04:28:46Z
Indexed on
2012/12/11
5:05 UTC
Read the original article
Hit count: 140
amazon-ec2
I've a Windows EC2 instance running in one region and need to move it to another region (Tokyo and Singapore in this case).
Is that even possible? What potential problems do I need to watch out for? (I found http://stackoverflow.com/questions/2181849/ec2-instance-cloning which is describing how to do it, but appears to assume Linux instances, and to assume the same data centre. Is it possible to move my keys across to another region?)
I tried something similar with a Windows instance a few months ago, just trying to clone it in the same data centre, but I couldn't get it working quickly, so I had to give up and just create a fresh instance at that time. This time I've got a bit of breathing space, and want to research how to do it properly!
Root Device Type: ebs
Block Devices: sda1 xvdf
(both are ebs, "attached", and have Delete on termination set to "no"; sda1 is the root device)
The AMI is described as "Unavailable" (then an ami number).
© Server Fault or respective owner