Ultimate AWS EBS Volume Guide: From Zero to Hero - Part 20

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • ▬▬▬▬▬▬ 🚀 Chapters ▬▬▬▬▬▬
    Part 1 - Intro - • AWS Solution Architect...
    Part 2 - AWS SignUp, AWS_ACCESS_KEY_ID, AWS_ACCESS_KEY_ID - • AWS Solution Architect...
    Part 3 - IAM Policy | IAM User - • AWS Solution Architect...
    Part 4 - Create Custom IAM Role and Policy - • AWS Solution Architect...
    Part 5 - IAM Group - • AWS Solution Architect...
    Part 6 - AWS MFA(Multi Factor Authentication) - • AWS Solution Architect...
    Part 7 - AWS IAM Assume Role - • AWS Solution Architect...
    Part 8 - AWS IAM Access Analyzer - • AWS Solution Architect...
    Part 9 - AWS Organization - • AWS Solution Architect...
    Part 10 - AWS CLI - • AWS Solution Architect...
    Part 11 - AWS Config, Credentials file and profiles - • AWS Solution Architect...
    Part 12 - Setting Up and Accessing Your First EC2 Instance - • AWS EC2 Essentials: Se...
    Part 13 - Setting Up and Accessing Windows EC2 Instance - • AWS EC2 Essentials: Se...
    Part 14 - Setup EC2, VPC, Subnet, Route Table, Internet Gateway, NAT Gateway,Jump host - • EC2 Essentials: Setup ...
    Part 15 - EC2 User data(Windows, Ubuntu, Amazon linux) - • AWS EC2 User data - Wi...
    Part 16 - Security Groups(Inbound and Outbound Rules) - • AWS Security Groups | ...
    Part 17 - EC2 Launch Template - • EC2 Launch Template - ...
    Part 18 - EC2 Auto scalin - • AWS EC2 Auto Scaling E...
    Part 19 - AWS Load Balancer Masterclass: Complete Setup & Demo - • AWS Load Balancer Mast...
    Part 20 - EC2 EBS volume - • Ultimate AWS EBS Volum...
    Part 21 - EC2 spot instances • Master EC2 Spot Instan...
    ▬▬▬▬▬▬ 🚀 Membership ▬▬▬▬▬▬
    Join this channel to get access to perks:
    / @rahulwagh
    ▬▬▬▬▬▬ 📖 Video Description: ▬▬▬▬▬▬
    EC2 EBS Volume Detailed Guide
    Welcome to our detailed tutorial on Amazon EC2 EBS Volumes! In this video, we will cover everything you need to know about EBS volumes, including:
    1. Create EBS Volume
    ◦ Step-by-step guide on how to create an EBS volume in the AWS Management Console.
    2. Attaching EBS Volume to EC2
    ◦ Detailed instructions on how to attach your newly created EBS volume to an EC2 instance.
    3. Increasing the EBS Volume
    ◦ Learn how to increase the size of your EBS volume without any downtime.
    4. Creating the Snapshot of EBS Volume
    ◦ How to create a snapshot of your EBS volume.
    ◦ Using the snapshot to create a new EBS volume and attaching it to a new EC2 instance.
    Volume Types Explained
    • gp3: The latest generation of general-purpose SSD, offering predictable performance and lower costs compared to gp2.
    • gp2: Balance of price and performance, suitable for most workloads.
    • io1: High-performance SSD with consistent IOPS, ideal for databases and mission-critical applications.
    • io2: Enhanced durability and performance, suitable for applications that require high durability and performance.
    Why Create EBS Volume in the Same Region?
    It's crucial to create your EBS volume in the same region as your EC2 instance to ensure low-latency and high-performance access. Cross-region data transfers can lead to increased latency and additional data transfer costs.
    Mounting the EBS Volume
    Here are the commands you'll need to mount your EBS volume to an EC2 instance:
    1. Run the command to show the volumes: lsblk
    2. List the disk partition on the system: sudo fdisk -l
    3. Check the file system: sudo file -s /dev/nvme1n1
    4. If the output is data, then create the file system: sudo mkfs -t xfs /dev/nvme1n1
    5. Recheck the file system: sudo file -s /dev/nvme1n1
    6. Create a mount point directory for the volume: sudo mkdir /mydata
    7. Mount the volume: sudo mount /dev/nvme1n1 /mydata
    8. Run df -h to view the data: df -h

