-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tagging resources #670
Comments
Hi @omerlh, |
Thanks, any update on this? Just had to implement a work around and looking forward to removing it :) |
@rroller @omerlh We're currently working on this! See pull requests #709, #710, #714, #718, and #724. I don't have an exact release date for you, but expect to see tagging available in an ECS CLI release fairly soon. Tagging in |
@PettitWesley that's great news. We use tags for billing and this will really help, especially in the case of Fargate. |
Hi all, we released support for this in 1.13.0 ! |
I just tested the tags support. Works great. I just deleted so much code :-) you guys are the best. |
I'm sorry to report, but my previous comment about this working seems to not be true, there appears to be a bug in this. When I use tags with the I'm passing the argument like this: |
Summary
When creating resources (cluster, ec2 instances etc) I want to be able to tag them. This is not available using
ecs-cli
, only via regular AWC CLI commands. See this documantaion.Description
ecs-cli up --capability-iam --size 2 --launch-type EC2
1.12.0 (049e13d)
go: command not found
The text was updated successfully, but these errors were encountered: