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?

2개 답변
0

AWS Transfer for SFTP will suit you

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

profile picture
전문가
답변함 일 년 전
  • 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
전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