Increase EBS Volume Size without Stopping EC2 Instance in AWS | Extend EBS Volume size in EC2 | AWS

Поділитися
Вставка
  • Опубліковано 17 вер 2022
  • Increase EBS Volume Size without Stopping EC2 Instance in AWS | Extend EBS Volume size in EC2 | AWS
    Hi Learner,
    In this video I have shared an exciting information on How to extend/increase/modify EBS volume size.
    This can be done on the fly, without even stopping the EC2 instance. Just follow the steps given in the video.
    Do let me know in comments if you face any problem.
    Increase EBS Volume Size in AWS
    ===========================================================
    Step 1: Take Snapshot of EBS Volume (to be Safe).
    Step 2: Increase EBS Volume Size in AWS Console.
    Step 3: Extend a Linux file system after resizing a volume.
    Command to Extend the file system:
    ===========================================================
    df -hT
    Check whether the volume has a partition:
    sudo lsblk
    Extend the partition:
    sudo growpart /dev/xvda 1
    Extend the file system on /:
    [XFS file system]: sudo xfs_growfs -d /
    [Ext4 file system]: sudo resize2fs /dev/xvda1
    If you like the video please consider subscribing to the channel and hit the like button and share among your friends.
    AWS Playlist: • AWS
    Subscribe to the Channel: / amonkincloud
    Thank you. I hope this helps. If you find this video useful please Like, Share and Subscribe to the channel!
    Subscribe to the Channel: / amonkincloud
    Regards,
    A Monk in Cloud
    (amonkincloud@gmail.com)
    #AWS #LearnAWSforFree #Free #FreeResources #Top5 #2022 #AWSCommunityBuilderProgram #Community #UA-cam
    #MySql #Server #AWS #EC2 #Instance #EC2_Instance #Demo #MySqlServer #Commands #Queries #LearnAWS #AWSCommunityBuilder #AWSCertified #Backup #Snapshot
    #AWS,#LearnAWSforFree,#Free,#FreeResources,#2022,#AWSCommunityBuilderProgram,#Community,#Server,#EC2,#Instance,#EC2_Instance,#Demo,#Commands,
    #LearnAWS,#AWSCommunityBuilder,#AWSCertified,#Automation,#SnapshotCreation,#AWSEC2Instance,#CompleteTutorial,#LiveDemo,#ProjectBasedLearning,
    #ClearAWSInterview,#InterviewPreparation,#OnlineLearning,#SelfThoughtLearner,#Opportunity,#DevOps,#ITCareer,#DevOpsRoles,#Jobs,#India,#AWSDevops,
    #Happy,#AWSAccount,#Protect,#EBSVolume,#AttachEBSVolume,#ExtraEBS
  • Наука та технологія

