aws::ebs-volume¶
Query volume.
Example¶
ebs-volume: $(external-query aws::ebs-volume { volume-id: ''})
Attributes¶
Attribute | Description |
---|---|
attachment-attach-time | The time stamp when the attachment initiated. |
attachment-delete-on-termination | Indicates whether the volume is deleted on instance termination. |
attachment-device | The device name specified in the block device mapping (for example, /dev/sda1). |
attachment-instance-id | The ID of the instance the volume is attached to. |
attachment-status | The attachment state . Valid values are attaching or attached or detaching . |
availability-zone | The availability zone in which the volume was created. |
create-time | The time stamp when the volume was created. |
encrypted | Indicates whether the volume is encrypted . Valid values are true or false |
size | The size of the volume, in GiB. |
snapshot-id | The snapshot from which the volume was created. |
status | The status of the volume . Valid values are creating or available or in-use or deleting or deleted or error . |
tag map | The key/value combination of a tag assigned to the resource. |
tag-key | The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. |
volume-id | The volume ID. |
volume-type | The amazon EBS volume type. Valid values are gp2 or gp3 or io1 or st1 or sc1 or standard . |