EC2 Reserved Instances how to merge

0

Hi,

I have 2 X t4g.nano reserved instances, which I like to merge them to create a t4g.micro RI. documentation in https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html is catered only for splitting the larger RIs to smaller RIs. what I want is to merge smaller RIs to create a bigger one.

Thanks

sravan
asked 2 years ago525 views
2 Answers
1
Accepted Answer

If you have Standard RIs, you can only merge them using modification feature if start & expiry dates on both RIs are the same. If, for example, you bought one .nano RI in April, and another .nano RI in July, they will have different start & end dates, so you would not be able to merge them.

If you are using Linux/UNIX RIs with Regional scope and Shared tenancy, you don't need to merge them, because they are size flexible and will be applied to your larger running instance with other matching attributes automatically.

However, if both your RIs are Convertible, you can select both of them, and then use the "Exchange" feature to convert them into one bigger instance.

profile pictureAWS
EXPERT
answered 2 years ago
  • If you have Standard RIs, you can only merge them using modification feature if start & expiry dates on both RIs are the same. If, for example, you bought one .nano RI in April, and another .nano RI in July, they will have different start & end dates, so you would not be able to merge them.

    this clears why I'm unable to merge. my 2 nano RIs have different start and end dates.

    thanks for the help

0

Hi There If you are running Linux then you don't have to do anything, the two t4g.nano RI's will apply to your t4g.micro instance. Please see "Instance Size Flexibility" in the documentation here

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/apply_ri.html#ri-instance-size-flexibility

You can also merge two or more Reserved Instances into a single Reserved Instance. For example, if you have four t2.small Reserved Instances of one instance each, you can merge them to create one t2.large Reserved Instance. For more information, see Support for modifying instance sizes.

profile pictureAWS
EXPERT
Matt-B
answered 2 years ago
  • Thanks Matt-B, for the response.

    You can also merge two or more Reserved Instances into a single Reserved Instance.

    I don't find any related option in "Modify Reserved Instances" screen. I only see option to split

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions