Ross ROSS = Recommend OSS · open-source software intelligence for agents

sil-org/ecs-deploy

Simple shell script for initiating blue-green deployments on Amazon EC2 Container Service (ECS) observed · 2026-08-28

github.com/sil-org/ecs-deploy · Shell · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

92/100

  • Activity 90
  • Release rhythm 91
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 16
  • age_days: 4053
  • days_rel: 63
  • days_push: 63
  • n_releases_24m: 10

Full methodology

Adoption not part of the score

1986 stars · 466 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

cli-tool · maturity maintenance

deployment ci-cd developer-tools cloud-computing cli aws-ecs blue-green-deployment shell-script docker continuous-deployment devops containers automation linux macos

1 source

Member repositories

RepositoryRoleHealth v2
sil-org/ecs-deploymain92

For agents

markdown · JSON · MCP: product_card(name="sil-org/ecs-deploy")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem