How to Attach and Mount EBS Volume to Linux EC2 in AWS | Mounting EBS Volume | AWS Tutorials

  Рет қаралды 68,739

Ajay Wadhara

Ajay Wadhara

Күн бұрын

How to create, attach and mount EBS volumes to a running Linux EC2 instance. These changes can done on the fly without stopping the EC2 instance.
If you liked this video and want to appreciate my work, you can buy me a coffee☕️
www.buymeacoff...
You can also support by Sharing and Subscribing this channel🚀.
Keep Supporting👋
Connect with me on LinkedIn -
/ ajaywadhara
#EBS #AWSTutorials

Пікірлер: 52
@tejaslearnstocode9867
@tejaslearnstocode9867 Жыл бұрын
This was clear and to the point. Thanks a lot.
@alwinthomas2288
@alwinthomas2288 Жыл бұрын
Thank You Bro. Have been going through multiple channels multiple times for hour. Finally found your video. And only yours worked for me. Thanks a lot
@AjayWadhara
@AjayWadhara Жыл бұрын
I am glad tou liked it🤘
@gakuuuamvp4378
@gakuuuamvp4378 2 жыл бұрын
Thanks brother. I was struggling whole day yesterday to get the ebs working for my k8s PV. Appreciate your beautiful work
@AjayWadhara
@AjayWadhara 2 жыл бұрын
Thanks 😊
@MohammadShahezadKhan
@MohammadShahezadKhan 10 ай бұрын
this is very short and informative keep it up
@anangboris331
@anangboris331 2 жыл бұрын
Very straight and simple thanks
@AjayWadhara
@AjayWadhara 2 жыл бұрын
I am glad you liked the video. Don’t forget to subscribe 🚀
@hdhirensingh
@hdhirensingh 8 ай бұрын
So easy to understand. Thanks bro.
@harishkarthik7724
@harishkarthik7724 Жыл бұрын
Shouldnt we add the volume in the fstabs.. i dont get that part...
@saurabhfule4295
@saurabhfule4295 2 жыл бұрын
superb explanation i have seen ever
@AjayWadhara
@AjayWadhara 2 жыл бұрын
Thanks 🙏🏻
@ganeshpawar231
@ganeshpawar231 6 ай бұрын
Does AWS take money for this additional storage for gp2 type ?
@nehalverma1444
@nehalverma1444 Жыл бұрын
Thankyou so much. I have one question, say I want to take control over my volume, say I have two volumes attached but want to use only 1, then how can I achieve this?
@tokeconrad6950
@tokeconrad6950 2 жыл бұрын
Clean and precise. But how can you keep this new volume to be auto mount even when you restart your instance
@AjayWadhara
@AjayWadhara 2 жыл бұрын
Thats not covered here. There are few extra steps that you need to take. Check below link: docs.aws.amazon.com/efs/latest/ug/automount-with-efs-mount-helper.html
@guntakalabrahmam6683
@guntakalabrahmam6683 4 ай бұрын
easy to understand thank bro
@TheodoreRavindranath
@TheodoreRavindranath 2 ай бұрын
I have a slightly different OS on my EC2. I had to do `sudo su` also I had to setup partition table first (using fdisk command n,p,1,enter,enter,w) before mkfs. Also in mkfs did ext4
@Teche_work
@Teche_work 5 ай бұрын
is that possible to create the new partition with already have the folder without losing data?
@VivekSingh06
@VivekSingh06 2 жыл бұрын
AWSome. Very useful. chown will be needed, if not done on the new directory.
@Kashi82
@Kashi82 3 жыл бұрын
Hi boss, I did try all your commands. I was doing it with user account so i was using it sudo with most of the command. Every thing worked well but the volume did not show up. any help
@Ramankumar-zb5bo
@Ramankumar-zb5bo 2 жыл бұрын
Thanks you for clear this
@JustinRiley1987
@JustinRiley1987 2 жыл бұрын
thank you! exactly what i needed.
@AjayWadhara
@AjayWadhara 2 жыл бұрын
Glad you liked it🚀
@jigneshpadia
@jigneshpadia 2 жыл бұрын
Thanks. Quick question. How do you create a file on the mounted EBS storage. I am guessing you just go to the path using CD and use touch command. Thanks for confirming
@AjayWadhara
@AjayWadhara 2 жыл бұрын
Yes Jignesh, the same way you create file in linux. Touch is one of the option ✅
@prashantsukhadeve775
@prashantsukhadeve775 2 жыл бұрын
Hi Ajay Volume limit aws give Max 16384 Gib so can we create volume beyond that limit.
@AjayWadhara
@AjayWadhara 2 жыл бұрын
Hey, as far as I remember, EBS volume supports up-to 64TBs. Can you please double check
@sagartalwaray8670
@sagartalwaray8670 3 жыл бұрын
awesome!! can i attach ebs volume to my personal laptop?
@VijayaLakshmi-kb2gw
@VijayaLakshmi-kb2gw 3 жыл бұрын
No
@JoshuaValvi1
@JoshuaValvi1 3 жыл бұрын
yep use rclone
@pramodnambiar5423
@pramodnambiar5423 2 жыл бұрын
Excellent content coverage...liked it.
@AjayWadhara
@AjayWadhara 2 жыл бұрын
Thanks Pramod.
@amansingh-ty8nk
@amansingh-ty8nk 7 ай бұрын
thankyou so much
@clearthinking5441
@clearthinking5441 2 жыл бұрын
Do you have to remount the volume after EC2 reboot?
@AjayWadhara
@AjayWadhara 2 жыл бұрын
Yeah, you have to do some configuration to keep it permanent.
@mohamedsheikh5082
@mohamedsheikh5082 3 жыл бұрын
Thank you it really helped me
@kyfhaj7723
@kyfhaj7723 Жыл бұрын
Thanks bro!
@AjayWadhara
@AjayWadhara Жыл бұрын
Welcome bro😎
@gurudayal5743
@gurudayal5743 11 ай бұрын
and also add UUID in the /etc/fstab so that mointpoint remians after reboot
@eduardo_link4148
@eduardo_link4148 Жыл бұрын
thanks
@sanjaypatil5382
@sanjaypatil5382 2 жыл бұрын
thanks sir
@zombiezombie1977
@zombiezombie1977 3 жыл бұрын
Great video thank you :)
@sharukhshaikh8355
@sharukhshaikh8355 3 жыл бұрын
Thank you
@ricardonakashima
@ricardonakashima 3 жыл бұрын
Thank you so much!
@AjayWadhara
@AjayWadhara 3 жыл бұрын
Don't forget to subscribe and share.!!! Happy Learning 🎯✅
@archanadhage9650
@archanadhage9650 Жыл бұрын
Sir iska theory explain nahi he kya
@AjayWadhara
@AjayWadhara Жыл бұрын
Isme sirf practical steps hi hai
@steveaustin6608
@steveaustin6608 3 жыл бұрын
thanks
The only Cloud services you actually need to know
17:17
NeetCodeIO
Рет қаралды 170 М.
ДЕНЬ УЧИТЕЛЯ В ШКОЛЕ
01:00
SIDELNIKOVVV
Рет қаралды 4 МЛН
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 79 МЛН
How it feels when u walk through first class
00:52
Adam W
Рет қаралды 21 МЛН
Ultimate AWS EBS Volume Guide: From Zero to Hero - Part 20
34:12
AWS EC2 EBS Volume, Snapshot and Restore
18:09
AWS with Chetan
Рет қаралды 38 М.
Create EBS volume and attach it to the EC2 instance in AWS | Hands-On
6:34
AWS Storage: EBS vs. S3 vs. EFS
6:51
Cloud Simplified
Рет қаралды 41 М.
AWS Storage - S3 vs EBS vs EFS Comparison | When to use?
9:25
knowledgeindia - LearnCloud
Рет қаралды 208 М.
AWS Tutorials - 28 - Attach One EBS Volume to Multiple EC2 Instance
11:15
AWS in Telugu : Managing EBS Volumes in Linux Instances
24:37
AWS with Avinash Reddy
Рет қаралды 7 М.
ДЕНЬ УЧИТЕЛЯ В ШКОЛЕ
01:00
SIDELNIKOVVV
Рет қаралды 4 МЛН