Automic VaultAutomic Vault

brew

aws-elasticbeanstalk mit Homebrew, dnf, MacPorts, zypper, apt installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für aws-elasticbeanstalk in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install aws-elasticbeanstalk

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install eb

MacPorts ports tree · textproc/eb/Portfile · Quelle: api.github.com

Überblick

Paketzusammenfassung

Client for Amazon Elastic Beanstalk web service

Verlauf

Projektgeschichte und Nutzung

The AWS Elastic Beanstalk CLI, usually invoked as `eb`, is AWS's higher-level command-line client for creating, deploying, updating, and monitoring Elastic Beanstalk applications and environments. It sits above the lower-level AWS CLI Elastic Beanstalk API commands and adds project-aware workflows, Git integration, interactive initialization, environment management, and deployment packaging.

Projektgeschichte

Elastic Beanstalk itself was announced by AWS on January 19, 2011 as a managed application deployment service that provisions capacity, load balancing, auto scaling, and health monitoring around uploaded applications. The EB CLI grew around that platform as the developer-friendly local workflow for Beanstalk projects.

The current EB CLI repository states that the CLI is now open source and hosted on GitHub. Its README presents the project as the command-line interface for deploying and managing Elastic Beanstalk applications and environments, with integration with Git and contribution through issues and pull requests.

The upstream changelog shows an actively maintained 3.x line. Recent entries include Python dependency support work, region and bucket updates, IIS migration helpers, remote execution work, Python 3.12 support, and security fixes for local state deserialization and zip extraction.

Adoptionsgeschichte

The EB CLI became the Beanstalk-specific companion to general AWS CLI usage: AWS documentation explicitly contrasts the lower-level AWS CLI sequence for creating environments with the EB CLI's project-oriented single-command workflow. That made `eb init`, `eb create`, `eb deploy`, and related commands standard muscle memory for Beanstalk users.

Homebrew analytics showed 316 installs in 30 days, 1,512 in 90 days, and 8,175 in 365 days at the time of this batch. Those figures are modest relative to the AWS CLI, but healthy for a service-specific deployment tool whose main distribution path also includes pip and AWS's setup scripts.

Wie es verwendet wird

Typical usage starts by installing the CLI, configuring a project directory, and running commands such as `eb create` or `eb deploy`. AWS documentation says the EB CLI can create environments with a single command after installation and configuration.

The CLI stores project settings in `.elasticbeanstalk/config.yml` and reads credentials from command-line options, environment variables, shared AWS credentials and config files, the legacy EB CLI config file, and EC2 instance profile credentials, in that documented precedence order.

Warum Paket-Nerds sich dafür interessieren

For package-manager people, aws-elasticbeanstalk is a classic example of a cloud vendor's service-specific CLI packaged outside the service's own installer story. The Homebrew formula wraps the Python `awsebcli` distribution, while AWS still recommends a separate setup-script repository for users who want an isolated virtual environment and pinned dependencies.

Zeitleiste

  • 2011: AWS announces Elastic Beanstalk beta.
  • 3.x: EB CLI is maintained as the open-source `aws/aws-elastic-beanstalk-cli` project.
  • 2024: EB CLI 3.21.0 updates dependencies and declares support boundaries around Python versions.
  • 2026: EB CLI 3.27.x changelog entries include AI log analysis, region updates, and security fixes.

Related projects

  • aws/aws-elastic-beanstalk-cli-setup: AWS's recommended setup-script installer repository.
  • AWS CLI Elastic Beanstalk commands: lower-level API access for the same service.
  • Elastic Beanstalk `.ebextensions`: application-source configuration files used by the service.

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für aws-elasticbeanstalk wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 5 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 2 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

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
./.elasticbeanstalk/config.yml

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.aws/credentials~/.aws/config~/.elasticbeanstalk/config
Windows
%USERPROFILE%\.aws\credentials%USERPROFILE%\.aws\config%USERPROFILE%\.elasticbeanstalk\config

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
ebcliglobales Executable
ebpcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-25
Manager-Version3.27.3
Manager aktualisiert2026-07-15
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3.html

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:aws-elasticbeanstalk
Version3.27.3
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/aws-elasticbeanstalk
Homepagehttps://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3.html
Repositoryhttps://github.com/aws/aws-elastic-beanstalk-cli
Upstream-Dokumentationhttps://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-configuration.html
LizenzApache-2.0
Quellarchivhttps://files.pythonhosted.org/packages/b8/b1/ee48b9e7a0e0c03254d27623f2b82a95f0ba95defe9bc6a6dc334d925501/awsebcli-3.27.3.tar.gz
Zuletzt aktualisiert2026-07-15T10:20:42Z
Pulseupdated
Abhängigkeitencertifi, cryptography, libsodium, libyaml, python@3.14
Build-Abhängigkeitenpkgconf, rust
Von macOS bereitgestellte Bibliothekenlibffi
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameaws-elasticbeanstalk
Aliases
  • awsebcli
