0
0
AWScloud~10 mins

Reserved Instances and Savings Plans in AWS - Step-by-Step Execution

Choose your learning style9 modes available
Process Flow - Reserved Instances and Savings Plans
Start: Need to save AWS costs
Choose between Reserved Instances or Savings Plans
Reserved Instances
Select instance type
Commit 1-3 years
Pay upfront or partial
Get discounted rate
Use AWS resources
Save money on usage
This flow shows how you start with a need to save AWS costs, choose between Reserved Instances or Savings Plans, commit to a term, pay upfront or partially, and then get discounted rates while using AWS resources.
Execution Sample
AWS
1. Choose Reserved Instance for t3.medium
2. Commit for 1 year, partial upfront
3. Use instance for 730 hours
4. Pay discounted hourly rate
This example shows buying a Reserved Instance for a specific instance type, committing for 1 year with partial upfront payment, then using the instance and paying a lower hourly rate.
Process Table
StepActionInput/SelectionResult/Effect
1Select Savings OptionReserved InstanceDiscount applies to specific instance type
2Commit Term1 yearCommitment period set
3Payment OptionPartial UpfrontPartial payment made upfront
4Use Resourcet3.medium instance 730 hoursDiscounted hourly rate applied
5Calculate CostOn-demand rate $0.0416/hrDiscounted rate $0.026/hr applied
6Total Cost730 hours * $0.026Total $18.98
7EndUsage completeSavings realized compared to on-demand
💡 Usage completed for the term, cost savings realized compared to on-demand pricing
Status Tracker
VariableStartAfter Step 1After Step 2After Step 3After Step 4Final
OptionNoneReserved InstanceReserved InstanceReserved InstanceReserved InstanceReserved Instance
Term (years)001111
PaymentNoneNoneNonePartial UpfrontPartial UpfrontPartial Upfront
Instance TypeNonet3.mediumt3.mediumt3.mediumt3.mediumt3.medium
Hourly Rate$0.0416$0.0416$0.0416$0.0416$0.026$0.026
Hours Used0000730730
Total Cost$0$0$0$0$18.98$18.98
Key Moments - 3 Insights
Why does the hourly rate drop after selecting a Reserved Instance?
Because Reserved Instances provide a discounted hourly rate for the specific instance type committed, as shown in execution_table step 5 where the rate changes from $0.0416 to $0.026.
Does the payment happen all upfront or partially in this example?
Partial upfront payment is made as selected in step 3, which means some cost is paid upfront and the rest is charged at the discounted hourly rate.
What happens if you use the instance less than the committed hours?
You still pay for the full commitment term, so savings depend on full usage; this is implied in the total cost calculation in step 6.
Visual Quiz - 3 Questions
Test your understanding
Look at the execution_table, what is the hourly rate applied after step 5?
A$0.026
B$0.0416
C$0.030
D$0.050
💡 Hint
Check the 'Hourly Rate' column in execution_table at step 5
At which step is the payment option selected?
AStep 1
BStep 2
CStep 3
DStep 4
💡 Hint
Look for when 'Partial Upfront' payment is chosen in execution_table
If the term was changed to 3 years, how would the total cost change assuming same usage?
ATotal cost would stay the same
BTotal cost would triple
CTotal cost would be less per year
DTotal cost would double
💡 Hint
Refer to variable_tracker 'Term (years)' and 'Total Cost' relationship
Concept Snapshot
Reserved Instances and Savings Plans help save AWS costs by committing to usage for 1-3 years.
Reserved Instances apply discounts to specific instance types.
Savings Plans apply discounts to compute usage broadly.
You pay upfront, partial upfront, or monthly.
Discounted rates apply during usage, lowering your bill.
Commitment means you pay even if you use less.
Full Transcript
Reserved Instances and Savings Plans are AWS options to save money by committing to use resources for 1 to 3 years. You start by choosing which saving option fits your needs. Reserved Instances give discounts on specific instance types, while Savings Plans offer more flexibility across compute usage. You select a term length and payment option, such as partial upfront payment. When you use the resources, you pay a discounted hourly rate instead of the full on-demand price. This lowers your overall AWS bill. The commitment means you pay for the term even if you use less, so planning usage is important. This visual trace shows step-by-step how selecting options affects rates and costs, helping beginners understand how savings happen.