How would you move your Amazon EC2 small to large instance, considering that small is 32-bit and large is 64bit?
I think there shouldn't be any problem running 32-bit AMI on the 64-bit instance, am I right?
Thank you in adv
|
How would you move your Amazon EC2 small to large instance, considering that small is 32-bit and large is 64bit? I think there shouldn't be any problem running 32-bit AMI on the 64-bit instance, am I right? Thank you in adv | |||
|
feedback
|
|
Your question is a little unclear here, but here's how I would approach this. I am assuming you have a single volume bound to your instance here, if not, you need to adjust the below to capture all volumes 1) Identify the volume that is bound to your instance 2) Create a EBS-stored snapshot of your volume 3) Stop your original instance 4) Deploy a new large instance 5) Stop the new instance 6) Unbind any volume that may have attached to that large instance by default 7) Create a new volume based on the snapshot of your original volume 8) Bind your new volume to your new instance 9) Start the new instance If all goes well, you new instance (Large) is running with the same storage volume as your old system and it boots right up. Worst case if something goes wrong, delete the new instance and turn your old instance back on. | |||
|
feedback
|