A software startup is setting up two different compute tasks on Amazon EC2:
1. A temporary testing environment that will run for exactly two weeks, where workloads are unpredictable but must run without interruption.
2. A data archiving workflow that runs overnight, can be safely interrupted without losing progress, and requires the lowest possible compute cost.
Which two Amazon EC2 pricing models are most suitable for these tasks? (Select TWO.)
- On-Demand InstancesCevap
- Spot InstancesCevap
- CReserved Instances
- DSavings Plans
- EDedicated Hosts
Cevap
On-Demand Instances and Spot Instances are the most suitable pricing models for these workloads.
On-Demand Instances are the correct choice for the temporary testing workload because they provide flexible, pay-as-you-go compute capacity without any long-term contract or interruption risks. Spot Instances are the correct choice for the data archiving workflow because they offer the deepest discounts for flexible, fault-tolerant tasks that can be reclaimed by AWS with a short notice.
Adım Adım Çözüm
Anahtar Kavram
Matching workload duration, predictability, and interruption tolerance to the most cost-effective Amazon EC2 pricing model.