I am hosting a Wave in a Box server on Ubuntu EC2 instance. I started with a 32 bit micro one and then gradually upgraded to a small and now to a medium. However, as the number of users and stored data grows - the machine runs out of memory, so I want to upgrade to a large instance. The problem is - it's not possible to do by merely stopping the instance, changing the type and restarting. I guess I would need to create a 64 bit large instance and attach to it the volume from the medium instance. The questions are: 1. Is it possible? If so - can someone please help me to write a EC2 console commands based script to do it? 2. Is there some other, easier way to upgrade 32 bit medium instance to a 64 bit large one? Thanks!
相关问题
- Why doesn't php sleep work in the windows-subs
- JQ: Select when attribute value exists in a bash a
- Installing Pydev for Eclipse throws error
- Error building gcc 4.8.3 from source: libstdc++.so
- what's the role of libopenssl-ruby?
相关文章
- 为什么nfs在不同版本的Linux下安装的文件都不一样
- Handling ffmpeg library interface change when upgr
- I cannot locate production log files on Elastic Be
- Incompatible JavaHl library loaded
- Python - Node.js (V8) runtime is not available on
- Ubuntu graphviz 'sfdp' not working
- AWS - Configuring access to EC2 instance from Bean
- Gearman , php extension problem : Class 'Gearm
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:
snapshot
of the root-device, in-case if it's useful in future.