Compute and containersSecurity and billingCost and performance optimisationIntermediate27 min read

What Is Reserved Instance? Security Definition

Reviewed byJohnson Ajibi· Senior Network & Security Engineer · MSc IT Security
On This Page

Quick Definition

When you rent computing power in the cloud, you normally pay as you go. If you know you will need that computer running for a long time, you can make a reservation and get a big discount. This is called a Reserved Instance. You pay upfront or monthly for a one- or three-year commitment, and in return the cloud provider lowers your hourly rate.

Commonly Confused With

Reserved InstancevsSpot Instance

A Spot Instance uses spare compute capacity at a steep discount, but it can be terminated by the cloud provider with a two-minute warning when capacity is needed elsewhere. A Reserved Instance is a fixed-price commitment that guarantees your discount for the term and cannot be terminated. Spot Instances are ideal for fault-tolerant, interruptible workloads like data analysis, while RIs are for steady-state, production workloads.

If you are running a render farm that can be paused and resumed, use Spot Instances. If you are running a customer-facing web server that must be online 24/7, use a Reserved Instance.

Reserved InstancevsSavings Plan (AWS)

A Savings Plan is a flexible pricing model that offers discounts in exchange for a commitment to a consistent amount of compute usage (measured in dollars per hour) for a one- or three-year term. Unlike a Reserved Instance, a Savings Plan applies to any instance family within a region (for Compute Savings Plan) or to a specific family (for EC2 Instance Savings Plan). Savings Plans are simpler to manage and offer similar discounts, but they do not provide capacity reservation.

If you have a mix of instance types across multiple accounts, a Compute Savings Plan is easier than buying separate RIs for each type. However, if you need guaranteed capacity in a specific Availability Zone, you still need a zonal RI.

Reserved InstancevsDedicated Host

A Dedicated Host is a physical server fully dedicated to your use, allowing you to run multiple instances on it and use your own software licenses. A Reserved Instance is a billing discount on a virtual machine that runs on shared hardware. Dedicated Hosts are more expensive than RIs and are used primarily for compliance or licensing reasons.

If your software license is tied to a specific physical server, use a Dedicated Host. If you just want a discount on a regular EC2 instance, use a Reserved Instance.

Must Know for Exams

Reserved Instances are heavily tested in AWS certification exams, particularly in the AWS Certified Solutions Architect (SAA-C03) and AWS Certified SysOps Administrator (SOA-C02) exams. They also appear in the AWS Certified Cloud Practitioner (CLF-C02) exam but at a more basic level. On the Microsoft side, the Azure Administrator (AZ-104) and Azure Solutions Architect (AZ-305) exams cover Azure Reserved VM Instances. Google Cloud Associate Engineer and Professional Cloud Architect exams cover Committed Use Contracts. In all these exams, RIs are a core cost optimization objective.

On the AWS Solutions Architect exam, you can expect at least 5-7 questions that directly test your knowledge of Reserved Instances. These questions often appear in the context of designing cost-optimized architectures. For example, you might be asked to recommend a cost-effective solution for a three-year workload with predictable usage. The correct answer will specify a Standard Reserved Instance with all upfront payment. Another question might present a scenario where a company needs to run a batch processing job every night for three hours. Here, a Scheduled Reserved Instance would be the correct choice. A third question might involve a multi-account AWS Organization where RIs need to be shared across accounts; you would need to enable consolidated billing and ensure the RIs are purchased in the management account or a member account with sharing enabled.

The Azure exam (AZ-104) tests similar concepts. You might be asked to compare the costs of pay-as-you-go versus a Reserved Instance for a specific VM size over one year. You might need to explain how Azure Reservations provide capacity priority or how to cancel an Azure Reservation and the associated penalties. The Azure exam also emphasizes the difference between a one-year and three-year commitment, and how the payment option (upfront vs. monthly) affects the discount rate.

