nrdg / cloudknot

A python library to run your existing code on AWS Batch
https://nrdg.github.io/cloudknot/
Other
71 stars 17 forks source link

Improve resource tagging #248

Closed richford closed 4 years ago

richford commented 4 years ago

These two could be combined with a tag keyword arg. If it's a string, we assume it's the value for the "Project" tag. If it's a dict, we assume it's the tag dict and require the "Project" key, treating additional keys as additional tags and incorporating the default tags if they are missing.

arokem commented 4 years ago

I don't know if I would make the "project" tag required (except in our specific context). Some users might not need this at all?