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
{{ message }}
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
ELB target groups are limited to 32 characters on the AWS API. Since we interpolate the cluster name and worker pool name into the target group, long cluster/pool names may exceed this limit.
At the moment there is no check in place for this limit - we fail the deployment with a not-so-nice Terraform error. Ideally we should find a way to never hit this limit. An alternative would be to validate the config and fail fast if necessary.
The text was updated successfully, but these errors were encountered:
ELB target groups are limited to 32 characters on the AWS API. Since we interpolate the cluster name and worker pool name into the target group, long cluster/pool names may exceed this limit.
At the moment there is no check in place for this limit - we fail the deployment with a not-so-nice Terraform error. Ideally we should find a way to never hit this limit. An alternative would be to validate the config and fail fast if necessary.
The text was updated successfully, but these errors were encountered: