An education technology startup is setting up its AWS environment for the upcoming school year. They have two specific requirements for their Amazon EC2 instances:
1. Running experimental, short-lived development sandboxes for a few hours at a time, where they want to pay only for what they use with no upfront commitment.
2. Running a daily data analysis job that processes non-critical student feedback logs. This job can be paused and restarted at any time without data loss if capacity is reclaimed.
Which of the following Amazon EC2 pricing models are the most cost-effective options for these workloads? (Select TWO.)
- On-Demand InstancesAnswer
- Spot InstancesAnswer
- CReserved Instances
- DSavings Plans
- EDedicated Hosts
Answer
On-Demand Instances and Spot Instances
The correct options are On-Demand Instances and Spot Instances. On-Demand Instances allow paying for compute capacity by the hour or second with no long-term commitment, making them ideal for short-lived development sandboxes. Spot Instances allow using spare EC2 capacity at steep discounts, which is highly cost-effective for non-critical, fault-tolerant batch analysis that can tolerate interruptions.
Step-by-Step Solution
Key Concept
Selecting cost-effective EC2 pricing models based on workload stability, duration, and fault tolerance.
Estimated Time:1m 0s