Skip to content

Cargo/ecs-check-deployment-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ECS Deployment Script

This script waits for an Amazon ECS service to become stable after a deployment, such as in a CD pipeline deployment step. The functionality of this script is similar to aws ecs wait services-stable, except that it provides a configurable polling interval, configurable timeout, and verbose output.

Like aws ecs wait services-stable, this script considers a service stable when there is one service deployment and that deployment's running count of tasks equals its desired count. The script exits with an error code when a timeout occurs.

Note: This script uses the aws and jq commands, expecting them in the path.

About

ECS Deployment wait script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages