An agricultural technology company is deploying two new workloads on Amazon EC2: a public website that must run continuously with predictable, steady-state traffic, and a batch data analysis task that can be paused and resumed at any time without impact. Which two AWS pricing models would provide the most cost-effective solution for these workloads? (Select TWO.)
- Spot Instances for the data analysis taskAnswer
- Reserved Instances for the public websiteAnswer
- COn-Demand Instances for the data analysis task
- DSpot Instances for the public website
- EReserved Instances for the data analysis task to convert the compute costs from Operating Expenses (OpEx) into Capital Expenses (CapEx)
Answer
The correct pricing models are Reserved Instances for the public website and Spot Instances for the data analysis task.
Reserved Instances are ideal for predictable, steady-state workloads because they offer a substantial discount compared to On-Demand pricing in exchange for a commitment. Spot Instances are ideal for flexible, interruptible workloads because they utilize spare AWS capacity at the lowest possible cost.
Step-by-Step Solution
Key Concept
Selecting cost-effective Amazon EC2 pricing models based on workload requirements.