How to resize Amazon EC2 instance

amazon ec2amazon-web-services

Is it possible to resize an Amazon EC2 instance, e.g. convert from a small instance to a large instance? If so, what is the easiest way to resize Amazon EC2 instance?

Like Rackspace Cloud Servers do with Rebuild, see screenprint:

enter image description here

  • My instance uses EBS.

Best Answer

  1. In your AWS Management Console, go to the EC2 Tab.
  2. Check the instance you want to change (from micro to large, for example)
  3. Put the instance in a 'Stopped' state.
  4. Click the 'Instance Actions' menu, and choose 'Change Instance Type'
  5. Choose the level you want the instance to run at (small, medium, large)
  6. Click 'Yes, Change'.
  7. Restart the instance in question.

EASY AS PIE!