☁️ AWS - Resize Instance Block Storage
Resize Instance Block Storage
Updated at 2017-02-21 00: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