Skip to main content

aws.ec2.volume

Supported platform

  • aws

Description

Amazon EC2 (EBS) 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 documentation.

Fields

IDTYPEDESCRIPTION
arnstringARN for the EC2 volume
idstringID of the EC2 volume
attachments[]dictInformation about the volume attachments
encryptedboolWhether the volume is encrypted
statestringState of the volume: creating, available, in-use, and so on
tagsmap[string]stringA map of tags associated with the EBS volume
availabilityZonestringAvailability Zone in which the volume was created
volumeTypestringEBS volume type: gp2, gp3, io1, io2, st1, sc1, or standard
createTimetimeTime the volume was created
regionstringRegion where the EC2 volume is stored
multiAttachEnabledboolWhether Amazon EBS Multi-Attach is enabled.
throughputintThe throughput that the volume supports, in MiB/s.
sizeintThe size of the volume, in GiBs.
iopsintThe 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.