ความคิดเห็น • 48

  • @surajbhardwaj2599
    @surajbhardwaj2599 2 หลายเดือนก่อน +2

    Thank you very much Sir. I passed my AWS SAA-C03 with 862/1000 marks. Your videos helped me a lot.

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน +2

      Gr8 work suraj. Do you have prep materials for questions which you could share at my email id - Rahul.wagh@jhooq.com
      I am preparing a similar sessions for other certifications which will benefit you and others

    • @surajbhardwaj2599
      @surajbhardwaj2599 2 หลายเดือนก่อน

      @@RahulWagh Sure sir

  • @mahalakshmirekala5804
    @mahalakshmirekala5804 2 หลายเดือนก่อน +3

    You are very good at teaching. Thanks a lot for helping us.

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน

      So nice of you

  • @vinaybanger1683
    @vinaybanger1683 2 หลายเดือนก่อน +2

    Hi Sir, your explanation on any aws concept is superb ,but my humble request is while teaching concepts plz add real time scenarios so that we can connect easily .

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน

      Noted

  • @issiagadiallo3684
    @issiagadiallo3684 หลายเดือนก่อน

    Amazing... Your videos are saving so much time of learning. Very simple and detailed. can't find better.

  • @user-kl4mr2gl9p
    @user-kl4mr2gl9p 2 หลายเดือนก่อน +2

    Nice Video Sir....simple and clear explanation ❤

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน

      Welcome

  • @Muni.P
    @Muni.P 2 หลายเดือนก่อน +1

    Superb explanation ...🎉🎉🎉 Bro awesome it's clear understanding ❤.... Please complete aws full course 🙏....

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน +1

      Will upload soon

  • @cloudwithcoders
    @cloudwithcoders 2 หลายเดือนก่อน +1

    Hi Rahul Wagh, Your explanation is very good! Can you please make videos on various command line topics such as fixing connection issues, detaching and attaching volumes on cli, disk partitions, and examples for fixing bootstrap issues, healthcheck failures, & etc like haproxy, httpd ?
    Thanks.🤭🤭🤭

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน

      Will try

  • @bri7193
    @bri7193 หลายเดือนก่อน

    This was amazing! There are so many people who are looking up to you, including me🙂🙂🙂. Keep going !

    • @RahulWagh
      @RahulWagh  หลายเดือนก่อน

      Thanks stay tuned

  • @gauravmukesh6163
    @gauravmukesh6163 2 หลายเดือนก่อน

    Hi Rahul, I am new to your channel…Appreciate your work, the content you bring is very useful..Just completed Ansible and Helm chart series …looking more such technologies related vedio..👍👍👍

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน

      Glad to help

  • @krishnamurthyvanama9134
    @krishnamurthyvanama9134 หลายเดือนก่อน +1

    Superb explanation, Thank you!!!

    • @RahulWagh
      @RahulWagh  หลายเดือนก่อน

      You are welcome!

  • @shivcharansharma513
    @shivcharansharma513 2 หลายเดือนก่อน +1

    Thank you sir, for the awesome video 🔥

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน

      So nice of you

  • @x-yz111
    @x-yz111 2 หลายเดือนก่อน

    Hi Rahul,
    Thanks for your valuable EBS lecture.
    I have a question on EBS, EFS. In auto scaling for DB if we use relational databases(mysql, postresql..etc.,). Do we need to use EFS mandatory here? If we need to use EFS then what is use of databases?
    Please help me out with my query.
    Thanks!

  • @rahultiwary1215
    @rahultiwary1215 2 หลายเดือนก่อน

    Rahul Bhai , please make a complete video on aws storage class like u have made for networking.

  • @DevOpsEngineer-h6d
    @DevOpsEngineer-h6d 2 หลายเดือนก่อน

    12:30 I have One doubt, we are using 2EBS volumes for 1 ec2 right ? In both ebs volume separate data will be stored or copy on data in both ec2 instances ?

  • @starryblue4
    @starryblue4 2 หลายเดือนก่อน

    can you also create a video how to use amazon s3 and shared to multiple instance

  • @kelennihomori8006
    @kelennihomori8006 หลายเดือนก่อน

    Can you make a EBS as a MySQL database instead of a file storage ? and have it be accessed by more than 1 EC2 instance ?

  • @user-kl4mr2gl9p
    @user-kl4mr2gl9p 2 หลายเดือนก่อน

    Nice video ♥, but once i restart the ec2 instance and did df-h, i am not seeing ebs volume. Why it is not persistent....?

  • @manikanta202
    @manikanta202 2 หลายเดือนก่อน

    thank you for the series

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน

      You are welcome

  • @user-cc9js6xr9m
    @user-cc9js6xr9m 2 หลายเดือนก่อน

    Great sir

  • @karthiksundaram544
    @karthiksundaram544 2 หลายเดือนก่อน +1

    Have u made any videos on AWS cloudfront

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน

      Not yet

  • @ManishKanathe
    @ManishKanathe 2 หลายเดือนก่อน

    good video

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน

      Thanks for the visit

  • @anubisthewolf9142
    @anubisthewolf9142 2 หลายเดือนก่อน

    Great job thnx à lot 🎉

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน

      Welcome

  • @GopalRoy-nn6ft
    @GopalRoy-nn6ft 2 หลายเดือนก่อน

    Can u make video on persistent volumes in kuberntes

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน

      It is already there please check

  • @senthilkumar5129
    @senthilkumar5129 2 หลายเดือนก่อน

    nice

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน

      Thanks

  • @Chandra_77
    @Chandra_77 2 หลายเดือนก่อน

    can you please upload s3 also

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน

      It is on my list

  • @hangchen
    @hangchen 2 หลายเดือนก่อน +1

    Google's CEO

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน

      Haha but I am not

    • @hangchen
      @hangchen 2 หลายเดือนก่อน +1

      @@RahulWagh You will be. And don't forget me when you become!

  • @Jb19800
    @Jb19800 2 หลายเดือนก่อน

    do you have any plans for Azure and GCP?

    • @RahulWagh
      @RahulWagh  2 หลายเดือนก่อน

      I am planning to prepare for those as well in upcoming weeks