Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes instance type validation in CFN template #815

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

mmerkes
Copy link
Member

@mmerkes mmerkes commented Nov 22, 2021

Description of changes:
The eni-max-pods.txt file is the actually source of truth for instance types supported by EKS, and that should generally include all instance types, albeit with a ~2 week delay for newly added instance types. CloudFormation will do its own validation to make sure that the instance types are valid and the list in the sample CFN template is constantly out of date and creates confusion.

I'm removing that list so that it never needs to be updated since we can rely on other validation.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@mmerkes mmerkes merged commit cf97438 into awslabs:master Nov 23, 2021
@mmerkes mmerkes deleted the instance-type-validation branch July 26, 2022 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants