ELB lifecycle events now available with Amazon ECS services registered with multiple target groups

Posted on: Jun 22, 2020

Amazon Elastic Container Service (ECS) now publishes Elastic Load Balancer(ELB) lifecycle events for services attached to multiple load balancer target groups. ECS will emit service events when tasks are successfully registered or de-registered in target groups or in case of errors in the registration process. This enables you to track the progress of attaching your service to multiple target group and easily troubleshoot errors through events in the ECS service event stream as part of the update and describe service API responses as well as in the ECS Management Console. This functionality has already been available for services attached to a single target group but is now available for services attached to multiple target groups as well.

Target groups are used to route requests to one or more containers registered as targets when using an Application or Network Load Balancer. Attaching multiple target groups to your service allows you to maintain a single ECS service that can serve traffic from both internal and external load balancers, support multiple path based routing rules and applications that need to expose more than one port.

This new functionality is available in all regions where ECS is available. To learn more, visit our documentation