КОМЕНТАРІ • 70

  • @bhabanisanakrdas007
    @bhabanisanakrdas007 9 місяців тому +3

    Excellent Tutorial... For so many days...I have been looking for it....Thanks

  • @WikkiOnIlluminati
    @WikkiOnIlluminati Рік тому +1

    Than you so much. It seems initially not easy for me. Your video helped to do in quick easy steps.

  • @alexsims5984
    @alexsims5984 Рік тому +1

    Thanks for sharing. This example is much easier than stopping the EC2 instance.

  • @raffderfalke
    @raffderfalke 10 місяців тому +2

    Thanks a lot man. Nice instruction with growpart. Didn't know that command.

  • @jayshah8618
    @jayshah8618 4 місяці тому +3

    Will resizing the EBS volume attached to a PRODUCTION EC2 instance hosting a website result in any downtime during the resizing process?

  • @nibanna-ai
    @nibanna-ai 2 місяці тому +1

    Thanks Buddy! This was great!!

  • @NaveenReddy-in9zx
    @NaveenReddy-in9zx Рік тому +1

    Thanks for wonderfull content. loved it.

  • @ravishankarbhagat3751
    @ravishankarbhagat3751 3 місяці тому +1

    I was facing issue but after renaming the path with /dev/xxxxx it worked. Thanks for nice video.

  • @rakeshkumar-fm9bj
    @rakeshkumar-fm9bj 4 місяці тому +1

    thanks a lot. simple instruction

    • @amonkincloud
      @amonkincloud  4 місяці тому

      Thank you
      Keep supporting 🙌

  • @narendraverma825
    @narendraverma825 Місяць тому +1

    Perfect video.

  • @NourHoudaKhedri
    @NourHoudaKhedri 2 місяці тому +1

    very helpful Tutorial

    • @amonkincloud
      @amonkincloud  2 місяці тому

      Thank you 🙏
      Keep supporting

  • @santoshkumarhegganaik2036
    @santoshkumarhegganaik2036 8 місяців тому +1

    Thanks for very good content

  • @user-25dfmfl56
    @user-25dfmfl56 5 місяців тому +1

    thank you for helping !!

    • @amonkincloud
      @amonkincloud  5 місяців тому

      Thank you 🙏
      Keep supporting

  • @samuel_coder
    @samuel_coder 3 місяці тому +1

    you are amazin
    thanks!!!!

    • @amonkincloud
      @amonkincloud  3 місяці тому

      Thank you
      Keep supporting 🙏

  • @2352996
    @2352996 7 місяців тому +1

    Thank you very much dear

  • @marto1
    @marto1 Рік тому +1

    Great video.

  • @InLightFilm
    @InLightFilm Рік тому +1

    Thank you

  • @kartikksrivastava3558
    @kartikksrivastava3558 9 місяців тому +1

    Thank u so much bro

  • @stay_fr0sty
    @stay_fr0sty 5 місяців тому +1

    Thank you sir

  • @biswajitmahanta2450
    @biswajitmahanta2450 6 місяців тому +1

    Excellent

  • @oms7716
    @oms7716 10 місяців тому +1

    Thanks

  • @biniamhaile8868
    @biniamhaile8868 Місяць тому +1

    I only say thank you and subscribe to your youtube.

  • @refugiofarm
    @refugiofarm 2 місяці тому +1

    When you increase the volume, for example if currently my instance has 100GB and I would like to add another 50 GB, should I put size 50GB or I need to add it from the current size 100GB+50GB and with that I have to put 150GB?

  • @Paul-AWS
    @Paul-AWS 2 місяці тому

    it looks like all my space was used up so it was struggling to extend the storage, fresh start. Terminate instance and increase volume from the start of AMI to 30 GB free for the first year - right :) I didn't realise they were only giving 8GB on Linux platform

  • @caesarsage
    @caesarsage 5 місяців тому +1

    Does this replace the root ebs volume with this new one and can i use this method to reduce the ebs ?

    • @amonkincloud
      @amonkincloud  5 місяців тому

      It is not recommended to alter the root volume

  • @atchimule
    @atchimule 9 місяців тому +1

    Df -hT command will work windows ec2 as well?

  • @debugk9926
    @debugk9926 11 місяців тому +1

    while resizing 8g to the 20g is there any data loss, no right?

  • @subbukakarla4569
    @subbukakarla4569 8 місяців тому +1

    Hi , can you do a video about resizing the volumes using autoscaling

    • @amonkincloud
      @amonkincloud  8 місяців тому

      Did not get your question

    • @subbukakarla4569
      @subbukakarla4569 8 місяців тому

      I want a video on, Ebs under-provisioned volumes and Ebs over-provisioned volumes...the volume resizes should be done with autoscaling appraoch

  • @user-zl3sn6ty5s
    @user-zl3sn6ty5s 11 місяців тому +1

    Sir how we can extend the partition if filesystem is vfat?

  • @charpunk
    @charpunk 4 місяці тому +1

    Once the instance size has been increased, how long after the snapshot has to be deleted?

    • @amonkincloud
      @amonkincloud  4 місяці тому

      Sorry didn’t get your question

  • @user-fb5wy4ni2t
    @user-fb5wy4ni2t 11 місяців тому +1

    should i delete the snapshot after that

    • @amonkincloud
      @amonkincloud  11 місяців тому

      Yes if the restoration is ✅

  • @sachinrana884
    @sachinrana884 Рік тому +1

    Helllo sir how to go in terminal plz reply 🥺

    • @amonkincloud
      @amonkincloud  Рік тому +1

      Sorry didn’t get your question. Can you please elaborate

    • @sachinrana884
      @sachinrana884 Рік тому +1

      @@amonkincloudIn this video, after increasing the storage volume, there is a command step, how to do that 🥺 1:16

    • @amonkincloud
      @amonkincloud  Рік тому +1

      Connect to the instance using Instance Connect method or SSH

    • @sachinrana884
      @sachinrana884 Рік тому +1

      @@amonkincloud ok sir i will do that ✨

  • @RAMRAM-ix8br
    @RAMRAM-ix8br 9 місяців тому +1

    awesome one..thanks

  • @charankumar9046
    @charankumar9046 9 місяців тому +1

    please stop backgroud beats..