Difference between revisions of "Use custom launch template"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
* https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest/submodules/eks-managed-node-group#input_use_custom_launch_template
  
  
 +
<code>use_custom_launch_template = true</code> (default) no compatible with <code>[[disk_size]] and [[remote_access]]</code> usage (Faq: https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/faq.md#setting-disk_size-or-remote_access-does-not-make-any-changes)
 +
<code>disk_size, and remote_access can only be set when using the EKS managed node group default launch template. This module defaults to providing a custom launch template to allow for custom security groups, tag propagation, etc. If you wish to forgo the custom launch template route, you can set use_custom_launch_template = false and then you can set disk_size and remote_access.</code>
 +
 +
== Related ==
 
  [[node_default]]
 
  [[node_default]]
 +
[[Error: You must be logged in to the server (Unauthorized)]]
  
 +
== See also ==
 +
* {{eks_managed_node_groups}}
 +
* {{tf EKS}}
  
[[eks_managed_node_groups]]
+
[[Category:EKS]]

Latest revision as of 09:11, 22 March 2023


use_custom_launch_template = true (default) no compatible with disk_size and remote_access usage (Faq: https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/faq.md#setting-disk_size-or-remote_access-does-not-make-any-changes) disk_size, and remote_access can only be set when using the EKS managed node group default launch template. This module defaults to providing a custom launch template to allow for custom security groups, tag propagation, etc. If you wish to forgo the custom launch template route, you can set use_custom_launch_template = false and then you can set disk_size and remote_access.

Related[edit]

node_default
Error: You must be logged in to the server (Unauthorized)

See also[edit]

Advertising: