Question

AWS EFS migration to Digitalocean Spaces

How to migrate from AWS EFS to Digital Ocean Spaces? Is there a way to transfer from EFS to DO spaces? Or do I need to transfer to S3 before transferring to Spaces? But tried using DataSync, but having problems with mount and location of EFS


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
April 18, 2025

Hi there,

AWS EFS and DigitalOcean Spaces are quite different. EFS is a network file system, while Spaces is an object storage. You can’t transfer directly from EFS to Spaces like you would with S3-to-S3.

What might work here is to mount your EFS volume on an EC2 instance and then copy the files locally or to a temporary directory and then use a tool like the AWS CLI or rclone to upload those files to DigitalOcean Spaces.

If you’re using rclone, it supports both S3 and Spaces out of the box:

https://docs.digitalocean.com/products/spaces/how-to/transfer-between-regions/

- Bobby

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.

New accounts only. By submitting your email you agree to our Privacy Policy

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.