compose-cli icon indicating copy to clipboard operation
compose-cli copied to clipboard

ECS backend - Add tags to created log groups

Open mikesir87 opened this issue 4 years ago • 1 comments

Feature request

When deploying an application with Compose's ECS backend, I'd like the created Log Group to have the same project tags on it as the other resources.

Why do I want this feature request?

It allows me to group all of my resources together based on the project tag. Today, that isn't possible due to the missing tag on the log group.

Are there any blockers?

Yes... it looks like this can't be done today because CloudFormation doesn't support it itself (see linked issue here). But, I'd still like to get the request in! 😄

mikesir87 avatar Mar 22 '21 16:03 mikesir87

we indeed used tag where possible, but are blocked by https://github.com/aws-cloudformation/aws-cloudformation-coverage-roadmap/issues/77

ndeloof avatar Mar 24 '21 08:03 ndeloof