Question 110 of 1,040
Design High-Performing ArchitectureseasyMultiple ChoiceObjective-mapped

SAA-C03 Design High-Performing Architectures Practice Question

This SAA-C03 practice question tests your understanding of design high-performing architectures. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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.

Exhibit

Database storage review:
- Current volume type: gp2
- Peak Read/Write IOPS observed: 9,700
- VolumeQueueLength increases during busy periods
- ReadLatency reaches 8-12 ms
- Requirement: provision about 10,000 IOPS without buying much extra capacity

Based on the exhibit, which EBS volume type should the team use to meet the performance need at lower cost than overprovisioning capacity?

Exhibit

Database storage review:
- Current volume type: gp2
- Peak Read/Write IOPS observed: 9,700
- VolumeQueueLength increases during busy periods
- ReadLatency reaches 8-12 ms
- Requirement: provision about 10,000 IOPS without buying much extra capacity

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

Use gp3 and provision the needed IOPS independently of volume size.

The team needs to meet performance requirements at lower cost than overprovisioning capacity. gp3 allows you to provision baseline performance of 3,000 IOPS and 125 MiB/s throughput for any volume size, and you can independently increase IOPS up to 16,000 and throughput up to 1,000 MiB/s without needing to increase volume size. This avoids the cost of overprovisioning large gp2 volumes to achieve higher IOPS, which are tied to volume size (3 IOPS per GiB).

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use gp3 and provision the needed IOPS independently of volume size.

    Why this is correct

    gp3 is the best fit because it lets you provision IOPS and throughput separately from volume size. The exhibit shows the workload needs around 10,000 IOPS and experiences queue buildup on gp2. With gp3, the team can raise performance without unnecessarily increasing storage capacity, which is usually more cost-effective for this kind of database workload.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Use sc1 because it is optimized for infrequent access and large objects.

    Why it's wrong here

    sc1 is for cold, sequential workloads, not for low-latency databases that need thousands of random IOPS.

    When this WOULD be correct

    sc1 would be correct if the question described a workload with infrequent access, large sequential reads/writes, and cost minimization as the primary goal, such as a data warehouse for rarely accessed logs or backup storage where performance is not critical.

  • Use st1 because it provides high throughput for streaming data.

    Why it's wrong here

    st1 is designed for throughput-heavy sequential access, not low-latency random I/O for transactional databases.

    When this WOULD be correct

    This option would be correct if the workload requires high sequential throughput (e.g., streaming data, big data, or log processing) and cost is a priority over IOPS. For example, a question asking for a cost-effective EBS volume for a data warehouse with large sequential reads.

  • Use standard magnetic storage because it is compatible with all EC2 instances.

    Why it's wrong here

    Magnetic storage is legacy and far below the performance needed for a database showing high IOPS and latency pressure.

    When this WOULD be correct

    Standard magnetic storage would be correct if the question specified a legacy application that requires compatibility with all EC2 instance types and has very low I/O performance requirements, where cost is the absolute priority and gp3/sc1/st1 are not options.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The SAA-C03 exam frequently reuses these exact scenarios with slightly different constraints.

Use gp3 and provision the needed IOPS independently of volume size.Correct answer

Why this is correct

gp3 is the best fit because it lets you provision IOPS and throughput separately from volume size. The exhibit shows the workload needs around 10,000 IOPS and experiences queue buildup on gp2. With gp3, the team can raise performance without unnecessarily increasing storage capacity, which is usually more cost-effective for this kind of database workload.

Use sc1 because it is optimized for infrequent access and large objects.Wrong answer — click to see why

Why this is wrong here

The question asks for lower cost than overprovisioning capacity, but sc1 is a cold HDD volume that cannot meet performance needs requiring IOPS independent of volume size; it has low IOPS and throughput limits unsuitable for consistent performance.

★ When this WOULD be the correct answer

sc1 would be correct if the question described a workload with infrequent access, large sequential reads/writes, and cost minimization as the primary goal, such as a data warehouse for rarely accessed logs or backup storage where performance is not critical.

Why candidates choose this

Candidates may see 'lower cost' and 'infrequent access' and assume sc1 is a cheap option, overlooking that the question's performance need requires provisioned IOPS, which sc1 cannot provide independently of volume size.

Use st1 because it provides high throughput for streaming data.Wrong answer — click to see why

Why this is wrong here

The question asks for a lower-cost solution than overprovisioning capacity, but st1 is a throughput-optimized HDD volume that requires provisioning storage to achieve baseline throughput, which can lead to overprovisioning. Additionally, the performance need likely involves IOPS, not just throughput, and st1 has low IOPS.

★ When this WOULD be the correct answer

This option would be correct if the workload requires high sequential throughput (e.g., streaming data, big data, or log processing) and cost is a priority over IOPS. For example, a question asking for a cost-effective EBS volume for a data warehouse with large sequential reads.

Why candidates choose this

Candidates may confuse throughput with IOPS or assume that st1's high throughput is suitable for any performance need, overlooking the specific requirement to avoid overprovisioning capacity.

Use standard magnetic storage because it is compatible with all EC2 instances.Wrong answer — click to see why

Why this is wrong here

Standard magnetic storage (previous generation) does not offer the ability to provision IOPS independently of volume size, so it cannot meet the performance need at lower cost than overprovisioning capacity. It also lacks the performance and cost efficiency of gp3 for this use case.

★ When this WOULD be the correct answer

Standard magnetic storage would be correct if the question specified a legacy application that requires compatibility with all EC2 instance types and has very low I/O performance requirements, where cost is the absolute priority and gp3/sc1/st1 are not options.

Why candidates choose this

Candidates may think standard magnetic is universally compatible and cheap, overlooking that gp3 provides better performance at lower cost for most workloads, and that 'compatible with all EC2 instances' is not a performance or cost optimization criterion.

Analysis generated from the official SAA-C03blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates assume all EBS volume types require overprovisioning capacity to achieve higher IOPS, forgetting that gp3 decouples performance from size, making it the most cost-effective choice for workloads needing specific IOPS without large storage.

Trap categories for this question

  • Command / output trap

    Magnetic storage is legacy and far below the performance needed for a database showing high IOPS and latency pressure.

Detailed technical explanation

How to think about this question

gp3 uses a non-volatile memory express (NVMe) block storage architecture under the hood, decoupling IOPS and throughput from volume size, which is a fundamental shift from gp2's credit-bucket model tied to volume size. This means you can provision a small 1 GiB gp3 volume with 16,000 IOPS, whereas a gp2 volume would need over 5,334 GiB to achieve the same IOPS, resulting in massive cost savings. In real-world scenarios, this is critical for boot volumes or small databases that need high IOPS but not large storage capacity.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

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

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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 High-Performing Architectures — This question tests Design High-Performing Architectures — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Use gp3 and provision the needed IOPS independently of volume size. — The team needs to meet performance requirements at lower cost than overprovisioning capacity. gp3 allows you to provision baseline performance of 3,000 IOPS and 125 MiB/s throughput for any volume size, and you can independently increase IOPS up to 16,000 and throughput up to 1,000 MiB/s without needing to increase volume size. This avoids the cost of overprovisioning large gp2 volumes to achieve higher IOPS, which are tied to volume size (3 IOPS per GiB).

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

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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

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.