AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails - Amazon Security Hub
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails

Parameters for a block device for an Amazon Elastic Block Store (Amazon EBS) volume in an Amazon EC2 launch template.

Contents

DeleteOnTermination

Indicates whether the EBS volume is deleted on instance termination.

Type: Boolean

Required: No

Encrypted

Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. If you're creating a volume from a snapshot, you can't specify an encryption value.

Type: Boolean

Required: No

Iops

The number of I/O operations per second (IOPS).

Type: Integer

Required: No

KmsKeyId

The Amazon Resource Name (ARN) of the symmetric Amazon Key Management Service (Amazon KMS) customer managed key used for encryption.

Type: String

Pattern: .*\S.*

Required: No

SnapshotId

The ID of the EBS snapshot.

Type: String

Pattern: .*\S.*

Required: No

Throughput

The throughput to provision for a gp3 volume, with a maximum of 1,000 MiB/s.

Type: Integer

Required: No

VolumeSize

The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size.

Type: Integer

Required: No

VolumeType

The volume type.

Type: String

Pattern: .*\S.*

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: