AWS::EC2::EC2Fleet FleetLaunchTemplateConfigRequest - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 CloudFormation template, use the following syntax:

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 and maintain, a maximum of 300 items is allowed across all launch templates.

Required: No

Type: Array of FleetLaunchTemplateOverridesRequest

Update requires: Replacement

See also