Based on the exhibit, which Amazon EFS performance mode is the best fit for this workload?
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.
Why this answer
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.
Exam trap
The trap here is that 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.
How to eliminate wrong answers
Option B is wrong because Max I/O performance mode is designed for workloads that require high throughput and parallel processing, but it introduces higher latency, making it unsuitable for low-latency access requirements. Option C is wrong because One Zone storage class is a storage class, not a performance mode; it reduces durability and availability by storing data in a single Availability Zone and does not affect metadata speed. Option D is wrong because Provisioned Throughput is a throughput mode, not a performance mode; EFS offers General Purpose and Max I/O as performance modes, and Provisioned Throughput can be used with either performance mode to set a specific throughput level.