Amazon EC2 Container Service Now Sends State Changes to CloudWatch Events

Posted on: Nov 21, 2016

Amazon ECS now sends container instance and task state changes to CloudWatch Events. In the past, in order to obtain updates on the state of a running Amazon ECS cluster, customers have had to rely on periodically polling the state of container instances and tasks using the AWS CLI or an SDK. With the new Amazon ECS event stream feature, it is now possible to retrieve near real-time, event-driven updates on the state of your Amazon ECS tasks and container instances. Events are delivered through Amazon CloudWatch Events, and can be routed to any valid CloudWatch Events target, such as an AWS Lambda function or an Amazon SNS topic. 

Amazon ECS is a highly scalable, high performance container management service that supports Docker containers and allows you to easily run applications on a managed cluster of Amazon EC2 instances. Amazon ECS eliminates the need for you to install, operate, and scale your own cluster management infrastructure.

Visit the Compute blog to learn how to create a simple serverless architecture that captures, processes, and stores event stream updates in Elasticsearch using the new Amazon ECS event stream.