Transfer Family to FSx?

0

Transfer Family supports S3 and EFS storage targets, but a project's requirement specifies up/downloaded files be available to Windows EC2 instances via SMB (specifically a FSx share). I would let the EC2 instances mount the EFS volume used by Transfer Family, but Microsoft says Windows NFS clients can only use NFSv2 or NFSv3.

Since Transfer Family doesn't natively support FSx, is DataSync “between AWS storage services” the best way to support this workflow?

As an added twist, we'll probably need to support both uploads (items that arrived via SFTP, consumed by the EC2 instances) and downloads (EC2 instance outputs a file, which will then be fetched by a remote user via SFTP) so we'll need to have bidirectional DataSync between the EFS and FSx volumes.

1 個回答
1

Hi There

Since Transfer Family for FSx direct access over SMB is currently not supported, A workaround could be to run Managed Workflows on file upload over SFTP and use the workflow's custom step feature to invoke a DataSync API call to copy from EFS to FSxWin.

Also take a look at this blog post for Enabling SMB access for serverless workloads with Amazon FSx which might give you some ideas for building some type of file watcher using Lambda to move the files from FSx to EFS for upload.

profile pictureAWS
專家
Matt-B
已回答 2 年前

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

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

回答問題指南