A company runs a mix of Amazon EC2 instances (different instance families) and AWS Fargate tasks across multiple AWS Regions. The cloud operations team wants to reduce costs while retaining maximum flexibility to change instance families, operating systems, and compute platforms (EC2 or Fargate) without losing the discount. They are willing to commit to a consistent amount of compute usage (measured in $/hour) for a 1-year term. Which AWS pricing model should they choose?
Compute Savings Plans are the most flexible discount model. They apply to any Amazon EC2, Fargate, or Lambda usage, and automatically cover any instance family, region, operating system, or tenancy. The company can change workloads freely while still benefiting from the committed discount, making this the best choice.
Why this answer
Compute Savings Plans provide the most flexibility, applying to any EC2 instance family, any operating system, and any compute platform (including Fargate) across any region, as long as the hourly spend commitment is met. This matches the team's requirement to retain maximum flexibility to change instance families, OS, and compute platforms without losing the discount, for a 1-year term.
Exam trap
The trap here is that candidates often confuse EC2 Instance Savings Plans (which are family-specific) with Compute Savings Plans (which are fully flexible), leading them to choose the less flexible option when the question explicitly requires flexibility across instance families and platforms.
How to eliminate wrong answers
Option A is wrong because EC2 Instance Savings Plans are tied to a specific instance family within a region (e.g., m5 in us-east-1), so changing instance families or moving to Fargate would lose the discount. Option C is wrong because Reserved Instances (Standard) lock you to a specific instance family, OS, and tenancy in a specific region, and do not cover Fargate at all. Option D is wrong because Dedicated Hosts provide a physical server for licensing purposes but do not offer a discount based on a consistent hourly spend commitment; they are a billing model for dedicated hardware, not a flexible discount plan.