From the course: Docker on AWS

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Reviewing task logs

Reviewing task logs

From the course: Docker on AWS

Start my 1-month free trial

Reviewing task logs

- [Instructor] So in investigating our cluster, we've looked at a number of different topics in other videos, but we're going to now look at how we can actually find some of the logs for our resource. So again, we're in our ECS Fargate cluster view and we're diving down into our service view, and then we can actually look at the individual service level logs, which there might not be much to show except that we actually have to look at a container-specific set of logs. And we can see that there are certainly some problems. Occasionally, our cluster or rather one of our containers cannot actually reach the end point. So it can't actually bind Port 80. So this is a good reason for that cluster to actually fail and this really comes down to internally we didn't do the right thing. We should not have run enginex as our alternate container, as our secondary container, and so that's actually what's causing this collision. And we…

Contents