Amazon Elastic Compute Cloud SpotFleet FleetLaunchTemplateSpecification
FleetLaunchTemplateSpecification is a property of the Amazon EC2 SpotFleet
SpotFleetRequestConfigData property that
describes a launch template.
Syntax
JSON
{ "LaunchTemplateId" :String, "LaunchTemplateName" :String, "Version" :String}
YAML
LaunchTemplateId:StringLaunchTemplateName:StringVersion:String
Properties
LaunchTemplateId-
The ID of the launch template. You must specify either a template ID or a template name.
Required: No
Type: String
Update requires: No interruption
LaunchTemplateName-
The name of the launch template. You must specify either a template name or a template ID.
Minimum length of 3. Maximum length of 128. Names must match the following pattern:
[a-zA-Z0-9\(\)\.-/_]+Required: No
Type: String
Update requires: No interruption
Version-
The version number. AWS CloudFormation does not support specifying
$Latestor$Defaultfor the template version number.Minimum length of 1. Maximum length of 255. Versions must fit the following pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
Required: Yes
Type: String
Update requires: No interruption
