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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