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 Respuestas
2
Respuesta aceptada

No. There are no such notifications from EFS.

profile pictureAWS
EXPERTO
Uri
respondido hace 3 meses
profile picture
EXPERTO
revisado hace 2 meses
profile pictureAWS
EXPERTO
revisado hace 3 meses
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
EXPERTO
Matt-B
respondido hace 3 meses
  • 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.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas