Which Amazon EFS Performance Mode is Best for Low Latency Workloads?
Exhibit
EFS usage summary: - 25 EC2 workers mounted to one file system - Mostly small metadata reads and writes - Each request needs very low file system latency - No requirement for massive concurrent throughput across thousands of clients
Based on the exhibit, which Amazon EFS performance mode is the best fit for this workload?
Quick Answer
The answer is General Purpose performance mode, as it is specifically designed for low-latency file operations. This mode prioritizes consistent, single-digit millisecond latency for metadata and data access, making it the correct choice for latency-sensitive workloads like web serving, content management, and development environments. On the SAA-C03 exam, this distinction tests your understanding of when to choose General Purpose over Max I/O, which trades latency for higher throughput and is intended for big data or media processing. A common trap is assuming all EFS modes offer the same latency, but General Purpose is the default for a reason—it optimizes for responsiveness. Remember the memory tip: “General Purpose for general low-latency needs; Max I/O for massive throughput, not speed.”
⚠ Common exam trap
Many candidates confuse performance modes (General Purpose vs. Max I/O) with throughput modes (Bursting vs. Provisioned) or storage classes (Standard vs. One Zone), leading them to select options that address throughput or availability rather than latency requirements.
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 General Purpose performance mode for low-latency access.
The General Purpose performance mode is the best fit for this workload because it provides the lowest latency for file operations, which is critical for latency-sensitive applications such as web serving, content management, and development environments. EFS General Purpose mode is optimized for workloads where consistent low-latency access is required, making it the default and recommended choice for most use cases.
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 General Purpose performance mode for low-latency access.
Why this is correct
General Purpose is the best EFS performance mode when the priority is low latency for small file operations. The exhibit describes a moderate number of clients and latency-sensitive metadata access, which matches the strengths of General Purpose. It is the usual choice for most applications unless the workload specifically needs very large-scale parallel throughput.
- ✗
Use Max I/O performance mode to optimize for the highest possible latency tolerance.
Why it's wrong here
Max I/O is designed for very large, highly parallel access patterns and typically trades some latency for scale. That is not needed here.
When this WOULD be correct
A question describing a workload with high throughput requirements, such as big data processing or media transcoding, where latency is less critical and the application can tolerate higher variability, would make Max I/O the correct choice.
- ✗
Use One Zone storage class to increase metadata speed.
Why it's wrong here
One Zone changes durability and availability scope, not the EFS performance mode that controls access behavior and latency characteristics.
When this WOULD be correct
A question asks which EFS storage class to use for a workload that can tolerate data loss in the event of an Availability Zone failure and requires lower storage costs. In that scenario, One Zone storage class would be correct.
- ✗
Use Provisioned Throughput mode because it is the only performance mode available.
Why it's wrong here
Provisioned Throughput changes bandwidth allocation, but the exhibit is asking about the performance mode choice between General Purpose and Max I/O.
When this WOULD be correct
This option would be correct if the question asked: 'Which throughput mode should be used for a workload that requires a consistent, high throughput regardless of the amount of data stored?' In that scenario, Provisioned Throughput mode is the correct choice.
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 General Purpose performance mode for low-latency access.Correct answer▾
Why this is correct
General Purpose is the best EFS performance mode when the priority is low latency for small file operations. The exhibit describes a moderate number of clients and latency-sensitive metadata access, which matches the strengths of General Purpose. It is the usual choice for most applications unless the workload specifically needs very large-scale parallel throughput.
✗Use Max I/O performance mode to optimize for the highest possible latency tolerance.Wrong answer — click to see why▾
Why this is wrong here
Max I/O performance mode is designed for high throughput and can handle high I/O, but it does not optimize for latency tolerance; it actually has higher latency variability compared to General Purpose mode, making it unsuitable for a workload requiring low-latency access.
★ When this WOULD be the correct answer
A question describing a workload with high throughput requirements, such as big data processing or media transcoding, where latency is less critical and the application can tolerate higher variability, would make Max I/O the correct choice.
Why candidates choose this
Candidates may mistakenly think 'Max I/O' implies better performance across all metrics, including latency, or they may confuse it with Provisioned Throughput mode, assuming it offers more control over performance.
✗Use One Zone storage class to increase metadata speed.Wrong answer — click to see why▾
Why this is wrong here
One Zone storage class is a storage class, not a performance mode; it does not affect metadata speed. Metadata performance is determined by the performance mode (General Purpose or Max I/O), not the storage class.
★ When this WOULD be the correct answer
A question asks which EFS storage class to use for a workload that can tolerate data loss in the event of an Availability Zone failure and requires lower storage costs. In that scenario, One Zone storage class would be correct.
Why candidates choose this
Candidates may confuse storage classes with performance modes, or incorrectly believe that One Zone storage class improves metadata performance due to its local nature.
✗Use Provisioned Throughput mode because it is the only performance mode available.Wrong answer — click to see why▾
Why this is wrong here
Provisioned Throughput mode is not a performance mode; it is a throughput setting available within General Purpose or Max I/O performance modes. The question asks for a performance mode, and Provisioned Throughput is not one of the two performance modes (General Purpose and Max I/O).
★ When this WOULD be the correct answer
This option would be correct if the question asked: 'Which throughput mode should be used for a workload that requires a consistent, high throughput regardless of the amount of data stored?' In that scenario, Provisioned Throughput mode is the correct choice.
Why candidates choose this
Candidates may confuse 'performance mode' with 'throughput mode' because both terms involve optimizing file system performance, leading them to select Provisioned Throughput as a performance mode.
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?”
Go deeper
Related to this question
About these practice questions
This SAA-C03 question is part of Courseiva's 302-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way 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. Based on the exhibit, which Amazon EFS performance mode is the best fit for this workload?
easy- ✓ A.Use General Purpose performance mode for low-latency access.
- B.Use Max I/O performance mode to optimize for the highest possible latency tolerance.
- C.Use One Zone storage class to increase metadata speed.
- D.Use Provisioned Throughput mode because it is the only performance mode available.
Why A: General Purpose performance mode is the best fit for this workload because it provides the lowest latency for file operations, which is critical for applications like content management, web serving, or home directories that require consistent, sub-millisecond metadata latency. Max I/O mode, in contrast, trades off latency for higher throughput and IOPS, making it unsuitable for latency-sensitive workloads.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.