Amazon EC2 EC2Fleet FleetLaunchTemplateSpecificationRequest
The FleetLaunchTemplateSpecificationRequest property type specifies the launch
template to use for an EC2 Fleet. You must specify either the launch template ID or
launch
template name in the request.
FleetLaunchTemplateSpecificationRequest is a property of the FleetLaunchTemplateConfigRequest property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "LaunchTemplateId" :String, "LaunchTemplateName" :String, "Version" :String}
YAML
LaunchTemplateId:StringLaunchTemplateName:StringVersion:String
Properties
LaunchTemplateId-
The ID of the launch template.
Required: No
Type: String
Update requires: No interruption
LaunchTemplateName-
The name of the launch template.
Required: No
Type: String
Update requires: No interruption
Version-
The version number of the launch template.
Required: No
Type: String
Update requires: No interruption
See Also
-
FleetLaunchTemplateSpecificationRequest in the Amazon EC2 API Reference
