diff --git a/README.md b/README.md index 31878e2..97496bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ## Attach EFS to Multiple EC2 Instances using Terraform Attach the AWS EFS filesystem to multiple AWS EC2 instances running on different AZs. To automate the whole process from creating an EFS filesystem to attaching it to the EC2 instances, we will use Terraform. +![github.small](efs.png) ### Following are the steps we will follow to achieve our goal: diff --git a/efs.png b/efs.png new file mode 100644 index 0000000..b017cc6 Binary files /dev/null and b/efs.png differ