aws / aws-parallelcluster

AWS ParallelCluster is an AWS supported Open Source cluster management tool to deploy and manage HPC clusters in the AWS cloud.

Home Page:https://github.com/aws/aws-parallelcluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: include user instance tags with job

aerogt3 opened this issue · comments

I've got a use case where, when launching jobs, I'd like to tag the instances that are used for that job with specific tags, ideally immediately upon instance launch.

For example, if submitting jobs to slurm, with the job names JOB_ONE and JOB_TWO, I would want to have the instances tagged jobname=JOB_ONE and jobname=JOB_TWO for costing purposes. Is there any way this could be done via parallelcluster at instance launch time? I can perform the tagging inside the job, but this then takes several minutes after the nodes are launched.

There is currently no parallelcluster supported way to do this. I have added this request to the back log.