aws / aws-parallelcluster

AWS ParallelCluster is an AWS supported Open Source cluster management tool to deploy and manage HPC clusters in the AWS cloud.
https://github.com/aws/aws-parallelcluster
Apache License 2.0
832 stars 312 forks source link

Feature Request: Add support for custom tags at SharedStorage level. #5411

Open francisreyes-tfs opened 1 year ago

francisreyes-tfs commented 1 year ago

similar to https://github.com/aws/aws-parallelcluster/pull/5158, is it possible to have resource-level tags at the SharedStorage level.

chenwany commented 1 year ago

This feature request is tracked in our backlog

Thanks

elduds commented 8 months ago

+1 for this.

Also the HeadNode section.

My use cases for tags at each level of the configuration are:

  1. Multiple clusters deployed into the same account, ideally would have the ability to differentiate the Head Nodes for each cluster via Name: tag. Currently add parallelcluster:cluster-name to the column selection in console.
  2. Have implemented tag-based backup selection using AWS Backup. Would like the ability to backup EFS filesystems created by the cluster, and the Head Node.

In these cases specifying Tags at the top level doesn't suit the requirement, as different resources require different or additional tags, such as Name, backup-plan: 24h, or backup-plan: 7d etc.

While not an immediate requirement of mine, it would also make sense to support Tags for LoginNodes configuration as well as the other supported SharedStorage Types.

gmarciani commented 1 month ago

Tracked in our backlog. Thanks