-
Stopping a zombie machine: aws opsworks stop-instance --instance-id <opsworks ID>
-
Resize root disk on AWS:
z) partprobe /dev/xvdX
a) parted /dev/xvdX print
b) parted /dev/xvdX resizepart Y && resize2fs /dev/xvdXY # resize2fs needed to update the partition table
Update for xfs partitions:
a) growpart /dev/xvda 1