Detailed Demo on EBS Part-16 |Zero To Hero in ~ AWS Certified Solutions Architect- Associate 2020 |

Опубликовано: 11 Июнь 2026
на канале: DevOpsKloud
236
33

Hey guys.
This is the Part 16 of AWS Certified Solutions Architect - Associate course. In this section we are going to see a demo on EBS volumes.

Demo on EBS

1. Create a Ubuntu EC2 Machine with the Default ROOT volume for EBS 8 GB
2. Add additional EBS volume of 1 GB.
3. Add some file to this newly created EBS volume.
4. We will also verify the file is stored on the new volume.
5. We will terminate the EC2 instance which also terminates the Root volume. our new volume should still exist.
6. We will try to attach this New Volume to a New EC2 machine.

Linux Commands used in the Demo:
=================================
#To elevate your permissions to Root level
sudo su

#To Display all the attached EBS volumes:

"fdisk -l"

#Drives in Linux are called as File Systems.
#Format the disk
"mkfs /dev/xvdf"

#Create a Mount Directory: mnt/disk1
"mkdir /mnt/disk1"

#Map or Mount the disk to the folder
"mount /dev/xvdf /mnt/disk1"

#Create a file in mounted disk1 folder
"echo "File successfully mounted on Disk1" >/mnt/disk1/file1.txt"


Assignment:

Try to do the Demo by following the steps in this video and kindly let me know if you have any queries in the comments section below. Also, I request you all to share your valuable feedback on this.


I hope you like this video. Please post your reviews in the comments section below.

If you really liked my work, please support me by subscribing to this channel and share it with your friends as well.

See you in the next session... Till then Happy Learning !!!

#awstutorial
#awstrainingvideos
#awscertifications
#awscertificationsandtrainings
#awsEBS
#awsUbuntuAMI
#awslaunchtemplates
#awsEC2EBS
#awsUbuntuEC2
#awscertification
#softwaretrainings
#computertrainings
#stayhome
#learnwithme