Amazon EC2 Container Service Supports Automatic Service Scaling

Posted on: May 18, 2016

Amazon EC2 Container Service (Amazon ECS) can now automatically scale container-based applications by dynamically growing and shrinking the number of tasks run by an Amazon ECS service.

Previously, when your application experienced a load spike you had to manually scale the number of tasks in your Amazon ECS service.

Now, you can automatically scale an Amazon ECS service based on any Amazon CloudWatch metric. For example, you can use CloudWatch metrics published by Amazon ECS, such as each service’s average CPU and memory usage. You can also use CloudWatch metrics published by other services or use custom metrics that are specific to your application. For example, a web service could increase the number of tasks based on Elastic Load Balancing metrics like SurgeQueueLength, while a batch job could increase the number of tasks based on Amazon SQS metrics like ApproximateNumberOfMessagesVisible.

Read more about automatic service scaling on the AWS Compute Blog and in the Amazon ECS documentation. Please visit our product page for more information about Amazon EC2 Container Service.