[AWS Transfer Family] file transfer OUT OF AWS storage services

0

From customize-file-delivery-notifications-using-aws-transfer-family-managed-workflows blog, it reads AWS Transfer Family is a secure transfer service that enables you to transfer files into and out of AWS storage services.

Blog Post snapshot

Does this mean Transfer family support to transfer files from S3 to external servers outside of AWS?

Providing my use case for better understanding: I need to transfer large files like 70-80 Gb to external server using Akamai NetStorage.

2回答
0

AWS Transfer Family provides you with a managed FTP, FTPS, and SFTP access point to S3 and EFS (https://aws.amazon.com/aws-transfer-family/)

The blog article you provided shows the workflows you can trigger once files have been uploaded via these endpoints but I understand from your text that you have an application creating a large file on S3 with then has to be uploaded to Akamai NetStorage. From what I can see in the Akamai documentation there is no way to tell them to fetch the file form a remote server, instead you have to push the file there actively via multiple ways (https://techdocs.akamai.com/netstorage/docs/use-rsync), which would be the other way round.

In that case it would probably make more sense to publish the file on EFS instead of S3 and launch a container with the necessary tools installed to upload the file to Akamai. Or, if you are bound to S3 to either mount it as a file system or download the file to a temporary volume first.

エキスパート
回答済み 1年前
0

Hi! You can use AWS Transfer Family's SFTP connector offering to transfer files from S3 to external SFTP servers. Please find some documentation here - https://docs.aws.amazon.com/transfer/latest/userguide/creating-connectors.html

AWS
回答済み 1ヶ月前

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

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

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

関連するコンテンツ