EFS integration with Eventbridge

0

If any file stored or comes in EFS can we do trigger that ?. like s3 can we use Eventbridge for EFS

Use case is like ..

Want to stored incoming mail in EFS and then directly sync in with s3 bucket

2回答
2
承認された回答

No. There are no such notifications from EFS.

profile pictureAWS
エキスパート
Uri
回答済み 3ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前
profile pictureAWS
エキスパート
レビュー済み 3ヶ月前
1

Hi There

Amazon EFS does not currently support EventBridge notifications for file creations or modifications. This is because writing to EFS is not done via API, so there is nothing to trigger EventBridge.

Could you explain the use case a bit more more? How are you getting files onto EFS currently?

profile pictureAWS
エキスパート
Matt-B
回答済み 3ヶ月前
  • Hello matt-b

    Use case is like ..

    Want to stored incoming mail in EFS and then directly sync in with s3 bucket

  • You will need to do it from the application that stored the mail to EFS. You can send a message to SQS and let a Lambda function get the file and copy to S3 for example.

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

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

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

関連するコンテンツ