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

Поделиться
HTML-код
  • Опубликовано: 2 окт 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

Комментарии • 53

  • @surajbhardwaj2599
    @surajbhardwaj2599 3 месяца назад +3

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

    • @RahulWagh
      @RahulWagh  3 месяца назад +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 3 месяца назад

      @@RahulWagh Sure sir

  • @mahalakshmirekala5804
    @mahalakshmirekala5804 3 месяца назад +3

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

  • @BarkathKS-l7e
    @BarkathKS-l7e 3 месяца назад +3

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

  • @cloudwithcoders
    @cloudwithcoders 3 месяца назад +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.🤭🤭🤭

  • @krishnamurthyvanama9134
    @krishnamurthyvanama9134 2 месяца назад +2

    Superb explanation, Thank you!!!

    • @RahulWagh
      @RahulWagh  2 месяца назад

      You are welcome!

  • @rahultiwary1215
    @rahultiwary1215 3 месяца назад

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

  • @manikanta202
    @manikanta202 3 месяца назад

    thank you for the series

  • @vinaybanger1683
    @vinaybanger1683 3 месяца назад +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 .

  • @trishul_bawankar
    @trishul_bawankar 13 дней назад

    The only video that is enough to explain EBS Volumes. Thank you Dada :)

  • @DevOpsEngineer-h6d
    @DevOpsEngineer-h6d 3 месяца назад

    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 ?

  • @AdaRobison
    @AdaRobison 10 дней назад

    Perez Brenda Thompson Brian White Jeffrey

  • @kelennihomori8006
    @kelennihomori8006 2 месяца назад

    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 ?

  • @BarkathKS-l7e
    @BarkathKS-l7e 3 месяца назад

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

  • @Muni.P
    @Muni.P 3 месяца назад +1

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

    • @RahulWagh
      @RahulWagh  3 месяца назад +1

      Will upload soon

  • @gautamvv
    @gautamvv 4 дня назад

    Thank you, if I have an Oracle linux ec2 attached to ebs volumes, we are getting high costs for the gp3 ebs volumes every month, will dropping the oracle table partitions help in reducing ebs volume costs?

  • @starryblue4
    @starryblue4 3 месяца назад

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

  • @karthiksundaram544
    @karthiksundaram544 3 месяца назад +1

    Have u made any videos on AWS cloudfront

  • @x-yz111
    @x-yz111 3 месяца назад

    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!

  • @anubisthewolf9142
    @anubisthewolf9142 3 месяца назад

    Great job thnx à lot 🎉

  • @issiagadiallo3684
    @issiagadiallo3684 Месяц назад

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

  • @hangchen
    @hangchen 3 месяца назад +1

    Google's CEO

    • @RahulWagh
      @RahulWagh  3 месяца назад

      Haha but I am not

    • @hangchen
      @hangchen 3 месяца назад +1

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

  • @shivcharansharma513
    @shivcharansharma513 3 месяца назад +1

    Thank you sir, for the awesome video 🔥

  • @Cloud_Engineer_Upen
    @Cloud_Engineer_Upen 21 день назад

    Good information for knowledge

  • @senthilkumar5129
    @senthilkumar5129 3 месяца назад

    nice

  • @GopalRoy-nn6ft
    @GopalRoy-nn6ft 3 месяца назад

    Can u make video on persistent volumes in kuberntes

    • @RahulWagh
      @RahulWagh  3 месяца назад

      It is already there please check

  • @Chandra_77
    @Chandra_77 3 месяца назад

    can you please upload s3 also

    • @RahulWagh
      @RahulWagh  3 месяца назад

      It is on my list

  • @gauravmukesh6163
    @gauravmukesh6163 3 месяца назад

    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..👍👍👍

  • @ManishKanathe
    @ManishKanathe 3 месяца назад

    good video

    • @RahulWagh
      @RahulWagh  3 месяца назад

      Thanks for the visit

  • @bri7193
    @bri7193 2 месяца назад

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

    • @RahulWagh
      @RahulWagh  2 месяца назад

      Thanks stay tuned

  • @sureshkrish-l2z
    @sureshkrish-l2z 3 месяца назад

    Great sir

  • @Jb19800
    @Jb19800 3 месяца назад

    do you have any plans for Azure and GCP?

    • @RahulWagh
      @RahulWagh  3 месяца назад

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