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
818 stars 309 forks source link

PFR: FSx Lustre Name Tag #1814

Open bollig opened 4 years ago

bollig commented 4 years ago

Environment:

Feature Request: Add a "Name" tag to the FSx Lustre filesystem when created by ParallelCluster. This will help disambiguate filesystems when users have multiple clusters running similar configurations, and it will make it easier to use the AWS Console to create a Data Repository Task. See below where I added Tag Key:Value "Name":"efa-ubuntu-scratch2" for my efa-ubuntu cluster.

image

demartinofra commented 4 years ago

Hi Evan, Thanks for opening this feature request. I think it makes a lot of sense to add a name to the FSx FS ParallelCluster creates. We could also consider naming it by using a combination of the fsx configuration section name (fsx-scratch2 in your example) and the cluster name.