Medium1 markMultiple Choice
AWS SAA-C03 · Question 47 · Domain 3.1: Storage Performance
A machine learning application processes thousands of small files concurrently from an Amazon EFS file system. The application is experiencing high latency. The solutions architect notices that the EFS Burst Credits are frequently exhausted. Which TWO actions should be taken to improve performance? (Select TWO.)
A machine learning application processes thousands of small files concurrently from an Amazon EFS file system. The application is experiencing high latency. The solutions architect notices that the EFS Burst Credits are frequently exhausted. Which TWO actions should be taken to improve performance? (Select TWO.)
Answer options:
A.
Change the EFS throughput mode to Provisioned Throughput.
B.
Change the EFS performance mode to Max I/O.
C.
Migrate the data to Amazon EBS.
D.
Enable EFS Lifecycle Management.
E.
Increase the size of the EC2 instances.
How to approach this question
Identify EFS performance bottlenecks: Burst credits (fix with Provisioned Throughput) and concurrent access (fix with Max I/O).
Full Answer
If an EFS file system runs out of burst credits, you should switch from Bursting Throughput to Provisioned Throughput. For workloads with tens, hundreds, or thousands of EC2 instances accessing the file system concurrently, Max I/O performance mode is recommended.
Common mistakes
Thinking increasing EC2 size will fix a network file system credit exhaustion issue.
Practice the full AWS SAA-C03 Practice Exam 5
65 questions · hints · full answers · grading
More questions from this exam
Q01A company needs to grant an external auditor read-only access to specific AWS resources. The audi...EasyQ02An application running on EC2 instances needs to access objects in an S3 bucket. The security tea...MediumQ03A company is designing a VPC for a multi-tier web application. They need to block specific malici...MediumQ04A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...HardQ05A company hosts a web application on an Application Load Balancer (ALB). They are experiencing SQ...Medium
Expert