AWS - Resize Instance Block Storage
Updated at 2017-02-20 22:51
- Change the block storage size in web UI.
- Then on the instance:
parted
(parted) p
(parted) resizepart 1 -1
(parted) p
(parted) q
resize2fs /dev/xvda1
parted
(parted) p
(parted) resizepart 1 -1
(parted) p
(parted) q
resize2fs /dev/xvda1