DataSync from NFS to AWS performance

0

We got 60 MB/s from NFS to EFS. We are wondering what is the bottleneck.

I imagine the DataSync Agent do an easy analysis how fast it can read data from NFS. Or calculate how long the "reading from NFS" and the "sending to AWS" has to wait for the other.

What do you think?

질문됨 3달 전134회 조회
1개 답변
0

The EFS file system may be reaching its maximum throughput capacity if it is using the bursting throughput mode. You can check the BurstBalance CloudWatch metric to see if burst credits are being depleted.

The NFS volume could be limiting throughput due to its own specifications and usage. DataSync would not be able to transfer faster than the NFS volume can provide data.

Network bandwidth between the on-premises NFS server and AWS could be a bottleneck if below 60 MB/s. Factors like available network interfaces and internet connectivity would impact this.

The EFS client performance on the DataSync agent host could potentially bottleneck if not optimized. Ensuring the latest EFS client version is in use helps maximize throughput.

Running multiple concurrent DataSync tasks could overwhelm the available throughput capacity if not accounting for total data transfer needs across tasks.

profile picture
전문가
답변함 2달 전

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

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

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

관련 콘텐츠