~$ aws ec2 describe-volumes --volume-ids vol-02fc77468b03bd964
{
    "Volumes": [
        {
            "Attachments": [
                {
                    "AttachTime": "2024-12-07T17:33:06.000Z",
                    "Device": "/dev/sda1",
                    "InstanceId": "i-073f80954b04e09e1",
                    "State": "attached",
                    "VolumeId": "vol-02fc77468b03bd964",
                    "DeleteOnTermination": true
                }
            ],
            "AvailabilityZone": "eu-central-1b",
            "CreateTime": "2024-12-07T17:33:06.549Z",
            "Encrypted": false,
            "Size": 8,
            "SnapshotId": "snap-0cbf006a93852fd22",
            "State": "in-use",
            "VolumeId": "vol-02fc77468b03bd964",
            "Iops": 100,
            "VolumeType": "gp2"
        }
    ]
}
