-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Tags not applied to AWS::Events::Rule
#4907
Comments
While writing the report, I've seen that it seems to be CloudFormation that doesn't support Tags for this kind of Ressource. Should a Ressource that doesn't support Tags emit some sort of WARN or raises when we try to apply Tags to it? |
Because we assign tags recursively to all constructs in a scope it really doesn't make much sense to warn for constructs that don't support it. You would get a deluge of warnings if you apply tags at a high level. We will have to wait for CloudFormation support. |
@rix0rrr I totally agree! In my specific case, I explicitly attempt to add the Tag on the invalid Construct; it's in no way recursive. Or could there be two Cause in the end, there's always be some stuff not supported in CloudFormation, and reflecting those in my IDE while coding (IntelliSense) would greatly help! (The main reason I love so much working with the CDK!) What do you think of the proposal/brainstorm above? Thanks! |
Is this issue still not fixed? |
Any update on this |
Any updates on this? |
Any update? |
I believe this is the related issue in the CloudFormation roadmap. |
Any update on this? 🙂 |
Any update or workaround 🙏 ? |
+1 Any updates? |
Is this on the roadmap for cloudformation coverage? |
what a joke |
and to be productive, my work around is to use boto3 to tag (very quick and simple, if you are on the python flavour of cdk) |
any update? |
+1 |
2 similar comments
+1 |
+1 |
We increase priority based on reactions to the original post - not comments. Please don't clutter discussion with Additionally, there's nothing CDK can do about this as mentioned in the first reply. We have to wait for CloudFormation support in the linked issue. Please give a thumbs up and comment in that issue instead, and this will be automatically fixed in CDK once fixed in CloudFormation. Thanks! |
Not a CDK user, but like @raphael-riel said this is an issue in CloudFormation as well. Is there a "matching" issue for this somewhere in CloudFormation as well? |
@OmriSama I linked it in my previous comment |
But this page says it does support Tag, am I missing something? https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-tag.html |
@sellers There needs to be a property The |
I am afraid that is also invalid . It appears the documentation has a note " Important Currently, tags are only available when using ECS with EventBridge."
|
@sellers My point was that you can see that the CloudFormation Rule resource that you linked has no |
still not working in 2.122.0 (build 7e77e02): |
Latest version (2.132.1 build 9df7dd3) does not support tagging yet. |
This issue has received a significant amount of attention so we are automatically upgrading its priority. A member of the community will see the re-prioritization and provide an update on the issue. |
Any work arounds yet?? |
Any updates on this please. Its been a long time this issue was raised and no solution yet! |
CDK won't support that before CloudFormation has the support. Please help the cloudformation team prioritize it by having an issue in https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues and add 👍 there. As soon as CFN has the support, CDK should immediate support that. |
Tag not applied to
AWS::Events::Rule
Ressource.Reproduction Steps
With following Stack:
Synthesized template is:
In console, the Tags are available.

Environment
Using CDK 1.15.0
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: