Containers
Category: AWS Lambda
Monitoring the Amazon ECS Agent
Introduction Amazon Elastic Container Service (Amazon ECS) is a fully managed container orchestration service that allows organizations to deploy, manage, and scale containerized workloads. It’s deeply integrated with the AWS ecosystem to provide a secure and easy-to-use solution for managing applications not only in the cloud but now also on your infrastructure with Amazon ECS […]
Automatically enable group metrics collection for Amazon EKS managed node groups
Introduction Amazon Elastic Kubernetes Service (Amazon EKS) managed node groups automate the provisioning and lifecycle management of Kubernetes nodes (Amazon Elastic Compute Cloud (Amazon EC2) instances) for Amazon EKS Kubernetes clusters. Managed nodes are provisioned as part of an Amazon EC2 Auto Scaling group that’s managed for you by Amazon EKS. Amazon EKS doesn’t enable […]
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 […]
Containerizing 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 […]
Create 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 […]