How to increase cpu performance on Amazon EC2 running instance

amazon ec2amazon-web-services

I have running Ubuntu 10.04 instance with EBS storage. Current type of my instance m1.small. I want to increase cpu performance, so I guess I should "convert" that instance to c1.medium. How can I do that? Can I do it "on fly" or I should stop it first?

Best Answer

Think of it as moving your harddisk to a new computer. You need to boot a c1.medium instance with your AMI.

Depending on how your software is set up you can keep the current instance running in the meantime and 'failover' to the new instance. Otherwise shut the old one down and boot the new instance. In any case, it cannot be done 'on the fly'.