Question types include multiple choice, multiple response, and scenario-based questions. A common scenario is: A company has a production database that runs on an m5.large instance. The instance must run 24/7 for the next two years. What is the most cost-effective pricing model? The correct answer is a Standard Reserved Instance with three-year term and all upfront payment. A distractor might be a Spot Instance, which is wrong because Spot Instances can be terminated at any time, making them unsuitable for a production database. Another distractor might be an On-Demand Instance with Auto Scaling, which does not reduce the per-hour cost.

exam questions about Reserved Instances assess your ability to match the pricing model to the workload characteristics (predictable vs. variable), term length (one vs. three years), payment option (upfront vs. monthly), and flexibility needs (Standard vs. Convertible). You must also understand how RIs interact with other AWS services, such as Auto Scaling, Elastic Load Balancing, and AWS Organizations.

Simple Meaning

Imagine you need a car for your daily commute. You could rent a car by the hour, which is very flexible but expensive. Alternatively, you could lease the same car for a whole year. The lease costs a fixed amount upfront or in monthly payments, but each hour you drive works out much cheaper than renting by the hour. Reserved Instances work exactly like that car lease, but for virtual servers in the cloud.

When you launch a virtual machine in a cloud like AWS, Microsoft Azure, or Google Cloud, you are billed by the second or by the hour. This pay-as-you-go model is great for short projects or variable demand. However, many businesses run workloads that are predictable, such as a web server that must be online 24/7 or a database that processes payroll every month. For these steady workloads, paying the full pay-as-you-go rate is wasteful.

A Reserved Instance lets you commit to using a specific type of virtual machine in a specific region for either one year or three years. In exchange for that commitment, the cloud provider gives you a substantial discount, often between 30% and 72% off the on-demand price. The reservation applies to the compute part of the bill, not to storage or data transfer. You choose how to pay: all upfront, partial upfront, or no upfront (monthly). The more you pay upfront, the bigger the discount.

It is important to understand that a Reserved Instance is not a physical server that they keep for you. It is a billing discount applied to any virtual machine that matches your reservation. If you stop using the machine, you still pay for the reservation unless you sell it on the Reserved Instance Marketplace. You also have flexibility to change instance sizes within the same family, depending on the type of reservation you buy.

Full Technical Definition

A Reserved Instance (RI) is a pricing model offered by major cloud providers, including AWS, Microsoft Azure, and Google Cloud, that provides a significant discount on compute usage in exchange for a customer commitment to a specific instance configuration for a one- or three-year term. The RI is not a physical or virtual resource reservation; it is a billing discount applied at the account level to eligible running instances that match the attributes of the reservation.

In AWS, a Reserved Instance is defined by five key attributes: instance type, region (or Availability Zone), tenancy (shared or dedicated), platform (Windows or Linux), and term length. When you purchase an RI, AWS automatically applies the discounted hourly rate to any running instance that matches all five attributes. If no matching instance is running, you still pay for the reservation because the commitment is financial, not resource-based.

There are three types of Reserved Instances in AWS: Standard RIs, Convertible RIs, and Scheduled RIs. Standard RIs offer the highest discount (up to 72%) but have rigid attributes. You can modify instance size within the same family, but you cannot change the instance family, region, or tenancy. Convertible RIs offer a lower discount (up to 54%) but allow you to change attributes to any other Convertible RI of equal or greater value. This is useful when you anticipate needing to upgrade to a newer generation of hardware. Scheduled RIs are for workloads that run at specific times, such as batch processing or payroll runs.

Azure uses a similar concept called Azure Reserved VM Instances. Azure reserves capacity in a specific Azure region or zone. You commit to a one- or three-year term for a specific VM series and size. The discount applies to the compute cost of eligible VMs. Azure offers a flexible size option that allows the discount to apply to any VM in the same instance family and region, which is helpful if you need to resize VMs over time.

Google Cloud uses Committed Use Contracts. You commit to spending a minimum amount per hour for a specific machine series and region over a one- or three-year term. In return, you receive a significant discount on the compute cost of matching VM instances. Unlike AWS, Google Cloud’s commitment is based on spending, not on a specific instance count, giving you more flexibility to add or remove VMs as long as the total usage does not exceed your commitment.

