Amazon Elastic Compute Cloud Instance ElasticInferenceAccelerator
The
ElasticInferenceAccelerator property type specifies an elastic inference accelerator for an instance. Elastic
Inference (EI) accelerators are a resource you can attach to your Amazon EC2 instances
to
accelerate your Deep Learning (DL) inference workloads.
ElasticInferenceAccelerator is a property of the AWS::EC2::Instance resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" :String}
YAML
Type:String
Properties
Type-
The type of elastic inference accelerator. The possible values are
eia1.medium,eia1.large, andeia1.xlarge.Required: Yes
Type: String
Update requires: No interruption
