...
The steps to mount the EFS are:
create a directory also called as mount point on which we will mount the efs
Code Block sudo mkdir efstemp
In EFS dashboard we select the EFS that we have restored and we navigate into another page
we select Attach we chose the option Mount via DNS
Using the NFS client we select the appropriate command on which we paste into our EC2 console.
example of command
...