Versions Compared

Key

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

...

The steps to mount the EFS are:

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

    1. Code Block
      sudo mkdir efstemp
  2. In EFS dashboard we select the EFS that we have restored and we navigate into another page

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

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

  5. example of command

...