Amazon EBS · Schema

Amazon EBS Volume

Schema representing an Amazon Elastic Block Store volume, which provides persistent block-level storage for use with Amazon EC2 instances.

Amazon Web ServicesAWSBlock StorageEBSEC2SnapshotsStorageVolumes

Properties

Name Type Description
volumeId string The ID of the volume.
size integer The size of the volume, in GiBs.
volumeType string The volume type.
state string The volume state.
availabilityZone string The Availability Zone for the volume.
createTime string The time stamp when volume creation was initiated.
encrypted boolean Indicates whether the volume is encrypted.
kmsKeyId string The Amazon Resource Name (ARN) of the AWS KMS key that was used to protect the volume encryption key.
iops integer The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes only.
throughput integer The throughput that the volume supports, in MiB/s. For gp3 volumes only.
snapshotId string The snapshot from which the volume was created, if applicable.
multiAttachEnabled boolean Indicates whether Amazon EBS Multi-Attach is enabled. For io1 and io2 volumes only.
attachments array Information about the volume attachments.
tags array Any tags assigned to the volume.
View JSON Schema on GitHub