Unable to resize ec2 ebs root volume
- by nathanjosiah
I have followed many of the tutorials that pretty much all say the same thing which is basically:
Stop the instance
Detach the volume
Create a snapshot of the volume
Create a bigger volume from the snapshot
Attach the new volume to the instance
Start the instance back up
Run resize2fs /dev/xxx
However, step 7 is where the problems start…