From a billing perspective, Reserved Instances appear as line items on your bill with a zero or reduced hourly cost. The discount is applied automatically at the account level. If you have multiple accounts under an organization, you can share RIs across accounts using linked accounts or consolidated billing. Unused RIs can be sold on the Reserved Instance Marketplace (AWS) or cancelled early (with a fee) depending on the provider.

Important standards and protocols related to RIs include the Consolidated Billing feature in AWS Organizations, which allows RI discounts to be shared across accounts within an organization. The RI Marketplace uses a standardized listing and pricing model. On the exam, you must understand the trade-offs between Standard and Convertible RIs, the difference between regional and zonal RIs, and how RI sharing works with consolidated billing.

Real-Life Example

Think about your monthly gym membership. You have two options: pay $15 every time you visit (pay-as-you-go), or pay a $120 annual membership fee (upfront commitment) and then visit as often as you like. If you go to the gym three times a week, the annual membership saves you a lot of money over the year. The gym gets a guaranteed payment upfront, and you get a lower price per visit.

But there is a catch: if you buy the annual membership and then move to a different city after two months, you cannot get your money back. The gym has already committed to reserving a locker and equipment for you, even if you do not show up. In the same way, if you purchase a Reserved Instance and then stop using your virtual machine, you still pay for the reservation unless you sell it on the marketplace.

Now imagine that the gym offers two tiers: a standard membership that only lets you use the free weights, and a premium membership that lets you use the free weights, machines, and the swimming pool. The standard membership costs $100 a year, and the premium costs $150. If you buy the standard membership but later decide you want to use the swimming pool, you cannot just upgrade the existing membership, you would have to buy a new premium one. That is like a Standard Reserved Instance: you are locked into the specific instance family. The premium membership, on the other hand, is like a Convertible Reserved Instance: you pay a bit more upfront, but you can change the types of equipment you use as your needs evolve.

Finally, consider that the gym sometimes has a waiting list for the popular machines during peak hours. If you have an annual membership, you get priority access because the gym knows you are a committed customer. This is similar to how some cloud providers offer capacity reservation with RIs, guaranteeing that compute capacity will be available for your instance when you need it, especially important for critical production workloads.

Why This Term Matters

Reserved Instances are one of the most powerful tools for controlling cloud costs, which is a core skill for any IT professional managing cloud infrastructure. Without RIs, businesses pay the full on-demand rate for every hour their virtual machines run. For predictable workloads that run 24/7, this can lead to cloud bills that are 50% to 70% higher than necessary. In real-world environments, companies often waste tens of thousands of dollars per month simply because they have not purchased reservations for their steady-state workloads.

From a career perspective, understanding Reserved Instances is essential for passing cloud certification exams like AWS Certified Solutions Architect, Azure Administrator, or Google Cloud Associate Engineer. These exams frequently test your ability to choose the right pricing model for a given scenario. For example, a question might describe a company running a database server that must be online 24/7 for three years. The correct answer will involve purchasing a three-year Standard RI with all upfront payment to maximize savings. Another question might describe a startup that expects to double its workload in six months, so a Convertible RI would be more appropriate.

In practice, cloud architects and DevOps engineers must regularly analyze usage patterns using tools like AWS Cost Explorer or Azure Advisor to identify which instances are good candidates for RIs. They must also manage RI expirations to avoid paying on-demand rates again. A common real-world task is to set up RI purchase recommendations and automate the purchase of new RIs as existing ones expire. This requires understanding of the different payment options and their impact on cash flow. All upfront gives the best discount but requires a large initial outlay; no upfront spreads the cost over the term but gives a lower discount.

