Question

Anything similar to AWS EFS (NFS) in DO?

With AWS EFS we can mount a volume with multiple compute instances to share files.

How do we achieve that in digitalocean? Does digitalocean has any managed Network File System (NFS)?


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
November 27, 2022

Hey @sisirkantiadhikari,

A managed NFS service is not available as of the time being, there are a few things that I could suggest:

  • You can setup an NFS server on a Droplet by following the steps here:

https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-20-04

  • Alternatively, if you are going to use this for static files manually, you could use an S3 storage like Spaces:

https://docs.digitalocean.com/products/spaces/

https://www.digitalocean.com/community/questions/mount-point-with-spaces

Regarding the managed NFS service, the best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented:

https://ideas.digitalocean.com/

Feel free to share the link to the idea so I could upvote it as well!

Hope that helps!

- Bobby.

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up