I need an EBS Volume ARN to specify it when creating a resource set with Route 53 Recovery Application Controller. But EBS Volumes don't have this attribute.
Here's an example description of an EBS Volume:
Input:
aws ec2 describe-volumes --volume-ids vol-03303bf453f8d7ee5
Output:
{ "Volumes": [ { "Attachments": [], "AvailabilityZone": "ap-southeast-1a", "CreateTime": "2021-11-03T15:43:40.087000+00:00", "Encrypted": false, "Size": 1, "SnapshotId": "", "State": "available", "VolumeId": "vol-03303bf453f8d7ee5", "Iops": 100, "VolumeType": "gp2", "MultiAttachEnabled": false } ] }