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 réponses
2
Réponse acceptée

No. There are no such notifications from EFS.

profile pictureAWS
EXPERT
Uri
répondu il y a 3 mois
profile picture
EXPERT
vérifié il y a 2 mois
profile pictureAWS
EXPERT
vérifié il y a 3 mois
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
EXPERT
Matt-B
répondu il y a 3 mois
  • 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.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions