LaunchTemplateSpecification
An object representing a node group launch template specification. The launch template can't 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 Customizing managed nodes with launch templates in the Amazon EKS User Guide.
You must specify either the launch template ID or the launch template name in the request, but not both.
Types
Functions
Link copied to clipboard
inline fun copy(block: LaunchTemplateSpecification.Builder.() -> Unit = {}): LaunchTemplateSpecification