Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. create a directory also called as mount point on which we will mount the efs

    1. Code Block
      sudo mkdir efstemp
  2. create a mount target in order to allow ec2 instance to mount the efs. In EFS we select the file system we want to mount and then we go into Network tab. We then select the Manage button in order to create a mount target. After we finish this step we should be able to see a DNS name set to our EFS we want to use.

  3. In EFS dashboard we select the EFS that we have restored and we navigate into another page

  4. we select Attach we chose the option Mount via DNS

  5. Using the NFS client we select the appropriate command on which we paste into our EC2 console.

  6. example of command

...