tags:

views:

34

answers:

1

I'm writing an app and had been paying an hourly rate for my EC2 instance, as I've needed to test. I decided I should just pay for a reserved instance to save money in the long run, but now that I have one, I'm confused about how I'm supposed to manage it. In the "Instances" section of the EC2 management console, I can see the instances that I've launched in the past, and I can stop/start them as I see fit. However, it seems the only way to view my reserved instance is to use the "Reserved Instances" drop-down, but this only seems to let me view them, but nothing else...

So, my question is, how can I do the same thing with my reserved instance(s) that I've been doing with my hourly instance(s)? I basically just want to associate my elastic IP with my reserved instance and install my server image on it.

Thanks!

+1  A: 

AWS automatically makes your running instance the resevered instance, if it is in the same availability zone, so you are only billed the reserved instance rate.

SamMeiers
Thanks, I also got an answer here: http://serverfault.com/questions/178368/managing-reserved-amazon-ec2-instances
rrbrambley