Question 897 of 1,040
Design Cost-Optimized ArchitecturesmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is Spot Instances. For interruptible workloads like a nightly dev sandbox that can be stopped and resumed, Spot Instances minimize cost by offering up to 90% savings over On-Demand pricing, with AWS reclaiming capacity only when needed and providing a two-minute warning. Because the design avoids custom operational scripts, Spot Instances are ideal here since they natively support features like hibernation and automatic recovery, allowing the instance to pause and restart without manual intervention. On the SAA-C03 exam, this scenario tests your ability to match purchasing options to workload characteristics—specifically, that fault-tolerant, time-flexible tasks are perfect for Spot, while On-Demand or Reserved Instances are traps for steady-state or critical workloads. A common trick is to confuse Spot with Scheduled Reserved Instances, but remember: Spot is for interruption-tolerant, not time-scheduled, work. Memory tip: “Spot the interruptible, save the budget.”

SAA-C03 Design Cost-Optimized Architectures Practice Question

This SAA-C03 practice question tests your understanding of design cost-optimized architectures. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. A key principle to apply: spot Instances offer significant discounts (up to 90%) compared to On-Demand.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A dev sandbox runs for several hours each night and can be interrupted and restarted. Which EC2 purchasing option should minimize cost? The design must avoid adding custom operational scripts.

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "minimum / minimize"

    Why it matters: Asks for the least resource use — fewest addresses, smallest subnet, lowest overhead. Eliminate over-provisioned options even if they would technically work.

Question 1mediummultiple choice
Full question →

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 (B) are ideal for fault-tolerant, interruptible workloads like a nightly dev sandbox because they offer significant cost savings (up to 90% off On-Demand) in exchange for being reclaimable by AWS with a 2-minute warning. Since the sandbox can be interrupted and restarted, and the design avoids custom scripts, Spot Instances can leverage native AWS features like hibernation or automatic recovery to resume work without manual intervention.

Key principle: Spot Instances offer significant discounts (up to 90%) compared to On-Demand.

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 only

    Why it's wrong here

    On-Demand is flexible but usually more expensive for interruptible compute.

  • Spot Instances

    Why this is correct

    Spot Instances offer deep discounts for interruptible workloads.

    Clue confirmation

    The clue word "minimum / minimize" in the question point toward this answer.

    Related concept

    Spot Instances offer significant discounts (up to 90%) compared to On-Demand.

  • Dedicated Hosts

    Why it's wrong here

    Dedicated Hosts are used for compliance/licensing needs and are more expensive.

  • Provisioned IOPS volumes

    Why it's wrong here

    Provisioned IOPS affects storage performance, not compute purchasing cost.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may confuse Spot Instances with On-Demand or Reserved Instances, overlooking that Spot Instances are specifically designed for fault-tolerant, interruptible workloads and offer the lowest cost, while On-Demand is for steady-state workloads and Reserved Instances require a 1- or 3-year commitment.

Detailed technical explanation

How to think about this question

Spot Instances use spare EC2 capacity at a variable price determined by supply and demand, and AWS can reclaim them with a 2-minute termination notice. For interruptible workloads, you can combine Spot Instances with a launch template that uses a mixed instances policy to diversify instance types, reducing the chance of simultaneous interruption. In a real-world scenario, a nightly dev sandbox could use Spot Instances with hibernation enabled, allowing the instance to stop and resume from the same state without custom scripts, as AWS automatically saves the instance memory to the root EBS volume.

KKey Concepts to Remember

  • Spot Instances offer significant discounts (up to 90%) compared to On-Demand.
  • Spot Instances are ideal for fault-tolerant, flexible, and interruptible workloads.
  • AWS can terminate Spot Instances with a two-minute warning if capacity is needed.
  • They are suitable for batch jobs, dev/test environments, and data processing.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Spot Instances offer significant discounts (up to 90%) compared to On-Demand.

Real-world example

How this comes up in practice

A startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.

What to study next

Got this wrong? Here's your next step.

Review spot Instances offer significant discounts (up to 90%) compared to On-Demand., then practise related SAA-C03 questions on the same topic to reinforce the concept.

Related practice questions

Related SAA-C03 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SAA-C03 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SAA-C03 question test?

Design Cost-Optimized Architectures — This question tests Design Cost-Optimized Architectures — Spot Instances offer significant discounts (up to 90%) compared to On-Demand..

What is the correct answer to this question?

The correct answer is: Spot Instances — Spot Instances (B) are ideal for fault-tolerant, interruptible workloads like a nightly dev sandbox because they offer significant cost savings (up to 90% off On-Demand) in exchange for being reclaimable by AWS with a 2-minute warning. Since the sandbox can be interrupted and restarted, and the design avoids custom scripts, Spot Instances can leverage native AWS features like hibernation or automatic recovery to resume work without manual intervention.

What should I do if I get this SAA-C03 question wrong?

Review spot Instances offer significant discounts (up to 90%) compared to On-Demand., then practise related SAA-C03 questions on the same topic to reinforce the concept.

Are there clue words in this question I should notice?

Yes — watch for: "minimum / minimize". Asks for the least resource use — fewest addresses, smallest subnet, lowest overhead. Eliminate over-provisioned options even if they would technically work.

What is the key concept behind this question?

Spot Instances offer significant discounts (up to 90%) compared to On-Demand.

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 →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

2 more ways this is tested on SAA-C03

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A dev sandbox runs for several hours each night and can be interrupted and restarted. Which EC2 purchasing option should minimize cost?

medium
  • A.On-Demand Instances only
  • B.Spot Instances
  • C.Dedicated Hosts
  • D.Provisioned IOPS volumes

Why B: Spot Instances can be interrupted and restarted, making them ideal for fault-tolerant workloads like a nightly dev sandbox. They offer significant cost savings (up to 90% off On-Demand) because they use spare AWS EC2 capacity, which aligns perfectly with the scenario's tolerance for interruption.

Variation 2. A dev sandbox runs for several hours each night and can be interrupted and restarted. Which EC2 purchasing option should minimize cost? The architecture review board prefers a managed AWS-native control.

medium
  • A.On-Demand Instances only
  • B.Spot Instances
  • C.Dedicated Hosts
  • D.Provisioned IOPS volumes

Why B: Spot Instances are ideal for fault-tolerant, interruptible workloads like a nightly dev sandbox because they offer up to 90% cost savings over On-Demand. Since the job can be interrupted and restarted, Spot Instances provide the lowest cost while still being a fully managed AWS-native option.

Keep practising

More SAA-C03 practice questions

Last reviewed: Jun 11, 2026

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.

Loading comments…

Sign in to join the discussion.

This SAA-C03 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 SAA-C03 exam.