Reserved Instances affect other aspects of cloud architecture, such as high availability. A regional RI applies to any instance in any Availability Zone within a region, which means you can use it across your multi-AZ deployment. A zonal RI applies to a specific zone, which can cause problems if that zone experiences an outage and you have to move your workload to another zone. Understanding these subtleties is critical for building resilient and cost-optimized architectures.

How It Appears in Exam Questions

Reserved Instance questions on cloud certification exams generally fall into three patterns: scenario-based choices, comparison questions, and configuration questions.

Scenario-based questions present a business requirement, such as A company runs a production web server 24/7 that uses an m5.xlarge instance. They expect the workload to remain stable for the next three years. Which pricing model minimizes costs? The correct answer is a three-year Standard Reserved Instance with all upfront payment. A common distractor is a one-year Convertible Reserved Instance, which provides a lower discount and more flexibility than needed. Another distractor is a Spot Instance, which is cheaper but can be interrupted, making it unsuitable for a production server.

Comparison questions ask you to differentiate between pricing models. For example, What is the key benefit of a Convertible Reserved Instance over a Standard Reserved Instance? The answer is the ability to change instance attributes, such as instance family or operating system, during the term. A question might also compare Reserved Instances to Savings Plans (AWS) or Committed Use Discounts (Azure). For example, What is the difference between an AWS Reserved Instance and an AWS Compute Savings Plan? The correct answer is that a Savings Plan applies to any instance family within a region, while a Standard RI applies only to a specific instance type. Another comparison might be between a regional and a zonal RI: When would you use a zonal RI? When you need capacity reservation in a specific Availability Zone, such as for a disaster recovery setup.

Configuration questions test your knowledge of how to purchase and manage RIs. For example, An administrator needs to purchase a Reserved Instance for an EC2 instance that runs in us-east-1a. The instance is an m5.large running Windows. Which attributes must match for the discount to apply? The correct answer is region, instance type, tenancy, and platform. Another configuration question might involve the Reserved Instance Marketplace: A company purchased a three-year Standard RI but no longer needs the instance. How can they avoid paying the remaining cost? By selling the RI on the Reserved Instance Marketplace. A third configuration question might involve a multi-account setup: In AWS Organizations, how can a company share Reserved Instances across multiple accounts? By enabling consolidated billing and purchasing the RI in the management account or a member account with RI sharing enabled.

Troubleshooting-style questions are less common but do appear. For instance, A customer reports that their Reserved Instance discount is not appearing on their bill. What could be the reason? Possible causes include: the instance attributes do not match the RI, the instance is in a different region, the instance type is different, or the RI was purchased in a different account that is not linked via consolidated billing. Another troubleshooting question might involve a Reserved Instance that expired unnoticed, causing the bill to spike. The solution would be to set up AWS Budgets with RI expiration alerts.

Finally, some questions ask you to calculate savings. For example, If an on-demand m5.large instance costs $0.192 per hour, and a three-year all-upfront RI costs $1,008 total, what is the effective hourly cost? The answer is $1,008 / (3 * 365 * 24) = $0.0384 per hour, which is an 80% discount. These calculation questions test your ability to compare pricing models quantitatively.

Practise Reserved Instance Questions

Test your understanding with exam-style practice questions.

Practise

Example Scenario

A small e-commerce company, ShopFast, runs its website on a single EC2 instance in the us-east-1 region. The instance type is t3.medium, running Amazon Linux 2. The website must be online 24 hours a day, 7 days a week, because customers shop at all hours. The company has been running this setup for six months and expects to continue for at least the next three years. The current monthly cost for this instance on a pay-as-you-go basis is approximately $60. Over three years, that totals $2,160.

A cloud consultant reviews the billing and suggests switching to a Reserved Instance. She recommends purchasing a Standard Reserved Instance for a t3.medium in us-east-1, with a three-year term and all upfront payment. The total cost of the RI is $720 for the three years. That is a savings of $1,440 compared to pay-as-you-go. The company agrees and purchases the RI.

