You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -643,7 +662,21 @@ Templates now uses the following new variables
643
662
644
663
645
664
646
-
- Add Support for AL2023 EKS Worker AMI's
665
+
Add Support for AL2023 EKS Worker AMI's. New configurations have been added to `autoscaling_group_configurations` and `managed_node_group_configurations` to support both AL2 and AL2023 AMI Types. Users on an AMI Type other than AL2 will need to proactively set the corresponding `autoscaling_group_configurations.asg_ami_type` and/or managed_node_group_configurations.ami_type` to ensure the correct user data script is used during initialization of the worker node(s). See [here](https://github.com/gruntwork-io/terraform-aws-service-catalog/blob/v0.130.7/modules/services/eks-workers/user_data.tf#L49-L57) for current supported AMI Type configurations.
666
+
667
+
The following attributes and variables have were added:
**NOTE**: The new `*ami_type` variables and attributes are defaulted to `AL2_x86_64` to maintain previous default configurations. These will need to be updated to `AL2023_*` configurations for AL2023 AMI types. An example would be `AL2023_x86_64_STANDARD`. See [here](https://github.com/gruntwork-io/terraform-aws-service-catalog/blob/v0.130.7/modules/services/eks-workers/user_data.tf#L49-L57) for current supported AMI Type configurations.
679
+
647
680
648
681
649
682
</div>
@@ -826,11 +859,33 @@ Templates now uses the following new variables
0 commit comments