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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南