A research institute runs a compute-intensive weather modeling simulation once a month. The simulation is a batch processing job designed to be fully fault-tolerant, frequently saving checkpoints to Amazon S3 so it can resume if interrupted. The simulation does not have a strict completion deadline, and the institute wants to minimize computing costs. Which Amazon EC2 pricing model is the most cost-effective choice for this workload?
- Spot InstancesCevap
- BOn-Demand Instances
- CReserved Instances
- DDedicated Hosts
Cevap
Spot Instances
Spot Instances are the most cost-effective choice because they allow users to take advantage of unused EC2 capacity at steep discounts (up to 90%). This is ideal for fault-tolerant, flexible batch workloads that can be interrupted and resumed without loss of progress.
Adım Adım Çözüm
Anahtar Kavram
AWS Pricing Models