Containers
Category: AWS Lambda
Amazon Elastic Container Service (ECS) Auto Scaling using custom metrics
Introduction Amazon ECS eliminates the need to install, operate, and scale your own cluster management infrastructure. Customers are using horizontal scalability to deploy and scale their microservices applications running on Amazon ECS. They use the Application Auto Scaling service to automatically scale based on metrics data. Amazon ECS typically measures service utilization based on average […]
Read MoreContainerizing Lambda deployments using OCI container images
This post is contributed by Mark Sweat, Senior Software Architect with Koch Industries. Developers looking to run their code with AWS in a serverless fashion have had to make a decision between two separate runtime models – each with a distinct packaging and deployment pattern. The two choices we have had are running functions as […]
Read MoreCreate a pipeline with canary deployments for Amazon EKS with AWS App Mesh
In this post, we will demonstrate how customers can leverage different AWS services in conjunction with AWS App Mesh to implement a canary deployment strategy for applications running on Amazon Elastic Kubernetes Service (Amazon EKS). As stated in the post “Getting started with App Mesh and EKS”, many customers are currently implementing microservices in a […]
Read More