How to create a Network File system(NFS) in AWS
To create Network File System (NFS) In AWS
Introduction:
A Network File System (NFS) is a distributed file system protocol that supports remote hosts to mount file systems through the network and also interact with the file systems as though they are mounted sectionally. This allows system administrators to connect resources onto centralized servers on the network.
Steps to create NFS:
Log into your AWS account: Choose EC2 in Management console page to create instance: Click instance and create new instance:
Select the existing security group: Then click the EFS to create a File system: Connect the EC2 terminal:
Click attach, to copy the DNS command for the file system: Run the following commands to mount the NFS storage: Create a directory: The file system were mounted: We can also mount the file system through IP: With this method Creation of Network File system (NFS) in AWS comes to an end.
Comments ( 0 )
No comments available