Best / Most efficient and reliable way of copying Files in EFS to S3

0

Hello, Do we have a best practice for EFS to S3 data copy? I was asked what is the best (in terms of cost, speed and risk) way to copy data from EFS to S3. There is a suggestion of using multiple FIle Gateways for transfer acceleration I wonder if DataSync would work as well. Hence, should you have an answer/experience or shuold you have any data points to recommend one method (over others), please answer to this question. Thank you.

AWS
質問済み 5年前2199ビュー
1回答
0
承認された回答

Two thoughts that may help here:

  1. Why are they copying data from EFS to S3? If they are looking to save money on data that they aren't frequently accessing, they would likely be best served by EFS Infrequent Access, which transitions data not accessed for a configurable period of time to storage that is 85% lower price than EFS Standard.

  2. Is the data size large (several GiB+), or does it need to be synchronized periodically? If so, and EFS IA isn't an appropriate solution, than AWS DataSync is likely your best choice. It is optimized for performance, so it will be the fastest way to move data between the two services. It can also be configured to run periodically, synchronizing deltas each time.

回答済み 5年前

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

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

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

関連するコンテンツ