Optional ReadonlydeleteIndicates whether the EBS volume is deleted on instance termination.
Optional ReadonlyencryptedIndicates whether the EBS volume is encrypted. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. If you are creating a volume from a snapshot, you can't specify an encryption value.
If encrypted is true and kmsKeyId is not provided, then accelerator checks for EbsDefaultVolumeEncryptionConfig | default ebs encryption in the config.
Optional ReadonlyiopsThe 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. This parameter is supported for io1, io2, and gp3 volumes only. This parameter is not supported for gp2, st1, sc1, or standard volumes.
Optional ReadonlykmsThe ARN of the symmetric AWS Key Management Service (AWS KMS) CMK used for encryption.
Optional ReadonlysnapshotThe ID of the snapshot.
Optional ReadonlythroughputThe throughput to provision for a gp3 volume, with a maximum of 1,000 MiB/s. Valid Range: Minimum value of 125. Maximum value of 1000.
Optional ReadonlyvolumeThe size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type:
Optional ReadonlyvolumeThe volume type.
Valid Values: standard | io1 | io2 | gp2 | sc1 | st1 | gp3
CustomizationsConfig / AppConfigItem | Ec2FirewallConfig / LaunchTemplateConfig / BlockDeviceMappingItem/ EbsItemConfig
Description
The parameters for a block device for an EBS volume.
See
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_LaunchTemplateEbsBlockDeviceRequest.html
Example