Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to reserve a running amazon ec2 instance? [closed]

we have a large ec2 instance running in asia pacific region.we want to reserve that particular instance.In aws management console we see an option to purchase a reserved instance but there seems to be no option to change this instance into a reserved one.Are we missing out on something

like image 369
Soumava Avatar asked Sep 29 '10 11:09

Soumava


People also ask

How long can you reserve an EC2 Reserved instance?

Term: AWS offers Standard RIs for 1-year or 3-year terms. Reserved Instance Marketplace sellers also offer RIs often with shorter terms. AWS offers Convertible RIs for 1-year or 3-year terms.

What is Amazon EC2 Reserved instances?

An Amazon Reserved Instance (RI) is a billing discount that allows you to save on your Amazon EC2 usage costs. When you purchase a Reserved Instance, you can set attributes such as instance type, platform, tenancy, Region, or Availability Zone (optional).

What happens to EC2 instance when stopped?

When you stop an EC2 instance, the instance will be shutdown and the virtual machine that was provisioned for you will be permanently taken away and you will no longer be charged for instance usage.


1 Answers

Reserved instances are a billing feature, not a technical feature.

You can purchase a reserved instance and the discounted hourly rate will apply to already-running instances, without needing to do anything to them. Just make sure the reserved instances you purchase are: - in the same availability zone as your already-running instances - of the same instance type (m1.small, c1.medium, etc) as your already-running instances.

As soon as the reservation cost clears your credit card you will see the discounted hourly rate take effect for your already-running instances.

Amazon's docs could be a lot clearer on this. http://aws.amazon.com/ec2/reserved-instances/#4

like image 112
mgarg Avatar answered Sep 23 '22 10:09

mgarg