Upload files from external SFTP server to S3

0

Which way is more preferable for uploading files on regular basis from external SFTP-server into my S3 bucket?

Antony
質問済み 1年前1492ビュー
2回答
0

AWS Transfer for SFTP will suit you

https://aws.amazon.com/aws-transfer-family/?nc1=h_ls

profile picture
エキスパート
回答済み 1年前
  • I have looked at it. As I understand, this service enables transfers into S3 via SFTP, but it is designed to be the target of those transfers (i.e., it acts as an SFTP server, not client)

0

AWS offer a solution where you can mount an S3 bucket as an NFS endpoint using a storage gateway. Here you could mount a bucket of your choice and either allow/configure your sftp server to access the FS or have a scheduled sync job on the sftp server to copy/sync files.

Information can be found here https://aws.amazon.com/blogs/storage/mounting-amazon-s3-to-an-amazon-ec2-instance-using-a-private-connection-to-s3-file-gateway/

The unofficial way is using a 3rd party tools call S3FS to mount directly to a bucket. https://dev.to/aws-builders/how-to-mount-aws-s3-bucket-on-amazon-ec2-using-s3fs-1h8h

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

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

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

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

関連するコンテンツ