Amazon EC2 EC2Fleet FleetLaunchTemplateConfigRequest
The
FleetLaunchTemplateConfigRequest property type 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: No interruption
Overrides-
Any parameters that you specify override the same parameters in the launch template.
Required: No
Type: List of FleetLaunchTemplateOverridesRequest
Update requires: No interruption
See Also
-
FleetLaunchTemplateConfigRequest in the Amazon EC2 API Reference
