-
Notifications
You must be signed in to change notification settings - Fork 107
adds new LaunchTemplate for linux instances with Nvidia GPUs enabling its monitoring #890
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
| console.debug(`Created SSM Parameters(s): ${createdSSMParams.join(',')}`); | ||
| } | ||
|
|
||
| function getLaunchTemplateName(runnerParameters: RunnerInputParameters): Array<string | undefined> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: returning an object with two named fields, or a tuple type [string | undefined, string | undefined] is more suited here.
izaitsevfb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I wonder, could there be an easier way to do optional measurements? Or do we want to track the metrics from nvidia runners separately?
… its monitoring (#890) Adds LaunchTemplate `${var.environment}-action-linux-runner-nvidia` where main startup script points to the SSM where cloudWatch agent config is set on SSM `aws_ssm_parameter.cloudwatch_agent_config_runner_linux_nvidia[0].name`. This template is then chose when the runner names ends contains `.nvidia.gpu` on its name.
Adds LaunchTemplate
${var.environment}-action-linux-runner-nvidiawhere main startup script points to the SSM where cloudWatch agent config is set on SSMaws_ssm_parameter.cloudwatch_agent_config_runner_linux_nvidia[0].name. This template is then chose when the runner names ends contains.nvidia.gpuon its name.