AWS Classroom notes 21/Jan/2024

Network File shares

  • AWS has EFS (Elastic File Share) which provides fileshares over network and works with linux instances
  • For windows shares and third party shares AWS has FSx.

Create an elastic file share

  • Create an security group to open all internal communication with in vpc
  • Create an elastic file share
  • Create 2 ec2 instances(linux distributions)
  • Refer Here to mount efs on linux
  • Lets mount the volume using nfs client
sudo apt update && sudo apt install nfs-common -y
sudo mkdir /projects
sudo mount -t nfs4 -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport fs-0b8d3b6a8d03333c2.efs.us-west-2.amazonaws.com:/ /projects
  • Fsx has third party file systems which implement
    • Windows file shares
    • Netapp
    • OpenZFS
    • Lustre

Storage Gateways

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Network Integration by Acurax Social Media Branding Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube