8 common mistakes when using AWS ECS to manage containers
In this article, we’ll discuss the potential pitfalls that we came across when configuring ECS task definitions. While considering this AWS-specific container management platform, we’ll also examine some general best practices for working with containers in production. 1. Wrong logging configuration Containers are ephemeral in nature. Once a container finishes execution, the only way to…