Get ARN of EC2 EBS Volume

0 votes

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.

enter image description here

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 } ] }


 

Apr 19, 2022 in AWS by Rahul
• 9,670 points
780 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In AWS

0 votes
1 answer

Create Snapshot of EBS and attach to EC2 using Terraform

You can also create a snapshot using ...READ MORE

answered Oct 29, 2018 in AWS by Priyaj
• 58,090 points
1,925 views
0 votes
1 answer
0 votes
1 answer

What is the use of an EBS Volume?

Amazon EBS provides the four current generation ...READ MORE

answered Jan 31, 2019 in AWS by Subhash
540 views
0 votes
1 answer

What kind of data generates from EC2 to EBS in AWS

Hi, First thing is EC2 is a compute service whereas EBS is ...READ MORE

answered Mar 16, 2020 in AWS by MD
• 95,440 points
951 views
0 votes
1 answer

AWS S3 uploading hidden files by default

versioning is enabled in your bucket. docs.aws.amazon.com/AmazonS3/latest/user-guide/….... the ...READ MORE

answered Oct 4, 2018 in AWS by Priyaj
• 58,090 points
5,447 views
–1 vote
1 answer

How to decrypt the encrypted S3 file using aws-encryption-cli --decrypt

Use command : aws s3 presign s3://mybucket/abc_count.png you get ...READ MORE

answered Oct 22, 2018 in AWS by Priyaj
• 58,090 points
4,866 views
0 votes
1 answer

Import my AWS credentials using python script

Using AWS Cli  Configure your IAM user then ...READ MORE

answered Nov 16, 2018 in AWS by Jino
• 5,810 points
2,591 views
0 votes
2 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP