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
gefragt vor einem Jahr1486 Aufrufe
2 Antworten
0

AWS Transfer for SFTP will suit you

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

profile picture
EXPERTE
beantwortet vor einem Jahr
  • 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
EXPERTE
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen