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
[install/infra] truncate EKS service node group to 58 chars + random suffix
EKS limits [iam role prefix lengths] to 38 characters, as the IAM role
length max is 64 characters and the random 26 character suffix eats up
most of the string length. As we're naming our clusters based on the
current branch these names could become quite long.
This commit removes this issue by creating a specific IAM role name and
creating our own unique IDs.
[iam role prefix lengths]: https://github.com/hashicorp/terraform-provider-aws/blob/v4.27.0/internal/service/iam/role.go#L29-L30
0 commit comments