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

Поділитися
Вставка
  • Опубліковано 10 чер 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
  • Наука та технологія

КОМЕНТАРІ • 42

  • @user-kl4mr2gl9p
    @user-kl4mr2gl9p 12 днів тому +1

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

  • @surajbhardwaj2599
    @surajbhardwaj2599 28 днів тому +1

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

    • @RahulWagh
      @RahulWagh  27 днів тому +1

      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 27 днів тому

      @@RahulWagh Sure sir

  • @Muni.P
    @Muni.P 28 днів тому +1

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

  • @vinaybanger1683
    @vinaybanger1683 27 днів тому +1

    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 .

  • @gauravmukesh6163
    @gauravmukesh6163 14 днів тому

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

  • @manikanta202
    @manikanta202 27 днів тому

    thank you for the series

  • @mahalakshmirekala5804
    @mahalakshmirekala5804 28 днів тому

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

  • @shivcharansharma513
    @shivcharansharma513 25 днів тому

    Thank you sir, for the awesome video 🔥

  • @rahultiwary1215
    @rahultiwary1215 7 днів тому

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

  • @user-cc9js6xr9m
    @user-cc9js6xr9m 29 днів тому

    Great sir

  • @cloudwithcoders
    @cloudwithcoders 19 днів тому

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

  • @x-yz111
    @x-yz111 17 днів тому

    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 29 днів тому

    Great job thnx à lot 🎉

  • @DevOpsEngineer-h6d
    @DevOpsEngineer-h6d 11 днів тому

    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 ?

  • @ManishKanathe
    @ManishKanathe 15 днів тому

    good video

  • @senthilkumar5129
    @senthilkumar5129 29 днів тому

    nice

  • @user-kl4mr2gl9p
    @user-kl4mr2gl9p 5 днів тому

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

  • @karthiksundaram544
    @karthiksundaram544 27 днів тому +1

    Have u made any videos on AWS cloudfront

  • @starryblue4
    @starryblue4 29 днів тому

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

  • @GopalRoy-nn6ft
    @GopalRoy-nn6ft 29 днів тому

    Can u make video on persistent volumes in kuberntes

    • @RahulWagh
      @RahulWagh  29 днів тому

      It is already there please check

  • @Chandra_77
    @Chandra_77 29 днів тому

    can you please upload s3 also

  • @hangchen
    @hangchen 28 днів тому +1

    Google's CEO

    • @RahulWagh
      @RahulWagh  28 днів тому

      Haha but I am not

    • @hangchen
      @hangchen 28 днів тому +1

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

  • @Jb19800
    @Jb19800 13 днів тому

    do you have any plans for Azure and GCP?

    • @RahulWagh
      @RahulWagh  12 днів тому

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