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

[New Feature] Allow choosing EC2 types when deploying an EKS cluster #35

Closed
LucaCinquini opened this issue Feb 28, 2024 · 1 comment
Closed
Assignees
Labels

Comments

@LucaCinquini
Copy link
Collaborator

Currently, the selection of EC2 types for an EKS cluster is hardcoded into this file:

https://github.com/unity-sds/unity-sps/blob/develop/terraform-unity/modules/terraform-eks-cluster/main.tf#L6-L11

We want to make all those 4 fields configurable parameters in the tfvars file, with sensible defaults (probably the current values).

@LucaCinquini LucaCinquini changed the title [Feature] Allow choosing EC2 types when deploying an EKS cluster [New Feature] Allow choosing EC2 types when deploying an EKS cluster Feb 28, 2024
@LucaCinquini
Copy link
Collaborator Author

Drew has updated the TF scripts to choose the type and size of the EC2 worker node group. Luca tested deploying a new EKS cluster with the new configuration.

@LucaCinquini LucaCinquini transferred this issue from unity-sds/unity-sps-prototype Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

2 participants