The answer is the C7g instance family, based on AWS Graviton processors. This is the correct choice for a CPU-bound ARM64 workload because Graviton chips are custom-built by AWS using the ARM architecture, delivering up to 25% better throughput per dollar compared to comparable x86 instances for compute-intensive tasks. Since the workload is Linux-based and already compatible with ARM64, migrating to C7g requires no application logic changes, making it the most cost-effective option for batch processing. On the SAA-C03 exam, this scenario tests your understanding of instance specialization and the Graviton value proposition; a common trap is defaulting to the M5 or C5 families out of habit, which are x86-based and less efficient for this use case. Remember the mnemonic: “Graviton gives great gains for CPU-crunching ARM.”
SAA-C03 Design High-Performing Architectures Practice Question
This SAA-C03 practice question tests your understanding of design high-performing 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. 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
Benchmark summary from current fleet:
- Current instances: c6i.2xlarge
- Average CPU during processing: 88%-96%
- Disk and network utilization remain below 30%
- Application runtime on test ARM build: 11% faster than x86 build
- Engineering note: binaries are already compatible with ARM64
- Business goal: lower cost while keeping or improving throughput
Based on the exhibit, a batch-processing service runs on Amazon EC2. The workload is Linux-based, can run on ARM64, and is CPU-bound during its nightly processing window. The team wants the best throughput per dollar without changing the application logic. Which EC2 instance family should the solutions architect recommend?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue: "best"
Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
Benchmark summary from current fleet:
- Current instances: c6i.2xlarge
- Average CPU during processing: 88%-96%
- Disk and network utilization remain below 30%
- Application runtime on test ARM build: 11% faster than x86 build
- Engineering note: binaries are already compatible with ARM64
- Business goal: lower cost while keeping or improving throughput
A
C7g instances based on AWS Graviton processors
C7g instances are compute optimized and use Graviton processors, which often deliver strong price-performance for CPU-bound Linux workloads that can run on ARM64. The exhibit shows the application is compatible and even benchmarks faster on ARM.
B
R7i instances because more memory will improve CPU-bound job throughput.
Why wrong: Memory-optimized instances help memory-heavy workloads, but the benchmark shows CPU is the bottleneck, not RAM.
C
M7a instances because general-purpose families are always the safest performance choice.
Why wrong: General-purpose instances are versatile, but they are not usually the best throughput-per-dollar choice for a clearly CPU-bound workload.
D
T3 instances because burstable instances can handle occasional nighttime spikes at lower cost.
Why wrong: Burstable instances are better for variable, low-average-CPU workloads, not sustained CPU-heavy batch processing that runs near saturation.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
C7g instances based on AWS Graviton processors
The C7g instances are based on AWS Graviton processors (ARM64 architecture), which offer up to 25% better performance per dollar compared to x86-based instances for CPU-bound workloads. Since the workload is Linux-based, can run on ARM64, and is CPU-bound, the C7g family provides the best throughput per dollar without requiring any application logic changes.
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.
✓
C7g instances based on AWS Graviton processors
Why this is correct
C7g instances are compute optimized and use Graviton processors, which often deliver strong price-performance for CPU-bound Linux workloads that can run on ARM64. The exhibit shows the application is compatible and even benchmarks faster on ARM.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
✗
R7i instances because more memory will improve CPU-bound job throughput.
Why it's wrong here
Memory-optimized instances help memory-heavy workloads, but the benchmark shows CPU is the bottleneck, not RAM.
✗
M7a instances because general-purpose families are always the safest performance choice.
Why it's wrong here
General-purpose instances are versatile, but they are not usually the best throughput-per-dollar choice for a clearly CPU-bound workload.
✗
T3 instances because burstable instances can handle occasional nighttime spikes at lower cost.
Why it's wrong here
Burstable instances are better for variable, low-average-CPU workloads, not sustained CPU-heavy batch processing that runs near saturation.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates may choose memory-optimized or general-purpose instances (like R7i or M7a) thinking they are safer, or burstable instances (T3) assuming they handle spikes cheaply, without recognizing that compute-optimized ARM64 instances (C7g) provide the best throughput per dollar for CPU-bound, ARM64-compatible workloads.
Trap categories for this question
Command / output trap
Memory-optimized instances help memory-heavy workloads, but the benchmark shows CPU is the bottleneck, not RAM.
Detailed technical explanation
How to think about this question
AWS Graviton processors are custom-built using 64-bit ARM Neoverse cores, providing a higher performance per watt and lower cost for scale-out workloads. For CPU-bound batch processing, the C7g family leverages this architecture to deliver up to 25% better performance per dollar compared to comparable x86-based compute-optimized instances, and the workload's compatibility with ARM64 ensures no recompilation is needed if the application is already compiled for ARM or uses interpreted languages like Python or Java.
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.
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: C7g instances based on AWS Graviton processors — The C7g instances are based on AWS Graviton processors (ARM64 architecture), which offer up to 25% better performance per dollar compared to x86-based instances for CPU-bound workloads. Since the workload is Linux-based, can run on ARM64, and is CPU-bound, the C7g family provides the best throughput per dollar without requiring any application logic changes.
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.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
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 →
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.
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.
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.