(AWS::ElasticLoadBalancingV2::ListenerRule ) doesn't support Property Tags and/or propagate Stack-level tags
Name of the resource
AWS::ElasticLoadBalancingV2::ListenerRule
Resource name
No response
Description
Tagging in AWS Cloud is fundamental to providing enterprise-level visibility and control.
is-state
Currently we are not able to Tags via:
- adding Tags to Stack-level and CloudFormation propagate to them to the ListenerRules of an ALB resource handled by this stack.
- adding
TagsasPropertiesofAWS::ElasticLoadBalancingV2::ListenerRuleon the resource
At the same time, the AWS API (via AddTags) and also the new AWS Console for Load balancers supports Tags:
target state
- We are able to add via CFN as
TagsviaPropertiesofAWS::ElasticLoadBalancingV2::ListenerRuleand/or - We are able propagate CFN Stack-level tags to all ListenerRules
- Furthermore those Tags (via Stack or via Resource) must be handled by CloudFormation Drift-Detection correctly (hence, once both or one way is possible, Drift-Detection must be aware that this "new" tags are not a drift, since we saw an issue in the past: #1343
Other Details
Please note there is also am related & pending issue regarding:
- #1437
Any update on this?
Any update on this?
Wondering the same, still unable to name listener rules in CFN.
Being unable to tag ListenerRule is really annoying, hope this gets added at some point!
Any update? I am facing the same issue. I want to add tags using cloudformation to a resource of type AWS::ElasticLoadBalancingV2::ListenerRule but it seems there's no support for this.
This is basic stuff, it has to be supported