Identify Volume: Find the volume attached to the xfusion-ec2 instance.
xfusion-ec2
Expand Volume: Increase the volume size from 8 GiB to 12 GiB.
8 GiB
12 GiB
Reflect Changes: Ensure the root (/) partition within the instance reflects the expanded size from 8 GiB to 12 GiB.
/
SSH Access: Use the key pair located at /root/xfusion-keypair.pem on the aws-client host to SSH into the EC2 instance.
/root/xfusion-keypair.pem
aws-client
We already have Instances, xfusion-ec2.
EC2 → Volumes → vol-044ea2f7bad002711 → Modify volume
Modify vol-044ea2f7bad002711 → Modify
Pem files stored at /root/xfusion-keypair.pem.
Verify the Partition Size on the EC2 Instance
Resize the Filesystem
Verify the Resized Filesystem
sudo growpart /dev/xvda 1
sudo xfs_growfs /
df -h