AWS::EC2::EC2Fleet FleetLaunchTemplateConfigRequest - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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