cvwiki

ECS

Nov 5, 2022

# #ecs- Elastic Container Service

# Avoid ECS Downtime

For example, if your service has a desired number of four tasks and a maximum percent value of 200%, the scheduler may start four new tasks before stopping the four older tasks (provided that the cluster resources required to do this are available). The default value for maximum percent is 200%.

Regardless of whether your task definition changed and to what extent, there can be an “overlap” between the old and the new tasks, and this is the way to achieve resilience and reliability.

1
aws ecs update-service --force-new-deployment --service my-service --cluster cluster-name

# Secret Injection


# FireLens

Creating Amazon ECS task definitions with a FireLens configuration is supported using the AWS SDKs, AWS CLI, and AWS Management Console.


# ECS Exec

# Misc.