LaunchTemplateElasticInferenceAccelerator

data class LaunchTemplateElasticInferenceAccelerator(val count: Int? = null, val type: String? = null)

Amazon Elastic Inference is no longer available. Specifies an elastic inference accelerator. `LaunchTemplateElasticInferenceAccelerator` is a property of AWS::EC2::LaunchTemplate LaunchTemplateData.

Constructors

constructor(count: Int? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

The number of elastic inference accelerators to attach to the instance. Default: 1

Link copied to clipboard
val type: String? = null

The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.