-
Notifications
You must be signed in to change notification settings - Fork 57
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
AWS::Logs::LogGroup tag support #77
Comments
Hi all, Thank you |
Any updates? |
The referenced PR that will close has been approved, it seems we are just waiting for merge/release. |
When will it be ready to use? |
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) |
@msplival On stack updates, I have seen stack tags get propagated to Log Group resources as expected. Nice! |
Looks like this feature is not supported in the China regions. Any ETA on when it will be supported in those regions? |
Is this a joke? Why is this not supported in BJS and PDT etc? |
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:
Existing docs: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html
The text was updated successfully, but these errors were encountered: