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개 답변
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
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