How do people view and interact with terminal logs generated by AWS ECS?
I've been using the ECS task view so far, but I feel the UX is bad and the Cloudwatch UI has similar problems.
How do others read and interact with their logs?
How do people view and interact with terminal logs generated by AWS ECS?
I've been using the ECS task view so far, but I feel the UX is bad and the Cloudwatch UI has similar problems.
How do others read and interact with their logs?
You could look into using AWS OpenSearch (aka ElasticSearch), and adding the beats agents to your containers. That would let you use Kibana for browsing the logs, which is generally a popular tool.
This does come at extra cost! If you are dead against using CloudWatch then setting up a centralized logging account in your AWS org and sharing the cost of an OpenSearch cluster is probably the next best option.