AWS::EC2::EC2Fleet FleetLaunchTemplateConfigRequest
Specifies a launch template and overrides for an EC2 Fleet.
FleetLaunchTemplateConfigRequest
is a property of the AWS::EC2::EC2Fleet resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "LaunchTemplateSpecification" :
FleetLaunchTemplateSpecificationRequest
, "Overrides" :[ FleetLaunchTemplateOverridesRequest, ... ]
}
YAML
LaunchTemplateSpecification:
FleetLaunchTemplateSpecificationRequest
Overrides:- FleetLaunchTemplateOverridesRequest
Properties
LaunchTemplateSpecification
-
The launch template to use. You must specify either the launch template ID or launch template name in the request.
Required: No
Type: FleetLaunchTemplateSpecificationRequest
Update requires: Replacement
Overrides
-
Any parameters that you specify override the same parameters in the launch template.
For fleets of type
request
andmaintain
, a maximum of 300 items is allowed across all launch templates.Required: No
Type: Array of FleetLaunchTemplateOverridesRequest
Update requires: Replacement
See also
-
FleetLaunchTemplateConfigRequest in the Amazon EC2 API Reference