$ sudo growpart /dev/xvda 1
$ sudo resize2fs /dev/xvda1
After expanding the partition to the new available size limit, you can check the volumes using the lsblk command again. Also confirm the available storage and usage with the df -h command.
$ lsblk
$ df -h