Question 1,224 of 247
SOA-C02 Cost and Performance Optimization Practice Question
A company runs a batch processing application on Amazon EC2 that runs for 2 hours every night. The workload can tolerate interruptions. Which EC2 purchasing option provides the lowest cost for this use case?
⚠ Common exam trap
Test-takers frequently choose Reserved Instances because they see a predictable nightly schedule, but they overlook that Reserved Instances are cost-effective only for 24/7 workloads, not for short, interruptible batch jobs where Spot Instances provide far greater savings.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Spot Instances
Spot Instances are the correct choice because the workload is fault-tolerant, runs for a fixed 2-hour window nightly, and can tolerate interruptions. Spot Instances offer significant cost savings (up to 90% off On-Demand) by using spare EC2 capacity, which aligns perfectly with a batch job that can be retried if interrupted.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
On-Demand Instances
Why it's wrong here
On-Demand Instances let you run EC2 capacity with no upfront commitment and per-second billing, which sounds flexible for a nightly 2-hour batch. However, you pay the full On-Demand price for every hour the instances run, with no discount for the predictable schedule or for the workload's ability to survive interruptions. Since the batch is interruption-tolerant and runs only briefly each night, paying this premium for guaranteed continuous availability is wasteful; Spot Instances offer the same compute at a fraction of the cost.
- ✗
Reserved Instances
Why it's wrong here
Reserved Instances provide a discount for a 1- or 3-year commitment, which is not cost-effective for a workload that runs only 2 hours per night. The upfront commitment does not align with the usage pattern.
- ✓
Spot Instances
Why this is correct
Spot Instances operate using spare EC2 capacity that AWS makes available at a significantly reduced hourly rate—often up to 90% off On-Demand pricing. This is the best fit here because the nightly 2-hour batch is both short and fault-tolerant: if capacity is reclaimed, work can be re-queued or resumed without violating the batch window. You can further reduce interruption risk by using a Spot Fleet with multiple instance types and by implementing checkpointing so progress is saved between runs. The result is a dramatic cost reduction for a workload that would otherwise be idling and paying full price.
- ✗
Dedicated Hosts
Why it's wrong here
Dedicated Hosts provide you with a physical EC2 server that is exclusively yours, enabling you to bring your own server-bound licenses (for example, Windows Server or SQL Server) and meet strict compliance requirements. You are charged for the host itself per hour, not per instance, and the cost is incurred 24/7 regardless of whether the host is running your nightly batch or sitting idle. For a workload that runs only two hours per night, this is the least cost-effective choice—you pay for the entire host while using it only a fraction of the time, and you lose the per-second billing flexibility that On-Demand or Spot offers.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This SOA-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SOA-C02 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.