ECS container definitions: Log driver awslogs option 'awslogs-create-group' should only be set to 'true' or omitted #416
ziggythehamster
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This bit me today. In an ECS task definition's container definitions, when using the awslogs log driver, I tried specifying
awslogs-create-group = "false"
to be explicit, but apparently that's not allowed and you get this error:This ruleset should have a check for this.
GOOD:
BAD:
Beta Was this translation helpful? Give feedback.
All reactions