Hi all, this is a followup of this question:
https://outerbounds-community.slack.com/archives/C02116BBNTU/p1710789351744259
Is it possible to populate the launched
ECS tasks with custom tags via environment variable for cost attribution purposes?
The use case is that we have multiple sagemaker domains in an AWS account, where each domain represents a different ML project and has an unique tag
adsk:team=tenant_key
. We would like to add this tag to metaflow configs and finally all the ECS tasks launched by metaflow in each domain will be tagged with the corresponding tag, which is used for cost attribution. Thank you!