Skip to content
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

AWS::Logs::LogGroup tag support #77

Closed
kjpgit opened this issue Aug 1, 2019 · 9 comments · Fixed by aws-cloudformation/aws-cloudformation-resource-providers-logs#53
Closed
Labels
management & governance CloudWatch, Auto Scaling, CloudTrail, Config, OpsWorks, Service Catalog, etc.
Milestone

Comments

@kjpgit
Copy link

kjpgit commented Aug 1, 2019

We use cfn with lambdas. Lambdas generate lots of log activity (that you can't even fully disable), and we want to track the full costs of lambda services by using tags (specifically, the top level tags passed into stack create).

So please:

  • Support setting tags on LogGroups (particularly using inherited tags, e.g. aws cloudformation deploy --tags XXX=YYY)

Existing docs: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html

@Giaco9
Copy link

Giaco9 commented Oct 14, 2020

Hi all,
is there any news on this?

Thank you

@martavoi
Copy link

Any updates?

@mgmarino
Copy link

The referenced PR that will close has been approved, it seems we are just waiting for merge/release.

@tata9001
Copy link

tata9001 commented May 21, 2021

When will it be ready to use?

@PatMyron
Copy link
Contributor

PatMyron commented Dec 7, 2021

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-logs-loggroup-tags

@msplival
Copy link

msplival commented Dec 7, 2021

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-logs-loggroup-tags

PatMyron, does this mean that cloudformation will automatically tag AWS::Logs::LogGroup resources, or 'Tags' property needs to be added? (Ideally, I'd prefer similar behaviour as, say DBCluster, where one can add additional tags using Tags property, but CloudFormation will always add ones defined with the stack itself)

@mgmarino
Copy link

mgmarino commented Dec 8, 2021

@msplival On stack updates, I have seen stack tags get propagated to Log Group resources as expected.

Nice!

@shekharsh75
Copy link

Looks like this feature is not supported in the China regions. Any ETA on when it will be supported in those regions?

@swaranga
Copy link

swaranga commented Mar 3, 2022

Is this a joke? Why is this not supported in BJS and PDT etc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
management & governance CloudWatch, Auto Scaling, CloudTrail, Config, OpsWorks, Service Catalog, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.