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 Antworten
2
Akzeptierte Antwort

No. There are no such notifications from EFS.

profile pictureAWS
EXPERTE
Uri
beantwortet vor 3 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten
profile pictureAWS
EXPERTE
überprüft vor 3 Monaten
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
EXPERTE
Matt-B
beantwortet vor 3 Monaten
  • 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.

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