How to mount a EFS (Elastic File System) to a Linux Virtual Machine in AWS (Amazon Web Services)


How to mount a EFS (Elastic File System) to a Linux Virtual Machine in AWS (Amazon Web Services)

How to mount a EFS (Elastic File System) to a Linux Virtual Machine in AWS (Amazon Web Services)

EFS - Elastic File System is a service offered by Amazon in AWS. The good thing with EFS is you pay only for how much space is used and you don't have to even pre-allocate and still pay for unused space.

However, the mounting instructions are a bit off and I had to struggle (spent a little time, figuring out) a bit to mount a EFS in a Linux VM.

 EFS documentation can be found at: https://aws.amazon.com/efs/

Follow the instructions as provided. However make sure that the security groups configured and that are being used while creating EFS have port 2049 (NFS) allowed as Inbound to the VM. The source IP's can be 172.30.0.0/16 or you can be more specific by using the exact IP address shown in the EFS console page.

This is a very simple blog entry, and it is straight to the point.

Stay tuned for a detailed step by step longer post.

How to mount a EFS (Elastic File System) to a Linux Virtual Machine in AWS (Amazon Web Services)

Comments

Popular posts from this blog

Multi-part Upload to S3 programmatically in .Net using C#

True Multi-Factor Authentication

How to install Kaldi-ASR on Ubuntu 18