Workflows for Transfer family SFTP Connector

0

Can workflows be used for Transfer family SFTP Connector? The use case is to monitor external SFTP and get any new files to S3. Please suggest the possibility

Kannan
已提问 9 个月前641 查看次数
2 回答
0
已接受的回答

Hi! Currently Transfer family Workflows cannot be used by SFTP connectors, and you need to provide the full file path on remote SFTP to retrieve a file. As we bring additional capabilities on our roadmap, would help to understand your use-case in more detail. Can I reach out to you somewhere? Or pls feel free to reach out to me on vinamraj@amazon.com.

AWS
已回答 9 个月前
profile picture
专家
已审核 1 个月前
0

Hi,

Have a look at https://aws.amazon.com/aws-transfer-family/features/?nc=sn&loc=2&dn=1

The standard target of AWSSFTP is an S3 bucket :

Data stored natively in AWS Storage services
Store the files you exchange as objects in your Amazon S3 bucket or Amazon 
EFS file system so you can extract business insights faster. The key piece that 
makes this exchange possible is that AWS Transfer Family stores your data natively 
in S3 or EFS, while preserving relevant file metadata. For example, with your files 
stored in Amazon S3, you can use Amazon Translate to make process documents 
more tailored for international audiences. You can also use Amazon Comprehend 
to extract relationships and insights from text files, or you could even use Amazon 
Athena to query CSV files to analyze historical data. Similarly with files in EFS, 
you can directly integrate your ERP system to access these files on arrival from 
your business partners.

When the file is in the bucket, you can trigger a Lambda: https://docs.aws.amazon.com/lambda/latest/dg/with-s3-example.html

And from this Lamda, trigger a Step Function to execute any workflow that you want: https://aws.amazon.com/step-functions/

All the above will be constructed based on AWS serverless managed services: so, minimal effort and maximal efficiency on your side. No patching, server montoring, HA, scaling, etc: the managed services will take care of that for you.

Best,

Didier

profile pictureAWS
专家
已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则