I host the Wave in a Box server on an instance of Ubuntu EC2. I started with a 32-bit micro and then gradually upgraded to a small one and now to a medium one. However, as the number of users and stored data in the machine increases, memory runs out, so I want to switch to a large instance. The problem is that this cannot be done by simply stopping the instance, changing the type and restarting it. I guess I need to create a 64-bit large instance and attach the volume from the environment instance to it. Questions: 1. Is this possible? If so - can someone please help me write script based EC2 console commands to do this? 2. Is there another, simpler way to upgrade a 32-bit media instance to a 64-bit large? Thank!
source
share