However, six months later, the company experiences a surge in traffic and wants to scale up to a t3.large instance. The t3.medium RI does not apply to the t3.large, so they would still pay the full on-demand rate for the larger instance. To avoid this, the consultant should have recommended a Convertible Reserved Instance, which allows a change to a larger instance size. The convertible option would have cost $900 for three years, which is still a significant saving over on-demand, and gives the company flexibility to upgrade.

In another scenario, suppose the company had purchased a zonal RI for us-east-1a. Later, an outage in that Availability Zone forces them to move the instance to us-east-1b. The zonal RI is specific to us-east-1a, so the discount stops applying. This could have been avoided by purchasing a regional RI, which applies to any Availability Zone within the region.

This example highlights the importance of not only choosing to purchase an RI but also selecting the right type and configuration based on future growth plans and high-availability requirements. A simple mistake in choosing Standard versus Convertible, or regional versus zonal, can cost the company thousands of dollars in missed savings or lost flexibility.

Common Mistakes

Buying a Standard Reserved Instance when you anticipate needing to upgrade the instance family in the near future.

Standard RIs are rigid: you cannot change the instance family. If you later move from a t3.medium to an m5.large, the RI discount no longer applies, and you pay full on-demand rates for the new instance.

If you expect changes to instance family, size, or operating system, buy a Convertible Reserved Instance instead. The discount is slightly lower, but you retain flexibility to modify attributes during the term.

Purchasing multiple non-overlapping RIs for the same instance type, causing unused capacity.

Suppose you buy two RIs for two c5.large instances, but you only run one c5.large instance. You still pay for both RIs. The unused RI is wasted unless you sell it on the marketplace.

Use AWS Cost Explorer or Azure Advisor to analyze your actual historical usage before purchasing RIs. Buy only enough RIs to cover your steady-state usage, and consider starting with a slightly lower number if usage varies.

Choosing a three-year term for a workload that is only expected to run for one year.

A three-year RI commits you to paying for three years, even if you stop using the instance after one year. You cannot cancel the RI without paying an early termination fee, and selling on the marketplace may not recover the full cost.

Match the term length to your workload duration. For a one-year project, buy a one-year RI. Use three-year RIs only for truly stable, long-term workloads.

Buying a zonal RI when high availability across Availability Zones is required.

A zonal RI applies only to a specific Availability Zone. If you need to fail over to another zone, the discount is lost. Regional RIs apply to any zone in the region and are better for fault-tolerant architectures.

Unless you have a specific need to reserve capacity in a single zone, always choose a regional RI. This gives you the flexibility to run your instance in any Availability Zone and still receive the discount.

Forgetting that Reserved Instances are a billing discount, not a capacity guarantee (except for zonal RIs).

Many learners assume that buying an RI guarantees that the instance will always launch. In reality, a Standard RI (regional) provides a discount but no capacity reservation. During high demand, you might get an Insufficient Instance Capacity error when launching the instance.

If you need both the discount and guaranteed capacity, buy a zonal RI (which includes capacity reservation) or purchase a separate On-Demand Capacity Reservation along with your RI.

Exam Trap — Don't Get Fooled

