aws.ec2.volume
Supported Platform
- aws
Description
AWS EC2 Volume
The aws.ec2.volume
resource provides fields for assessing the configuration of EBS volumes within an AWS account. For usage see aws.ec2
resource.
Fields
ID | TYPE | DESCRIPTION | ||||||
---|---|---|---|---|---|---|---|---|
arn | string | ARN for the ec2 volume | ||||||
id | string | id of the ec2 volume | ||||||
attachments | []dict | information about the volume attachments | ||||||
encrypted | bool | denotes whether volume is encrypted | ||||||
state | string | state of the volume (creating, available, in-use, etc.) | ||||||
tags | map[string]string | a map of tags associated with the ebs volume | ||||||
availabilityZone | string | availability Zone in which the volume was created | ||||||
volumeType | string | EBS volume type (gp2 | gp3 | io1 | io2 | st1 | sc1 | standard) |
createTime | time | time the volume was created |