How to increase ROOT Volume size of EC2?

Hi, I am Yogesh, a Full Stack Developer, passionate about developing production-ready applications. I have Good knowledge and expertise in Python, Django, JavaScript, React.js, Next.js, React-Native, SQL, Docker, AWS, Linux, Leadership Skills, and Soft skills.
I believe continuous learning and development to keep myself up-to-date and up-skilled is the solution to modern-day application development for customers.
- 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.
.png)
- Now SSH it EC2 and type.
$ growpart /dev/xvda 1 # 1 is partition serial number
$ resize2fs /dev/xdva
.png)
- Done!!



