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
Using the example provided for EKS Managed Node Groups the actual Auto Scaling Groups which are created do not receive all tags which are defined in either the local.tags block on line 45 or the additional_tags block(s), for example on line 173
Other resources, such as instances and security groups do receive the relevant tags.
Auto Scaling Groups receive only standard EKS tags
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered:
constantinevitt
changed the title
Auto Scaling Group resources do not receive all specified tags
Managed Auto Scaling Group resources do not receive all specified tags
Oct 17, 2022
Description
Using the example provided for EKS Managed Node Groups the actual Auto Scaling Groups which are created do not receive all tags which are defined in either the
local.tags
block on line 45 or theadditional_tags
block(s), for example on line 173Other resources, such as instances and security groups do receive the relevant tags.
Versions
Module version [Required]:
Terraform version:
Reproduction Code [Required]
https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/main/examples/node-groups/managed-node-groups/main.tf
Steps to reproduce the behavior:
Run the above example
Check ASG tags via AWS console or cli
Expected behaviour
AWS autoscaling groups receive tags as defined by
https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/main/examples/node-groups/managed-node-groups/main.tf#L45
Actual behaviour
Auto Scaling Groups receive only standard EKS tags
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered: