From 317e0ca7416b474d8066431762fddb07487005d1 Mon Sep 17 00:00:00 2001 From: Md Shamim Date: Sat, 25 Feb 2023 22:00:07 +0900 Subject: [PATCH] README updated --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4720a53..31878e2 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ Attach the AWS EFS filesystem to multiple AWS EC2 instances running on different 7. Deploy two EC2 instances on different subnets created on different AZs. While providing the EC2 instances execute the custom script we created for mounting EFS using terraform remote-exec provisioners. +### Test +To test whether the EFS file system is mounted on or not. `SSH` into the instances and run `df -k` command to find out all the mounted file systems on your EC2 instances. +