Aws EC2 Disk Expansion

First, in the aws website control panel, right-click EBS directly, and then manually set the size of EBS. After setting, you can view the progress in the EBS list. When the progress reaches 100%, execute the following command: 1, sudo lsblk (View existing volume and partition information) 2, sudo growpart /dev/xvda 1 3, sudo resize2fs […]