スキップしてコンテンツを表示

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

質問済み 3年前1568ビュー

2回答
1
承認された回答

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

回答済み 3年前

エキスパート

レビュー済み 2年前

エキスパート

レビュー済み 2年前

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

エキスパート

回答済み 3年前

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

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

関連するコンテンツ