Amazon ECS is a container management service that makes it easy to deploy Docker containers on AWS. However, once you scale to many containers running on many EC2 nodes, you will need a centralized service to collect and analyze docker logs.
Centralized log collection is quite easy to set up …
read more