macOS
brew install ecs-deploylocal Homebrew formula metadata
安装
brew install ecs-deploylocal Homebrew formula metadata
概览
CLI tool to simplify Amazon ECS deployments, rollbacks & scaling
历史
ecs-deploy is a Python CLI for common Amazon ECS service operations: deploy, redeploy, scale, run one-off tasks, update task definitions, and update scheduled tasks. Its history is mostly a pragmatic DevOps story rather than a large ecosystem story.
The GitHub repository was created in February 2016, during the early period when teams were standardizing Docker deployments on Amazon ECS and needed repeatable command-line workflows around task definitions and services. The README describes the project as a convenience CLI for complex ECS actions that are executed often.
The release history shows steady feature accretion around real deployment needs: Docker Hub images, task-wide CPU and memory limits, environment files, Docker tags, and multi-account usage.
The README documents installation through PyPI with `pip install ecs-deploy`, Homebrew with `brew install ecs-deploy`, and Docker images beginning with version 1.7.1. That multi-channel distribution is the clearest primary evidence of adoption beyond a source checkout.
The project remains active in 2026 according to repository metadata, but official sources do not provide enough evidence to make broad adoption claims beyond its AWS ECS deployment niche.
Typical use is operational: `ecs deploy` updates or redeploys a service, `ecs scale` changes desired task count, `ecs run` starts one-off tasks, `ecs update` creates revised task definitions, and `ecs cron` updates scheduled tasks.
Configuration follows boto3 and AWS CLI conventions. The README points users to AWS credential configuration, `aws configure`, explicit access-key options, or named AWS profiles.
ecs-deploy is the kind of small package-manager tool that exists because cloud CLIs are too general for one repeated deployment workflow. It wraps AWS ECS primitives into a narrower, scriptable surface for release automation.
It is also a useful packaging example for Python DevOps CLIs: PyPI is the upstream install path, Homebrew serves workstation users, and Docker images serve users who do not want a local Python environment.
安全态势
没有找到 ecs-deploy 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.aws/configCredential-bearing paths to review before unattended agent runs.
~/.aws/credentials可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
ecs | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/fabfuel/ecs-deploy
安装元数据
| 软件包键 | brew:ecs-deploy |
|---|---|
| 版本 | 1.16.3 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/ecs-deploy |
| 主页 | https://github.com/fabfuel/ecs-deploy |
| 仓库 | https://github.com/fabfuel/ecs-deploy |
| 上游文档 | https://github.com/fabfuel/ecs-deploy#readme |
| 许可证 | BSD-3-Clause |
| 源码归档 | https://files.pythonhosted.org/packages/56/1d/c2ab14c5660f45c668ec631cd22af2b1a373e13a9a8c03bcd379ffaf6387/ecs_deploy-1.16.3.tar.gz |
| 最后更新 | 2026-06-09T13:14:27Z |
| Pulse | updated |
| 依赖 | certifi, python@3.14 |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ecs-deploy |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.