Snapshot Backup
Go to AWS Console > EC2 > Elastic Block Store > Volumes > Select Volume > Actions > Create Snapshot
Volume Expansion
Go to AWS Console > EC2 > Elastic Block Store > Volumes > Select Volume > Actions > Modify Volume > Change Size
File System Expansion
Before Expansion - Check Status
# df -hT # lsblk
Expand the File System
# sudo xfs_growfs -d /파일시스템
After Expansion - Verify Changes
# df -hT # lsblk