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
fix(eks): eks cluster name exceeding the limit of 100 characters (#34449)
### Issue # (if applicable)
Relates to #30632 but does not close the issue.
### Reason for this change
The cluster name can exceed 100 characters, which exceeds the limit for EKS.
### Description of changes
- Check if the cluster name exceeds 100 characters
- If it does, throw a validation error
### Describe any new or updated permissions being added
N/A
### Description of how you validated changes
Added unit test
### Checklist
- [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments