I have 100GB device on AWS but my root partition where I have website running is just 8GB and I need more. How can I resize it to take the rest of the space without losing all files and re-install OS again?
Can I really use e2resize /dev/xvda1
as stated here? Expanding root partition on AWS EC2
Should I go with this manual? https://linuxacademy.com/blog/linux/resizing-root-partition-on-linux-in-amazon-ec2/
Or with this one? https://stackoverflow.com/a/24030938/1464297