How to increase ROOT Volume size of EC2?
In Simple Steps
Go to the AWS Volume dashboard then select the instance EBS which is also known as Root Volume.
Now modify it according to your need. Here I am making it 32 GB.
Now SSH it EC2 and type.
$ growpart /dev/xvda 1 # 1 is partition ...
yogesh2k21.hashnode.dev1 min read