Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

extending ec2 reserved instance usage

Tags:

amazon-ec2

We bought a reserved instance one year ago. Its up and running now. Now since its about to expire, I wish to make another one year's payment and continue using it as a reserved instance. But when I try to 'Purchase Reserved Instances', it does not show any option for current reserved instance. If I right click on my existing instance, the only option is 'Purchase more like these' ... and not anything regarding extending the current reserved instance. How can i continue using my existing reserved instance ??

like image 408
user116778 Avatar asked Nov 05 '22 02:11

user116778


1 Answers

The concept of EC2 Reserved Instance is not like the concept of server hosting before.

There's no "continue" concept here. You just need to purchase another EC2 Reserved Instance right after your current reserved instance expiration, and AWS will calculate the hourly price with your reserved instance price rate automatically. But do make sure you purchase your new reserved instance with correct parameters (instance size, region, zone...).

Hope this information is helpful for you.

like image 161
Ernest Chiang Avatar answered Nov 09 '22 08:11

Ernest Chiang