{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/9"}],"enrichment":{"capability":"ecs-deploy is a CLI tool that simplifies Amazon ECS deployments, scaling, and task management by wrapping complex AWS API operations into straightforward commands.","skillfed_tags":["aws-deployment","container-orchestration","devops-cli"],"use_cases":["Deploy a new application version to ECS by updating image tags across all or specific containers in a task definition.","Scale a service up or down by adjusting the desired task count without manually editing the AWS console.","Redeploy the current task definition to pull fresh image digests without code changes.","Update environment variables or docker labels in running services without rewriting task definitions by hand.","Run one-off administrative or batch tasks from the CLI using an existing task definition as a template.","Automate scheduled task (cron) updates by modifying both the task definition and the EventBridge rule in a single command."],"what_it_does":"ecs-deploy wraps the AWS ECS API into a command-line interface that handles the repetitive and error-prone parts of container deployments on Amazon ECS. It lets you redeploy services with new image tags, scale task counts up or down, update environment variables across containers, run one-off tasks, and manage scheduled tasks\u2014all without writing boto3 code or navigating the AWS console. The tool builds on boto3 and click, so it integrates naturally with AWS credential management and shell scripting.\n\nYou point it at a cluster and service name, optionally specify new image tags or environment variables, and it creates a new task definition revision and updates the service in one command. It can also monitor deployments in New Relic if configured. The package is actively maintained, has no known vulnerabilities, and supports modern Python versions (3.10+).","worth_installing":"Yes. ecs-deploy is a solid fit if you deploy to Amazon ECS regularly and want to avoid repetitive AWS API calls or console navigation. It has low install friction, active maintenance, no security vulnerabilities, a permissive license, and a straightforward CLI interface. The main prerequisite is proper AWS IAM configuration, which is documented. Use it if your team already manages AWS credentials and wants faster, scriptable deployments."},"id":"ecs-deploy","links":{"html":"https://skillfed.io/packages/ecs-deploy","md":"https://skillfed.io/packages/ecs-deploy.md","pypi":"https://pypi.org/project/ecs-deploy/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-08","license_spdx":null,"license_treatment":"permissive","name":"ecs-deploy","python_support":"unspecified","summary":"Powerful CLI tool to simplify Amazon ECS deployments, rollbacks & scaling"},"popularity":{"monthly_downloads":124882,"position":11849,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.16.3"}
