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

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则