Difference between revisions of "Use custom launch template"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 4: | Line 4: | ||
<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>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 == | == Related == |
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]
eks_managed_node_groups: desired_size, min_size, max_size, use_custom_launch_template
- Terraform EKS, Terraform EKS module, Deploy EKS cluster using Terraform, Terraform EKS apply output,
terraform show, ~/.kube/config
,aws_eks_cluster, aws_eks_addon, module.eks_managed_node_group, eks-cluster.tf, node_groups, worker_groups
Advertising: