How can I upgrade my 32 bit Amazon EC2 EBS backed instance into 64 bit one?

℡╲_俬逩灬. 提交于 2019-12-04 06:59:08

Unfortunately, like other OS's, I don't think there is a way to upgrade 32 bit to 64 bit. You'll almost certainly need to do a reinstall.

This is how I would do it:

  1. Backup your important (everything that is required) data.
    1. Create an EBS volume.
    2. Attach it to EC2 machine.
    3. Dump all my valuable/important data on it.
    4. Detach it from the EC2 machine.
  2. Blow the current EC2 machine.
    1. I would create a snapshot of the root-device, in-case if it's useful in future.
  3. Launch an EBS backed 64-bit Ubuntu instance.
    1. Attach the above EBS volume to this machine.
    2. Copy your data to it's place.
    3. Make sure things are working.
    4. Detach it from the new machine
    5. Kill the EBS volume.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!