Skip to content

how to programmatically access ec2 volume status

0

I need some help understanding how programmatically access "I/O status updated on" for ec2 volume. I need to extract this detail and use the same to find out old and unused volumes.

asked 4 years ago527 views
1 Answer
1

You can get more information about this in this document - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-volume-status.html

It gives you AWS CLI commands

If you want to do it using the AWS SDK, this document provides you the APIs in different languages - https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVolumeStatus.html

AWS
EXPERT
answered 4 years ago
AWS
EXPERT
reviewed 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.