Attach extra EBS volume to your AWS EC2 instance
You create your new volume from the "Volumes" menu in your EC2 management console. You attach your new volume to your ec2 instance by right clicking the new volume and choose attach. From the "Attachment Information", you can see where it is being attached, such as "/dev/sdf". Or you can then see your new volume inside your EC2 instance: $ cat /proc/partitions major minor #blocks name 202 1 8388608 xvda1 202 80 20971520 xvdf Use the lsblk command to view your available disk devices and their mount points (if applicable) to help you determine the correct device name to use. $ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme1n1 259:0 0 100G 0 disk nvme0n1 259:1 0 8G 0 disk ├─nvme0n1p1 259:2 0 8G...