A software development firm runs integration tests on Amazon EC2 instances. These tests are triggered automatically throughout the day whenever developers commit code. Each test run takes between 15 to 45 minutes to complete. The testing environment must start immediately upon trigger and cannot tolerate any interruptions during execution. Which Amazon EC2 pricing model is the most cost-effective for this workload?
- On-Demand InstancesCevap
- BSpot Instances
- CReserved Instances
- DSavings Plans
Cevap
On-Demand Instances
On-Demand Instances are the most appropriate choice because they provide reliable compute capacity with no long-term commitment. They start immediately upon request, are billed per second (with a 60-second minimum), and will not be interrupted by AWS during the test execution, perfectly matching the requirements of short-term, unpredictable, and non-interruptible workloads.
Adım Adım Çözüm
Anahtar Kavram
Selecting the optimal Amazon EC2 pricing model based on workload patterns and constraints
Alternatif Yöntem
Analyzing the trade-off between flexible consumption and long-term commitment helps identify On-Demand as the only model that offers per-second billing with guaranteed availability and zero interruption risk.
Tahmini Süre:1m 30s