1 min readFeb 19, 2018
Hi Albert
ECS do takes time to add and remove instances into your cluster but remember that it register instances to the Load Balancer only when the newly launched container passes the health checks. One reason for such a time delay can be that your application is taking long time to pass the health checks which means some optimizations are required at the application level.