~$ aws ec2 attach-volume \
   --volume-id vol-0e998b50b4a368fa6 \
   --instance-id i-073f80954b04e09e1 \
   --device /dev/sdd
{
    "AttachTime": "2024-12-08T23:30:11.703Z",
    "Device": "/dev/sdd",
    "InstanceId": "i-073f80954b04e09e1",
    "State": "attaching",
    "VolumeId": "vol-0e998b50b4a368fa6"
}
