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 Answer
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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions