aws-ec2-volume-statuses
Describes the status of all EBS volumes
aws-ec2-volume-statuses [profile=PROFILE] [region=REGION]
- profile=PROFILE
- The identifier of AWS connect profile
- region=REGION
- AWS region
AWS IAM Policy
To use this command, you must allow the below permissions in your AWS IAM policy:
- ec2:DescribeVolumeStatus
Output Fields
Field | Type | Name | Description |
---|---|---|---|
aws_profile | String | Connect profile | The identifier of AWS connect profile |
region | String | Region | e.g. ap-northeast-2 |
az | String | Availability Zone | e.g. ap-northeast-2a |
volume_id | String | Volume ID | |
volume_status | String | Volume status | e.g. ok, impaired, insufficient-data |
volume_status_details | List | Volume status details | Elements with name and status properties. |
actions | List | Actions | Elements with code, description, event_id, and event_type properties. |
events | List | Events | Elements with event_id, event_type, description, not_before, and not_after properties. |