EFS intro
- Create two ubuntu linux instances
- We have create two ec2 instances in the Same AZ
- Now lets create security group which opens all the ports for connection with in network
- Lets create an EFS
- Now login into one of the ec2 instance
- Try to mount Refer Here for docs.
- Try to use efs-utils Refer Here
- Create a directory and mount the efs onto the directory
sudo mkdir /shared sudo mount -t efs -o tls fs-02e2a544de44ca472:/ /shared/
