https://github.com/visaltyagi/ec2-assignment-3
How to Create EFS & Attach It to the EC2 Instances - EC2 Assignment 3
https://github.com/visaltyagi/ec2-assignment-3
amazon amazon-web-services aws aws-efs ec2 ec2-instance efs efs-volume elastic file linux redhat system ubuntu
Last synced: about 2 months ago
JSON representation
How to Create EFS & Attach It to the EC2 Instances - EC2 Assignment 3
- Host: GitHub
- URL: https://github.com/visaltyagi/ec2-assignment-3
- Owner: visaltyagi
- Created: 2024-09-04T10:34:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T04:12:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T00:19:18.915Z (over 1 year ago)
- Topics: amazon, amazon-web-services, aws, aws-efs, ec2, ec2-instance, efs, efs-volume, elastic, file, linux, redhat, system, ubuntu
- Homepage: https://medium.com/devops-guides/how-to-create-efs-attach-it-to-the-ec2-instances-ec2-assignment-3-9af953930173
- Size: 5.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EC2-Assignment-3
How to Create EFS & Attach It to the EC2 Instances — EC2 Assignment 3
**You have been asked to:**
Create an EFS (Elastic File System) and connect it to different EC2 Instances. Make sure all instances have different operating system. For Instance: Ubuntu, Red Hat Linux and Amazon Linux 2.
**Solution:**
**Step 1:** Create a Security group for the EC2 Instances
**Step 2:** Create a Security group for the EFS File System.
**Step 3:** Create a EFS File System on AWS.
**Step 4:** Create an Amazon Linux EC2 Instance & Mount the EFS file system over here.
**Step 5:** Create an Ubuntu EC2 Instance & Mount the EFS file system over here.
**Step 6:** Create an Redhat Instance & Mount the EFS file system over here.
If the EFS mounted successfully then the task has been successfully completed.
**For More Information, check the detailed guide over here:** **https://medium.com/devops-guides/how-to-create-efs-attach-it-to-the-ec2-instances-ec2-assignment-3-9af953930173**