Hard1 markMultiple Choice
AWS SAA-C03 · Question 40 · Domain 3.1: Storage Performance
A big data application runs on hundreds of EC2 instances and reads data from a shared Amazon EFS file system. The application is experiencing high latency. CloudWatch metrics show that the PercentIOLimit metric is frequently hitting 100%.<br/><br/>Which TWO actions should a solutions architect take to improve performance? (Select TWO.)
A big data application runs on hundreds of EC2 instances and reads data from a shared Amazon EFS file system. The application is experiencing high latency. CloudWatch metrics show that the PercentIOLimit metric is frequently hitting 100%.<br/><br/>Which TWO actions should a solutions architect take to improve performance? (Select TWO.)
Answer options:
A.
Change the EFS performance mode to Max I/O.
B.
Change the EFS performance mode to General Purpose.
C.
Enable EFS Intelligent-Tiering.
D.
Ensure the application is highly parallelized.
E.
Switch the file system to EFS One Zone.
How to approach this question
Identify the EFS performance mode designed for big data and high IOPS.
Full Answer
If the PercentIOLimit metric is hitting 100%, the file system is maxing out the IOPS available in General Purpose mode. You should migrate to a file system using Max I/O mode, which scales to higher levels of aggregate throughput and IOPS. Max I/O requires applications to be highly parallelized to overcome slightly higher per-operation latencies.
Common mistakes
Thinking you can just change the mode on an existing file system (you actually have to create a new one and migrate data, though the concept is to use Max I/O).
Practice the full AWS SAA-C03 Practice Exam 6
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert