Skip to content

Savings Plan and Reserved Instances

0

Can some one give me more clarity about these pricing plans. with example keeping in mind hosting and application on ec2 instance of family m6i.4xlarge which option I need to go with for 3 years consider there may chance for resizing the instance or else I may want to change region like these for all these which is better savings plan or reserved instance how they actually works

Does compute savings plan and EC2 instance savings plan just like on-demand but with discount as we planning to got for 1 or 3 years is this correct and what is difference between reserved standard instance and reserved flexible instance and savings plan compute and ec2 instance savings plan with real example

I have lot of confusion regarding savings plan option

1 Answer
6
Accepted Answer

Hello,

Here’s a breakdown to help clarify the different pricing options for EC2 instances:

Reserved Instances (RIs) vs. Savings Plans:

Reserved Instances (RIs): These allow you to reserve specific EC2 instances for a 1 or 3-year term, with a significant discount (up to 75% compared to On-Demand). There are two types of RIs:

  • Standard Reserved Instances: Offers a deeper discount but comes with the restriction of committing to a specific instance type and region. You can’t easily change these once purchased.

  • Convertible Reserved Instances: These are more flexible than Standard RIs. You can modify the instance family, OS, and tenancy during the term. However, the discount is usually slightly lower than Standard RIs.

Here is a doc showing the difference between them.

Savings Plans: These offer a discount on your EC2 usage in exchange for a 1 or 3-year commitment, but with more flexibility than RIs. You commit to a certain amount of compute usage (measured in $/hr), not tied to a specific instance or region. There are two types:

  • Compute Savings Plans: These provide the most flexibility, allowing you to switch instance types, families, operating systems, and even regions. This would be ideal if you plan to resize instances or change regions.
  • EC2 Instance Savings Plans: These are tied to a specific instance family (like m6i), but they still offer flexibility in terms of size and region, which gives you more flexibility than RIs.

For your case, I would recommend going for Compute Savings Plans as you may need resizing instances, changing regions or changing instance families. Here are some examples on how billing applies to savings plans.

Hope it helps 😊

EXPERT

answered a year ago

EXPERT

reviewed a year ago

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.