A software development firm needs to deploy a continuous integration and testing server environment that will run 24/7 for exactly six weeks to support a critical client release. The test suite is highly sensitive to interruptions, and any failure requires the entire test pipeline to restart from scratch. Which Amazon EC2 pricing model is the most cost-effective choice for this workload?
- ASpot Instances
- On-Demand InstancesCevap
- CEC2 Instance Savings Plans with a 1-year commitment
- DStandard Reserved Instances with a 1-year commitment
Cevap
On-Demand Instances
On-Demand Instances are the most cost-effective because the workload is short-term (six weeks) and cannot tolerate interruptions. While Savings Plans and Reserved Instances offer hourly discounts, they require a minimum commitment of one year, meaning the company would pay for idle capacity for the remaining 46 weeks, resulting in a higher total cost. Spot Instances are unsuitable because they can be interrupted by AWS, which would cause the sensitive test suite to fail and restart.
Adım Adım Çözüm
Anahtar Kavram
Matching workload characteristics (duration, interruption tolerance, predictability) to the optimal AWS EC2 pricing model.
Tahmini Süre:2m 0s