Skip to content

aws_ebs_volume

jayb edited this page Apr 5, 2021 · 2 revisions

Console

  • modify volume in AWS console

Linux

lsblk #find out extended volume
sudo growpart $VOLUME_NAME 1
sudo resize2fs $MOUNT_DEVICE

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recognize-expanded-volume-linux.html

Clone this wiki locally