I am a newbie to ec2 and have been using a micro instance for the past couple weeks. I am interested in "upgrading" to a small or large instance, is there a way I can do this using the AWS Console? If so, what happens to the EBS storage the micro image uses?

Thanks!

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

You can use the control panel:

  • stop your instance
  • create an AMI
  • start new machine from this AMI, this time selecting another instance type
link|improve this answer
feedback

You can't do this through the console, as far as I know -- you need to use the API. The EBS storage won't be affected.

link|improve this answer
How do I go about using the API? Can I connect to my instance using ssh and call the API from there? – user67457 Jan 19 '11 at 21:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.