AWS EBS Snapshot to EFS

♀尐吖头ヾ 提交于 2020-01-06 05:36:34

问题


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.


回答1:


As of today, the only option is to attach the EFS to the EC2 instances and copy or rsync the data.

You are already doing this. You may want to write a script to perform these operations across all your EBS volumes to help speed up the process.




回答2:


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.



来源:https://stackoverflow.com/questions/44125563/aws-ebs-snapshot-to-efs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!