AWS::EKS::Nodegroup LaunchTemplateSpecification
An object representing a node group launch template specification. The launch template
cannot include SubnetId
, IamInstanceProfile
, RequestSpotInstances
, HibernationOptions
, or TerminateInstances
, or the node group deployment or
update will fail. For more information about launch templates, see CreateLaunchTemplate
in the Amazon EC2 API
Reference. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.
Specify either name
or id
, but not both.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Id
-
The ID of the launch template.
Required: No
Type: String
Update requires: No interruption
Name
-
The name of the launch template.
Required: No
Type: String
Update requires: No interruption
Version
-
The version of the launch template to use. If no version is specified, then the template's default version is used.
Required: No
Type: String
Update requires: No interruption