Missing LogGroup creation in ecs-cluster.yaml
pgrzesik opened this issue · 2 comments
pgrzesik commented
Hello,
is that the correct behavior that during creation of stack from ecs-cluster.yaml
template, the LogGroup is not created ? In configuration, there're references to LogGroups e.g. log_group_name = ${ECSCluster}-/var/log/dmesg
, but those log groups are not created.
Should they be created automatically by the instance or should I add LogGroup creation to the template ?
Regards,
Piotr
wichert commented
They are created automatically
… On 25 Apr 2018, at 02:23, Piotr Grzesik ***@***.***> wrote:
Hello,
is that the correct behavior that during creation of stack from ecs-cluster.yaml template, the LogGroup is not created ? In configuration, there're references to LogGroups e.g. log_group_name = ${ECSCluster}-/var/log/dmesg, but those log groups are not created.
Should they be created automatically by the instance or should I add LogGroup creation to the template ?
Regards,
Piotr
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
pgrzesik commented
That's what I would expect and that's correct behavior, as it turns out, I made a little mistake in my own CF template :) Sorry for bothering and thanks for preparing this great template.