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

Quick Answer

The answer is Spot Instances, because they offer the deepest discount—up to 90% off On-Demand pricing—for workloads that are fault-tolerant and can be interrupted, such as a nightly batch analytics job that can be stopped and restarted without data loss. This purchasing option leverages unused AWS capacity, making it ideal for interruptible batch job cost savings, and when paired with a managed AWS-native control like EC2 Auto Scaling or Amazon EMR, the service automatically handles interruptions by replacing instances or checkpointing progress. On the SAA-C03 exam, this scenario tests your ability to match workload characteristics to pricing models; the key trap is confusing Spot Instances with Reserved Instances, which require a steady, non-interruptible commitment. Remember the memory tip: “Spot for stop-and-go savings, Reserved for steady-state.”

SAA-C03 Design Cost-Optimized Architectures Practice Question

This SAA-C03 practice question tests your understanding of design cost-optimized architectures. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: spot Instances offer significant discounts (up to 90%) compared to On-Demand prices.. 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 batch analytics job 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.

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
Read the full NAT/PAT explanation →

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 correct because the batch job is fault-tolerant (can be interrupted and restarted) and runs for several hours each night, making it an ideal candidate for Spot Instances, which offer up to 90% cost savings compared to On-Demand. AWS-managed services like EC2 Auto Scaling or Amazon EMR can automatically handle Spot Instance interruptions by replacing instances or checkpointing the job, aligning with the architecture review board's preference for a managed AWS-native control.

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

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.

  • Dedicated Hosts

    Why it's wrong here

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

  • 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 prices.

  • 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 choose On-Demand Instances (Option A) due to a misconception that Spot Instances are unreliable for any workload, failing to recognize that fault-tolerant, interruptible jobs like batch processing are exactly the use case for which Spot Instances are designed and recommended for cost optimization.

Detailed technical explanation

How to think about this question

Spot Instances leverage spare EC2 capacity at variable pricing, which can be reclaimed with a 2-minute interruption notice via the EC2 Instance Rebalance Recommendation or the Spot Instance interruption notice. For batch jobs, integrating with AWS services like AWS Batch or using checkpointing (e.g., saving intermediate results to Amazon S3) ensures the job can resume from the last checkpoint after interruption, making Spot Instances highly cost-effective. In practice, a nightly batch job might use a mixed-instances policy in an Auto Scaling group to combine Spot and On-Demand Instances, ensuring progress even if Spot capacity is reclaimed.

KKey Concepts to Remember

  • Spot Instances offer significant discounts (up to 90%) compared to On-Demand prices.
  • They are ideal for fault-tolerant, flexible, and interruptible workloads.
  • AWS can reclaim Spot Instances with a two-minute warning if capacity is needed.
  • Spot Instances are a managed AWS-native control for cost-optimized compute.

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 prices.

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 prices., 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 prices..

What is the correct answer to this question?

The correct answer is: Spot Instances — Spot Instances are correct because the batch job is fault-tolerant (can be interrupted and restarted) and runs for several hours each night, making it an ideal candidate for Spot Instances, which offer up to 90% cost savings compared to On-Demand. AWS-managed services like EC2 Auto Scaling or Amazon EMR can automatically handle Spot Instance interruptions by replacing instances or checkpointing the job, aligning with the architecture review board's preference for a managed AWS-native control.

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 prices., 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 prices.

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

1 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 batch analytics job 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.Dedicated Hosts
  • C.Spot Instances
  • D.Provisioned IOPS volumes

Why C: Spot Instances are the correct choice because they offer significant cost savings (up to 90% compared to On-Demand) and are ideal for fault-tolerant, interruptible workloads like batch processing. Since the job can be interrupted and restarted, it can handle Spot Instance terminations gracefully, making this the most cost-effective 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.