Amazon EC2 (EBS) volume
aws.ec2.volume MQL resource for querying AWS infrastructure with cnquery and cnspec.
AWSPrivate Resource
Amazon EC2 (EBS) volume
Min version: 5.15.0Defaults:
id region volumeType size encrypted stateRelationships
2 resources · 2 relationships·Click to select, expand fields to see properties.
Fields (14)
| Field | Type | Description |
|---|---|---|
arnrequired | string | ARN for the EC2 volume |
attachmentsrequired | []dict | Information about the volume attachments |
availabilityZonerequired | string | Availability Zone in which the volume was created |
createTimerequired | time | Time the volume was created |
encryptedrequired | int | Whether the volume is encrypted |
idrequired | string | ID of the EC2 volume |
iopsrequired | int | Number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting. |
multiAttachEnabledrequired | int | Whether Amazon EBS Multi-Attach is enabled |
regionrequired | string | Region where the EC2 volume is stored |
sizerequired | int | Size of the volume, in GiBs. |
staterequired | string | State of the volume: creating, available, in-use, and so on |
tagsrequired | map[string]string | A map of tags associated with the EBS volume |
throughputrequired | int | Throughput that the volume supports, in MiB/s. |
volumeTyperequired | string | EBS volume type: gp2, gp3, io1, io2, st1, sc1, or standard |