SOA-C02 · Question #52
A company uses an Amazon Elastic File System (Amazon EFS) file system to share files across many Linux Amazon EC2 instances. A SysOps administrator notices that the file system's PercentIOLimit…
The correct answer is A. Create a new EFS file system that uses Max I/O performance mode. Option A is correct because PercentIOLimit specifically measures how close an EFS file system is to the IOPS ceiling of General Purpose performance mode - hitting 100% means that ceiling has been reached, and the fix is to move to Max I/O performance mode, which is designed for…
Question
A company uses an Amazon Elastic File System (Amazon EFS) file system to share files across many Linux Amazon EC2 instances. A SysOps administrator notices that the file system's PercentIOLimit metric is consistently at 100% for 15 minutes or longer. The SysOps administrator also notices that the application that reads and writes to that file system is performing poorly. They application requires high throughput and IOPS while accessing the file system. What should the SysOps administrator do to remediate the consistently high PercentIOLimit metric?
Options
- ACreate a new EFS file system that uses Max I/O performance mode.
- BCreate an EFS lifecycle policy to transition future files to the Infrequent Access (IA) storage class
- CModify the existing EFS file system and activate Max I/O performance mode.
- DModify the existing EFS file system and activate Provisioned Throughput mode.
How the community answered
(24 responses)- A75% (18)
- B17% (4)
- C4% (1)
- D4% (1)
Explanation
Option A is correct because PercentIOLimit specifically measures how close an EFS file system is to the IOPS ceiling of General Purpose performance mode - hitting 100% means that ceiling has been reached, and the fix is to move to Max I/O performance mode, which is designed for high-throughput, highly parallel workloads. Critically, EFS performance mode cannot be changed after a file system is created, so a new file system must be created with Max I/O enabled.
Why the distractors are wrong:
- C is tempting but incorrect - EFS performance mode is immutable post-creation; you cannot modify it in place.
- D (Provisioned Throughput) addresses throughput limits, not IOPS; the symptom here is
PercentIOLimit, which is an I/O operations bottleneck, not a throughput bottleneck - and changing throughput mode wouldn't resolve it. - B (Infrequent Access lifecycle policy) is a cost-optimization feature that moves cold files to cheaper storage; it has no effect on performance.
Memory tip: Associate PercentIOLimit = 100% with "I've outgrown General Purpose" - and since you can't edit performance mode, you must create new. Contrast this with Throughput mode (Bursting/Provisioned/Elastic), which can be changed on an existing file system.
Topics
Community Discussion
No community discussion yet for this question.