A financial services company plans to host a 5-hour training workshop for its employees using Amazon EC2 instances. The instances must remain continuously online and cannot experience any interruptions during the workshop. Which Amazon EC2 pricing model is the most cost-effective choice for this scenario?
- On-Demand InstancesAnswer
- BSpot Instances
- CReserved Instances
- DSavings Plans
Answer
On-Demand Instances provide the most cost-effective solution because they allow the customer to pay for compute capacity by the hour or second with no long-term commitments, while guaranteeing that the instances will not be interrupted during the 5-hour training session.
On-Demand Instances allow users to pay for compute capacity by the hour or second with no long-term commitments or upfront payments. Since the training workshop only lasts 5 hours and cannot tolerate any interruptions, On-Demand Instances provide the necessary availability guarantee while minimizing costs.
Step-by-Step Solution
Key Concept
Amazon EC2 pricing models allow customers to optimize compute costs based on workload duration, predictability, and tolerance for interruption.