29

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.
0

2 Answers 2

41
  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!

4
  • 3
    JUST MAKE SURE YOU HAVE YOUR ELASTIC IP SET UP AND ALLOCATED TO THE INSTANCE. INSTANCE'S IP WILL CHANGE RANDOMLY WHEN YOU RESTART YOUR INSTANCE. i used the default IP to set up my email images at 1st and i didn't know it is temporarily IP only. once i resized my instance and IP address and public DNS changed. and... Commented Nov 18, 2015 at 6:18
  • OMG finally question I was looking for. Elsewhere they say it's not possible, lol Commented Dec 9, 2016 at 10:56
  • Should one do a shutdown from within the instance (e.g. sudo shutdown -r now) before stopping or is stopping the instance just going to do the same thing? Commented Oct 2, 2017 at 22:48
  • 1
    @Kzqai - Sorry. I hadn't been paying attention to Stack. Generally speaking, when working with AWS, you should be stopping and starting the instances either via CLI or through their web portal, and not from within the OS of the instance itself. Commented Apr 13, 2019 at 4:20
3
2
  • And what if I want to go from micro to large instance? Creating AMI is the only way? Commented Dec 28, 2010 at 21:47
  • I assumed you were talking about resizing the image. You can stop a machine and start it on any size instance that has space. alestic.com/2010/05/ec2-move-ebs-boot-instance Commented Dec 28, 2010 at 21:51

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.