Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

As a project manager, i want to set default compute types for processing nodes at deploy time, so that i can predict costs for the system (Static) #142

Closed
mike-gangl opened this issue Jan 23, 2023 · 4 comments · Fixed by #176 or unity-sds/unity-sps-api#1
Labels

Comments

@mike-gangl
Copy link

No description provided.

@LucaCinquini
Copy link
Collaborator

This epic was actually implemented by U-CS. The EC2 type for Verdi workers is specified as one of the parameters when creating the ELS cluster, part of the metadata. For example:

{"clustername":"luca-eks-dev","owner":"luca","projectname":"unity","nodegroups":{"group1":{"instancetype":"m5.xlarge","nodecount":"1"}}}

@drewm-swe
Copy link
Contributor

@LucaCinquini, that instance type is used for creating the default node group. As part of the SPS deployment, we create a separate node group for the Verdi instances, the instance types for this new node group are specified at deployment time.

@LucaCinquini
Copy link
Collaborator

Thanks Drew - can you point me to the location in the Terraform file?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
3 participants