I have an EFS configured in the oregon region but as the EFS is now available in the Tokyo region so I want to transfer all EFS data to the Tokyo region where EFS is already created.
AWS doc mentioned AWS-DataSync but it does not work as expected to copy data from one efs to another within different regions through an agent.
Can anyone please suggest me some better solution that can copy data easily. Rsync and s3cmd are single-threaded and too slow.
I already created a DataSync agent but while creating the task it cannot show me the destination efs in the destination step.
you can use fpsync command. For that you need to install for Amazon Linux and RHEL 6:
sudo yum install fpart -y
time fpsync -n 10 -v -o -azr /source /destination