A company is conducting a short-term, three-week stress test on a new application. The testing application must run continuously on Amazon EC2 without any interruptions, but the workload will be completely shut down after the three-week period. Which Amazon EC2 pricing model is the most cost-effective and appropriate for this workload?
- ASpot Instances
- On-Demand InstancesAnswer
- CReserved Instances
- DSavings Plans
Answer
On-Demand Instances
On-Demand Instances allow you to pay for compute capacity by the second or hour with no long-term commitment. This is the most appropriate choice for a short-term (three-week) workload that must run continuously without any interruptions, as it guarantees the instances will not be reclaimed and allows them to be deleted when the test ends.
Step-by-Step Solution
Key Concept
Selecting optimal EC2 pricing models based on duration, stability, and interruption tolerance.