A financial services firm runs a risk-assessment analysis every Friday night. The analysis requires high-performance Amazon EC2 instances to run continuously for 6 hours. The process cannot be interrupted, as a single failure requires restarting the entire analysis from the beginning. Which EC2 purchasing option is the most cost-effective for this workload?
- On-Demand InstancesAnswer
- BSpot Instances
- CReserved Instances
- DDedicated Hosts
Answer
On-Demand Instances
On-Demand Instances are the correct choice because they offer a pay-as-you-go model with no long-term commitment or upfront payment. Since the workload only runs for 6 hours a week and cannot tolerate interruptions, paying exclusively for those 6 hours of guaranteed computing time is the most economical option.
Step-by-Step Solution
Key Concept
Selecting the most cost-effective EC2 purchasing option based on workload duration, pattern, and fault tolerance.