I have an existing EC2 instance which has 2 EBS volumes attached. Now I want to change the instance and have only one big instance which contains ALL the data (aka "/").
How can I easily change the EBSs and its mount points but keep the data?
run fdisk on the new volume on "resizer" and issue the following commands
use resize2fs /dev/xdvf1 to grow the disk partition to use all the space
cp -ar
to copy the data onto the new root volume