NguyenTrungTin
9/19/2019 - 3:28 AM

AWS - Extend AWS EBS volumes with no downtime

AWS - Extend AWS EBS volumes with no downtime

  1. Modify volume on AWS

  2. Type the following command to list our block devices:

lsblk
  1. Type the following command:
sudo growpart /dev/xvda 1
  1. Confirm
lsblk
  1. Resize
sudo resize2fs /dev/xvda1
  1. Done
df -h