Automic VaultAutomic Vault

brew

ecs-deploy を Homebrew でインストール

ecs-deploy のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install ecs-deploy

local Homebrew formula metadata

概要

パッケージ概要

CLI tool to simplify Amazon ECS deployments, rollbacks & scaling

コマンドとエイリアス

  • ecs

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2016-02: GitHub repository created.
  • 2020-08: Release 1.10.2 used in README Docker examples.
  • 2021-08: Release 1.12.0 adds environment-file, Docker tag, and flag-related features.
  • 2022-04: Release 1.13.0 covers task-wide CPU and memory limits and Docker Hub images.
  • 2022-11: Release 1.14.0 adds multi-account usage.

Related projects

  • Amazon ECS is the managed container service ecs-deploy automates.
  • boto3 is the AWS Python library that supplies its credential and configuration behavior.
  • AWS CLI configuration files are reused for credentials and profiles.

セキュリティ状態

保護ツール対応はまだ見つかっていません

ecs-deploy に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.aws/config

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.aws/credentials

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
ecscliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版1.16.3
マネージャ更新日2026-06-09
ローカルデータOK
上流not checked
検出された最新未検出

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
Pulseupdated
依存関係certifi, python@3.14
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameecs-deploy
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • package relationship graph
  • package version freshness
  • package-page enrichment