๐Ÿ—ƒ Mounting an EBS volume with EC2

ยท

1 min read

๐Ÿ—ƒ Mounting an EBS volume with EC2

practice exercise with ec2...

EBS is a block level storge

good for frequent read write .

store and select the reqired data from block of information .
works as a extra storage .

let's attach an EBS volume to an EC2 instance

lsblk (list the block)

>>mkdir volume

>>sudo mkfs -t ext4 /dev/xvdf

>>sudo mount /dev/xvdf volume

done!!

FOR MORE

DO FOLLOW Kanishthika Singh

  • ๐Ÿ‘€ Iโ€™m interested in learning and working with community, open source contribution and giving back to the community.

  • โ›ท๏ธ I'm currently working with Kubernetes, Docker, Ansible, AWS, Jenkins, Terraform, CI/CD, Git & GitHub

  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on GitHub and open source projects related to cloud computing and Devops.

  • ๐Ÿ“ I regularly write articles on Hashnode

  • ๐Ÿ’ฌ Ask me about DevOps, Linux-Ubuntu, Kubernetes, Docker, Ansible, Jenkins, CI/CD, Bash, Shell

  • ๐Ÿ“ซ Reach out to me at Kanishthikaisngh2001@gmail.com

ย