# sil-org/ecs-deploy

Simple shell script for initiating blue-green deployments on Amazon EC2 Container Service (ECS)

Repository: https://github.com/sil-org/ecs-deploy
Canonical: https://ross.abutalabs.com/products/ecs-deploy
Language: Shell
License: MIT
License Family: permissive
Topics: aws-ecs, continuous-deployment, ecs-deploy, ecs
Last push: 2026-07-01T22:31:45+00:00

## Health v2 (maintenance only)
Score: 92/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 90, release rhythm 91, longevity 100
- inputs: {"age_days": 4053, "days_push": 63, "days_rel": 63, "gap_med": 16, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1986, forks 466 (observed 2026-08-28T04:06:02.755124+00:00)

## What it is
A simple shell script that initiates blue-green deployments on Amazon EC2 Container Service (ECS) by manipulating Task Definitions and Services via the AWS CLI. It is feature-complete and in maintenance mode, accepting only bugfixes and AWS CLI compatibility updates.

## Use cases
- deploy a new docker image tag to an ecs service
- run blue-green deployments on aws ecs from ci
- update task definition image for a container service
- automate ecs deployments in a shell pipeline
- roll out new container versions with health checks and timeout
- clean up old task definition revisions after deploy

## When to choose
- you deploy containerized services to AWS ECS and want a lightweight script instead of a full pipeline tool
- you need simple image-tag-based blue-green deployments driven from CI or the command line
- you want to control min/max healthy task percentages and deployment timeouts

## When to avoid
- you use Kubernetes or another orchestrator instead of ECS
- you need advanced deployment strategies like canary or linear rollouts
- you want an actively developed tool with new features

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: deployment, ci-cd, developer-tools
- domain: cloud-computing
- platform: cli
- tags: aws-ecs, blue-green-deployment, shell-script, docker, continuous-deployment, devops, containers, automation, linux, macos

## Member repositories
- sil-org/ecs-deploy (main) score 92

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:02.755124+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:03:07.030955+00:00, confidence not recorded.
  - readme: https://github.com/sil-org/ecs-deploy (fetched 2026-08-28T04:06:02.755124+00:00, sha 28904303312e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
