Step Function Tasks Not Adding Tags
See original GitHub issueI am currently using the following command to deploy a workflow to AWS Step Functions
python Task.py --environment=conda --with retry step-functions create --tag production
All workflows run by the step-function are not getting this new production
tag assigned to them.
When I look at the Step Function definition in the AWS console, I do see that it is adding the tag to the command to run: --with=batch --tag production
at the tail end so it is making it into the definition.
I’ve also tried the tag both locally from my machine and locally with AWS batch and they are getting applied there, so this seems limited to step functions.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:7
Top Results From Across the Web
Tagging in Step Functions - AWS Documentation
To add or delete tags that are associated with your state machine, select the Manage Tags button. Browse to the details page of...
Read more >Cannot list step function tags from lambda - Stack Overflow
Short Answer: The version of aws-sdk available for use in the inline AWS Lambda editor is commonly antiquated; the current version there ...
Read more >TagResource - Amazon Step Functions - 亚马逊云科技
Add a tag to a Step Functions resource. An array of key-value pairs. For more information, see Using Cost Allocation Tags in the...
Read more >terraform-aws-modules/step-functions/aws
Terraform module which creates Step Functions on AWS ... 'arn:aws:iam::xxxx:role/step-functions-role' is not authorized to # create ...
Read more >Add steps, importance, notes, tags, and categories to your tasks
Add steps. Use steps to break your larger tasks down in to smaller, more actionable pieces. Detail view of task Prep for presentation...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am able to reproduce this. Let me figure out what’s happening and roll out a fix.
@savingoyal Awesome! I am on 2.2.5 of Metaflow