cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

(AWS::ElasticLoadBalancingV2::ListenerRule ) doesn't support Property Tags and/or propagate Stack-level tags

Open rgoltz opened this issue 2 years ago • 12 comments

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 Tags as Properties of AWS::ElasticLoadBalancingV2::ListenerRule on the resource

At the same time, the AWS API (via AddTags) and also the new AWS Console for Load balancers supports Tags:

RuleUI

target state

  • We are able to add via CFN as Tags via Properties of AWS::ElasticLoadBalancingV2::ListenerRule and/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

rgoltz avatar Feb 15 '23 17:02 rgoltz

Any update on this?

flavioelawi avatar Jan 19 '24 13:01 flavioelawi

Any update on this?

Wondering the same, still unable to name listener rules in CFN.

XargsUK avatar Jan 20 '24 14:01 XargsUK

Being unable to tag ListenerRule is really annoying, hope this gets added at some point!

davidjb99 avatar Apr 17 '24 11:04 davidjb99

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

givo avatar Jun 29 '24 09:06 givo