Added an optional (default not configured) CloudWatch Log Group and configuration for the task/container. CloudWatch logging is activated and a Log Group created when LogGroupName is set. A LogStreamPrefix should then usually be set (a default is supplied), as ECS containers prefer this - it improves console integration and avoids unhelpful GUIDs in the log stream name.
This can be nice if logging is desired and to avoid ssh-in to read Docker logs.
Added an optional (default not configured) CloudWatch Log Group and configuration for the task/container. CloudWatch logging is activated and a Log Group created when
LogGroupName
is set. ALogStreamPrefix
should then usually be set (a default is supplied), as ECS containers prefer this - it improves console integration and avoids unhelpful GUIDs in the log stream name.This can be nice if logging is desired and to avoid ssh-in to read Docker logs.