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

profile picture
Ritesh
已提問 3 個月前檢視次數 180 次
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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南