one way data sync between ebs to efs

0

I have requirement of data sync from ebs to efs. If I change any particular file from a folder or add a file in that folder it should be automatically sync to my efs mounted folder as of now i have achieved it with msrsync util. but the limitation is i have to set a cron job for every minute. So is there any better way without cron job when ever there is a data that should be automatically sync with efs

1 Resposta
0

Hello,

You could use AWS DataSync https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html, but to do that you will need to share the EBS volume as NFS or SMB because DataSync does not support EBS as a direct location to transfer data from.

If you can create an NFS or SMB share for that EBS data then you can use DataSync to move data from the source file share to an EFS location.

I hope this works for you

AWS
Nuno_Q
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas