EFS throughput mounted on many instances

0

Hello,

i'm evaluating to use EFS as shared storage for 10 EC2 instances with a provisioned throughput of 120 MB/s but i don't clearly understand how this throughput is splitted between instances.

My questions is:

If i mount EFS to 1 instance, all 120 MB/s will be dedicated to it...if mount EFS to 10 instances and all instances are writing simultaneously on EFS, throughput will be 12 MB/s per instance....but what about if only 1 of 10 instances is writing on EFS, the EFS throughput will be 120 MB/s or 12 MB/s?

Thanks in advanced!

1개 답변
2
수락된 답변

Hello

EFS throughput works at the file system level. You can read more about throughput at following link. It talks about various modes (bursting vs provisioned) for performance as well as how throughput is calculated. https://docs.aws.amazon.com/efs/latest/ug/performance.html

In the example provided, if you configure a file system with 120MB/sec and only 1 client is accessing it, then it will have 120MB/sec throughput available. If there are 10 clients, then at given time, the combined throughput can be 120MB/sec [if you are generating equal load from all 10 clients, then in theory, each client will peak at 10 MB/sec].

The maximum throughput you can drive for each NFS client is 500 MB/sec You can read more about it at following link: https://docs.aws.amazon.com/efs/latest/ug/limits.html

How to manage throughput? https://docs.aws.amazon.com/efs/latest/ug/managing-throughput.html

AWS
답변함 2년 전
profile pictureAWS
전문가
Chris_G
검토됨 2년 전
  • Thanks for your explanation, now i understand clearly!

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