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: Allow tags to be configured in the SharedStorage.EbsSettings configuration

snemir2 opened this issue · comments

commented

If you have an active AWS support contract, please open a case with AWS Premium Support team using the below documentation to report the issue:
https://docs.aws.amazon.com/awssupport/latest/user/case-management.html

Before submitting a new issue, please search through open GitHub Issues and check out the troubleshooting documentation.

Please make sure to add the following data in order to facilitate the root cause detection.

Required Info:

  • AWS ParallelCluster version:3.9.1

Bug description and how to reproduce:
For shared ebs volume, it would be very useful if we could tag it from the cluster configuration.
For example, it would work well for us if we could create a volume with a cluster and set the DeletionPolicy to Delete, but we would want to tag this volume for backup service backup.

Still valid but closing as duplicate of: #5126