Search code examples
amazon-web-servicesamazon-ec2amazon-ebsamazon-efs

AWS EBS Snapshot to EFS


We are in the process of migrating from EBS to EFS for our data storage solution. We are having Terabytes of data. Currently we are mounting the EFS to the same EC2 instance and running a copying/rsync operation to copy data from EBS to EFS.

Just wanted to know if there is a way to restore a EBS Snapshot directly to EFS so complete data set goes to EFS.


Solution

  • mounting the EFS to the same EC2 instance and running a copying/rsync operation to copy data from EBS to EFS

    Looks like this is the only available/feasible option.