EFS
Amazon Elastic File System (Amazon EFS) automatically grows and shrinks as you add and remove files with no need for management or provisioning. EFS is not available in all regions
Amazon Elastic File System (Amazon EFS) automatically grows and shrinks as you add and remove files with no need for management or provisioning. EFS is not available in all regions
Scenario:
Create EC2 instance
Create Security group by enabling NFS
Services > Storage Types > EFS > Select the VPC > Select Month targents > Next
ENter Name:
// Life cycle management :
Next > Create File syatem
Test:
Create two EC2 instances.
Login to both EC2 innstances
Install Amazon Utils: yum install -y amazon-efs-utils
mkdir efs
mount -t efs filesystem:/ efs