Version Scheme0
Revision1
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

MacPorts94%

eb

sudo port install eb
  • installed executable or alias match
  • Abgeglichen nach: Eb
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/eb/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Debian apt92%

eb-doc 4.4.3-14.3

C library for accessing electronic books (documents)

https://www.mistys-internet.website/eb/index-en.html

sudo apt install eb-doc
  • Section: doc
  • Architecture: all
  • Source Package: eb
  • 3 optionale Abhängigkeiten
  • installed executable or alias match
  • Abgeglichen nach: Eb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: eb-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

eb-utils 4.4.3-14.3

C library for accessing electronic books (utilities)

https://www.mistys-internet.website/eb/index-en.html

sudo apt install eb-utils
  • Section: utils
  • Architecture: amd64
  • Source Package: eb
  • 3 Abhängigkeiten
  • installed executable or alias match
  • Abgeglichen nach: Eb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: eb-utils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

libeb16-dev 4.4.3-14.3

C library for accessing electronic books (development files)

https://www.mistys-internet.website/eb/index-en.html

sudo apt install libeb16-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: eb
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • installed executable or alias match
  • Abgeglichen nach: Eb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libeb16-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

libeb16t64 4.4.3-14.3

C library for accessing electronic books (runtime files)

https://www.mistys-internet.website/eb/index-en.html

sudo apt install libeb16t64
  • Section: libs
  • Architecture: amd64
  • Source Package: eb
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • 3 optionale Abhängigkeiten
  • installed executable or alias match
  • Abgeglichen nach: Eb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libeb16t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt92%

eb-doc 4.4.3-14.2

C library for accessing electronic books (documents)

http://www.sra.co.jp/people/m-kasahr/eb/

sudo apt install eb-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: eb
  • 3 optionale Abhängigkeiten
  • installed executable or alias match
  • Abgeglichen nach: Eb
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: eb-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt92%

eb-utils 4.4.3-14.2

C library for accessing electronic books (utilities)

http://www.sra.co.jp/people/m-kasahr/eb/

sudo apt install eb-utils
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: eb
  • 3 Abhängigkeiten
  • installed executable or alias match
  • Abgeglichen nach: Eb
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: eb-utils from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt92%

libeb16-dev 4.4.3-14.2

C library for accessing electronic books (development files)

http://www.sra.co.jp/people/m-kasahr/eb/

sudo apt install libeb16-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: eb
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • installed executable or alias match
  • Abgeglichen nach: Eb
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libeb16-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt92%

libeb16t64 4.4.3-14.2

C library for accessing electronic books (runtime files)

http://www.sra.co.jp/people/m-kasahr/eb/

sudo apt install libeb16t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: eb
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • 3 optionale Abhängigkeiten
  • installed executable or alias match
  • Abgeglichen nach: Eb
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libeb16t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf92%

eb 4.4.3-30.fc44

Library for accessing Japanese CD-ROM electronic books

http://www.sra.co.jp/people/m-kasahr/eb/

sudo dnf install eb
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: eb
  • 6 Abhängigkeiten
  • 2 stellt bereit
  • installed executable or alias match
  • Abgeglichen nach: Eb
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: eb from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

eb-devel 4.4.3-30.fc44

Development files for eb

http://www.sra.co.jp/people/m-kasahr/eb/

sudo dnf install eb-devel
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: eb
  • 3 Abhängigkeiten
  • 1 stellt bereit
  • installed executable or alias match
  • Abgeglichen nach: Eb
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: eb-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper92%

eb 4.4.3-7.3

C Library for Accessing CD-ROM Books

https://github.com/aehlke/eb

sudo zypper install eb
  • License: GPL-2.0-or-later
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: eb
  • 4 Abhängigkeiten
  • 2 stellt bereit
  • installed executable or alias match
  • Abgeglichen nach: Eb
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: eb from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

eb-devel 4.4.3-7.3

EB Header Files and Libraries

https://github.com/aehlke/eb

sudo zypper install eb-devel
  • License: GPL-2.0-or-later
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: eb
  • 1 Abhängigkeiten
  • 2 stellt bereit
  • installed executable or alias match
  • Abgeglichen nach: Eb
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: eb-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

eb-lang 4.4.3-7.3

Translations for package eb

https://github.com/aehlke/eb

sudo zypper install eb-lang
  • License: GPL-2.0-or-later
  • Category: System/Localization
  • Architecture: noarch
  • Source Package: eb
  • 1 Abhängigkeiten
  • 3 stellt bereit
  • installed executable or alias match
  • Abgeglichen nach: Eb
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: eb-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

libeb16 4.4.3-7.3

C Library for Accessing CD-ROM Books - shared library

https://github.com/aehlke/eb

sudo zypper install libeb16
  • License: GPL-2.0-or-later
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: eb
  • 3 Abhängigkeiten
  • 2 stellt bereit
  • installed executable or alias match
  • Abgeglichen nach: Eb
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libeb16 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment