Skip to content

Commit

Permalink
Name launched EC2 execution workers
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Apr 30, 2024
1 parent e386afd commit 8f34eae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipeline/aws_infra/cdk_classes/aws_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ def __init__(self, scope: Stack, env_suffix: str, shared_work_dir_bucket: Option
cdk_tags.of(self.compute_environment).add("Product", "PAVI")
cdk_tags.of(self.compute_environment).add("Managed_by", "PAVI")

self.compute_environment.tags.set_tag('Name', 'PAVI pipeline execution worker', priority=None, apply_to_launched_instances=True)

# Create the job queue
jq_name = 'pavi_pipeline'
if env_suffix:
Expand Down

0 comments on commit 8f34eae

Please sign in to comment.