Mounts EFS drives, on EC2 backed with sufficient EBS space, copies files and terminates EC2 instance
1.3K
Presently, there is no way to 'snapshot' an EFS backed volume on AWS. To overcome this, we have created a script which will effectively:
Before running, AWS credentials/config, need to be provided.
docker build . -t <<BUILD_NAME>>:latest
docker run -it -v $(pwd)/aws-credentials:/root/.aws <<BUILD_NAME>>:latest
Presently this script is only built to work for eu-west-1
Content type
Image
Digest
Size
344.9 MB
Last updated
about 9 years ago
docker pull osodevops/aws-efs-snapshot