Containers
Tag: ECS
Create a CI/CD pipeline for HAQM ECS with GitHub Actions and AWS CodeBuild Tests
HAQM Elastic Container Service (HAQM ECS) is a fully managed container orchestration service that makes it easy to operate containerized workloads at scale. It also integrates with other core AWS services, such as HAQM Route 53, AWS Identity and Access Management (IAM), and HAQM CloudWatch. Establishing an effective and efficient CI/CD pipeline is critical for containerized […]
AWS CodeDeploy now supports linear and canary deployments for HAQM ECS
AWS CodeDeploy has extended blue/green deployment support for Elastic Container Service (HAQM ECS) to include canary and linear deployments for applications hosted on AWS Fargate or HAQM Compute Cloud (HAQM EC2). Blue/green deployments are a safe deployment strategy provided by AWS CodeDeploy for minimizing interruptions caused by changing application versions. This is accomplished by creating […]
Deep Dive on HAQM ECS Cluster Auto Scaling
Introduction Up until recently, ensuring that the number of EC2 instances in your ECS cluster would scale as needed to accommodate your tasks and services could be challenging. ECS clusters could not always scale out when needed, and scaling in could impact availability unless handled carefully. Sometimes, customers would resort to custom tooling such as […]