turnerlabs / terraform-ecs-fargate

A Terraform template used for provisioning web application stacks on AWS ECS Fargate
Apache License 2.0
425 stars 158 forks source link

Consumes the ecs event log stream and exposes in a dashboard #23

Closed jritsema closed 5 years ago

jritsema commented 5 years ago

This PR adds an optional component that exposes the ecs event log in a dashboard. It does this with the following:

Looks something like this image

Note that this is similar to the events tab in the ecs service gui, but adds more detail including failure reasons (which are otherwise hard to track down since you have to find a particular task then click details).