user116778
user116778

Reputation: 53

extending ec2 reserved instance usage

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 ??

Upvotes: 5

Views: 1684

Answers (1)

Ernest Chiang
Ernest Chiang

Reputation: 78

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.

Upvotes: 2

Related Questions