aws.ec2.image.ebsBlockDevice
Supported platform
- aws
Description
Amazon EC2 image EBS block device configuration
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| encrypted | bool | Whether the volume is encrypted |
| snapshotId | string | ID of the snapshot used to create the volume |
| volumeSize | int | Size of the volume in GiB |
| volumeType | string | Volume type (gp2, gp3, io1, io2, etc.) |
| kmsKeyId | string | ARN of the KMS key for encryption |
| iops | int | IOPS for the volume |
| throughput | int | Throughput in MiB/s |
| deleteOnTermination | bool | Whether to delete on instance termination |