.pem file is storedchmod 400 mykey.pem
ssh -i mykey.pem ec2-username@public-ip.ppk key fileec2-user@<Public-IP>.ppk file<Instance ID>'./etc/fstab for auto-mount on reboot.// Identify the volume.
lsblk
// Extend partition.
sudo growpart /dev/xvdf 1
// For ext4 filesystem.
sudo resize2fs /dev/xvdf1
//For XFS filesystem.
sudo xfs_growfs /Made By SOU Student for SOU Students