EC2 Ubuntu Increase EBS Size

Kevin FOO
Sep 11, 2020

--

Series of screenshots below shows a step by step guide on how to increase your AWS EC2 EBS size and refresh the newly increased size in Ubuntu 20.04.

df -h
Shows the current disk space used
Select the EBS attached to the EC2
Modify the volume
Increased the size from 8 to 16
sudo fdisk --list
Shows the newly increased EBS size
sudo growpart /dev/nvme0n1 1
sudo resize2fs /dev/nvme0n1p1

< Back to all the stories I had written

--

--

Kevin FOO
Kevin FOO

Written by Kevin FOO

A software engineer, a rock climbing, inline skating enthusiast, a husband, a father.

No responses yet