{"trap":"On an exam, a question states: A company needs to run a batch processing job that runs for 4 hours every Sunday night. The job uses a c5.2xlarge instance. What is the most cost-effective way to run this workload?

A distractor option is: Purchase a three-year Standard Reserved Instance. Many learners choose this because RIs are known for cost savings, but that is wrong.","why_learners_choose_it":"Learners see the word 'most cost-effective' and immediately think of Reserved Instances because they offer the highest discount.

They do not pause to consider the workload pattern: 4 hours per week, which is only about 8.7% utilization. A three-year RI would be paid for 24/7 but used only a few hours, making it extremely wasteful."

,"how_to_avoid_it":"Always analyze the workload's expected utilization. For intermittent or short-duration workloads, a Scheduled Reserved Instance (if available) or a Spot Instance (if interruptions are tolerable) would be more cost-effective. Another option is to use On-Demand with Auto Scaling only during the required hours.

On the exam, if the workload runs less than 20% of the time, the correct answer is almost never a Standard or Convertible RI."

Step-by-Step Breakdown

1

Analyze usage patterns

Before purchasing any RI, examine your historical usage of compute instances. Identify instances that run consistently 24/7 for the foreseeable future. Use tools like AWS Cost Explorer (for AWS) or Azure Advisor to get RI purchase recommendations. This step ensures you only buy RIs for workloads that truly benefit from long-term commitment.

2

Choose the RI type

Decide between Standard, Convertible, or Scheduled RIs (in AWS). Standard offers the highest discount but least flexibility. Convertible offers moderate discount with flexibility to change attributes. Scheduled RIs are for time-bound workloads. In Azure, you choose between one-year or three-year Reservations with optional flexible instance sizing.

3

Select the term and payment option

Choose a one-year or three-year term. Three-year provides a higher discount. Then choose your payment option: All Upfront (highest discount), Partial Upfront (moderate discount), or No Upfront (lowest discount, monthly payments). All Upfront is best for stable workloads with available capital; No Upfront is better for cash flow management.

4

Purchase the RI

You can purchase RIs through the AWS Management Console, CLI, or API. During purchase, specify the region, instance type, tenancy, platform, and term. For AWS, you can also enable RI sharing within your organization. Once purchased, the discount is automatically applied to matching instances. No reboot or reconfiguration is needed.

5

Monitor utilization and expiration

After purchase, monitor the RI utilization using AWS Cost Explorer or Azure Cost Management + Billing. Ensure that matching instances are running to receive the full discount. Set up alerts for upcoming RI expirations. When an RI is about to expire, evaluate whether to renew it, modify it, or let it lapse based on current usage.

Practical Mini-Lesson

Reserved Instances are a fundamental cost optimization strategy for any cloud professional. In practice, managing RIs is an ongoing process, not a one-time purchase. Let us walk through what an IT professional actually does with RIs in a real job.

First, you need to collect and analyze usage data. AWS Cost Explorer provides a RI Recommendation report that shows you which instance types have been running consistently over the past 30 days. The report estimates your potential savings if you purchase RIs for those instances. You can filter by instance family, region, and platform. For Azure, the Azure Advisor gives similar recommendations. For Google Cloud, the Recommender provides Committed Use Contract suggestions. As a professional, you should run these reports monthly to catch new opportunities.

Second, you make a purchase decision. Let us say you have three t3.large instances running in us-east-1 that have been active 100% of the time for the last three months. The report shows that buying a three-year Standard RI (all upfront) would save 60% compared to on-demand. You decide to buy three RIs. You go to the EC2 console, navigate to Reserved Instances, and click Purchase Reserved Instances. You select t3.large, us-east-1, Linux/Unix, shared tenancy, three-year term, all upfront. You complete the purchase. The cost is deducted from your account, and the discount begins immediately.

Third, you verify the discount is applying. The simplest way is to check the Cost Explorer broken down by line item. You should see that the hourly cost for each of your t3.large instances drops from the on-demand rate to the RI rate. If the discount is not applying, check that the instance attributes match exactly. Common mismatches include different operating systems (Windows vs. Linux) or different tenancy (dedicated vs. shared). Also, if you have multiple AWS accounts, ensure that consolidated billing is enabled and that the RI is shared across the accounts.

Fourth, you must plan for RI expiry. Mark your calendar one month before expiration. At that point, review whether the instance is still needed. If it is, you can purchase a new RI. If the instance is no longer needed, you can either sell the remaining RI on the Reserved Instance Marketplace (for AWS) or let it expire. Be careful because if you do not renew, the instance will automatically revert to on-demand pricing, which can be a huge bill shock.

What can go wrong? The most common problem is purchasing too many RIs. If you buy three RIs but only run two matching instances, you waste money on the third. The solution is to buy fewer RIs than you think you need at first, and then add more later as you confirm the usage. Another problem is forgetting that RIs are tied to a region. If you move an instance to a different region, the RI discount stops applying. Always create new RIs for any instances you migrate to another region.

Professionals also use automation tools. For example, you can set up an AWS Lambda function that uses the Cost Explorer API to check for orphaned RIs (reservations with no matching instances) and send an alert. Some companies use third-party tools like CloudHealth or CloudCheckr to manage RIs across large multi-account environments. Mastering Reserved Instances requires not just knowing the exam concepts, but also practicing the lifecycle of analysis, purchase, verification, and renewal.

Memory Tip

On the exam, remember: Standard = Super discount, Strict attributes. Convertible = Change permitted, Cheaper discount. Regional = Any AZ, Reserves nothing. Zonal = One AZ, Reserves capacity.

Covered in These Exams

Current Exam Context

Current exam versions that test this topic — use these objectives when studying.

Related Glossary Terms

Frequently Asked Questions

Can I cancel a Reserved Instance after I buy it?

In most cloud providers, you cannot cancel a Reserved Instance. You are committed to paying for the entire term. However, you can sell the unused portion on the Reserved Instance Marketplace (AWS only) to recover some of the cost.

Does a Reserved Instance guarantee that my instance will always be able to launch?

No, not always. A regional Reserved Instance only provides a billing discount. It does not reserve capacity. If AWS runs out of capacity for that instance type in that region, your instance may fail to launch. A zonal Reserved Instance does reserve capacity in a specific Availability Zone.

What happens if I stop my instance while I have a Reserved Instance?

You still pay for the Reserved Instance because it is a financial commitment. The discount only applies when a matching instance is running. If you stop the instance, you are essentially wasting the discount unless you start another matching instance.

Can I use a Reserved Instance across multiple AWS accounts?

Yes, if you have enabled consolidated billing in AWS Organizations and the RI sharing option is turned on. The RI discount will be shared across all accounts in the organization. The management account can control this sharing.

What is the difference between a Reserved Instance and a Savings Plan?

A Reserved Instance is tied to a specific instance type and region. A Savings Plan is a commitment to a dollar amount of compute usage per hour, and it applies to any instance family within a region (Compute Savings Plan) or to a specific family (EC2 Instance Savings Plan). Savings Plans offer similar discounts but more flexibility.

Can I change the instance type of my Reserved Instance after purchase?

Only if you have a Convertible Reserved Instance. Standard RIs cannot be changed to a different instance family or size. Convertible RIs allow you to change to any other Convertible RI of equal or greater value. You can also change the operating system or tenancy with Convertible RIs.

Summary

A Reserved Instance is a billing discount that cloud providers offer in exchange for a long-term commitment to use a specific compute configuration. By paying upfront or monthly for a one- or three-year term, you receive a significant discount on the hourly cost of eligible virtual machines. This concept is central to cloud cost optimization because predictable, steady-state workloads can easily waste 50-70% of their compute budget if left on on-demand pricing.

In IT certification exams, Reserved Instances appear as a core topic in cost optimization sections for AWS, Azure, and Google Cloud. Exam questions test your ability to match the right type of RI to a workload pattern. Key distinctions include Standard versus Convertible RIs, regional versus zonal scope, and term lengths. You must also understand how RIs interact with consolidated billing, the Reserved Instance Marketplace, and capacity reservations.

The biggest takeaway for learners is to always evaluate the workload characteristics before choosing an RI. Is the workload truly 24/7? Will it run for at least one year? Do you anticipate any changes to the instance family or size? The answers to these questions guide you to either a Standard RI, a Convertible RI, or an alternative like a Savings Plan or Spot Instance. Making the wrong choice can negate the cost savings or create unnecessary lock-in.

Finally, remember that Reserved Instances are not set-and-forget. They require ongoing monitoring and management. Use cost tools to track utilization, set expiration alerts, and adjust purchases as usage patterns evolve. By mastering Reserved Instances, you not only pass certification exams but also become a more effective cloud practitioner who can help organizations save significant money on their cloud bills.