Lab 21:To configure Amazon EFS Service

                                           Lab 21:To configure Amazon EFS Service

Objective: To configure and use AWS EFS service

Topology:



Pre-Requites:

User Should have Aws account ,or IAM user with Amazon Elastic System Full Access policy

To configure EFS with following task:

Create a security group for EFS service 
Create your Amazon EFS file system
Launch your EC2 instance
Create  your Amazon EFS file system
Mount the Amazon EFS file system in your linux launch instance

1.Create a security group for EFS access

Open AWS console
Go to for EC2 service
Click on EC2



Under EC2 Dashboard go to for Network & Security
Select Security Groups
Click on Create Security Group



Under "Create Security Group"Wizard
Give Following values
Security group name----------------->NFSsecurity2
Description-------------------->NFSrule2
VPC---------------------------->Take default

Select inbound
Type------------->All traffic
Source----------->Any where
Click on Create button 



2.Create your Amazon EFS File system



Click on"Create file system" button



Select Default VPC



Remove all security Groups



Verify that all security groups go deleted



Now Add NFS Security 2 Group in all AZ.



Verify that all security Groups are added
Click on Next step



Provide tags
Key------------>Name
value----------->NFShyd1
Drag Down



Select General purpose
Click on Next step




NFShyd1 filesystem got selected
Click on Create File System



Verify



Drag Down
Verify that Life cycle state is Creating,it takes few minutes




verify that life cycle state is Available



Step 3:Now launch linux instance & Mount the Amazon EFS file system

Login to linux instance by using mobaterm client




verify is it mounted
Check the last line




Comments