skillfed

awsebcli

Command Line Interface for AWS EB.

awsebcli v3.27.3 380.1K downloads/30d#7,105 on PyPI
Permissive license Apache License 2.0 Active released

What it is and what it does

EB CLI is the official command-line interface for AWS Elastic Beanstalk, enabling developers to initialize, create, deploy, and manage Beanstalk environments directly from the terminal. It wraps Elastic Beanstalk APIs and provides a workflow-oriented command set (eb init, eb create, eb deploy, eb logs, eb health) alongside Git integration for streamlined application deployment. The tool supports local development via eb local, environment migration (especially for IIS servers to Beanstalk), and recent additions like AI-powered log analysis.

The package carries 17 runtime dependencies spanning AWS SDK (botocore), CLI frameworks (cement), terminal UI (blessed, colorama, termcolor), and platform-specific modules (pythonnet, pypiwin32 for Windows). This dependency load reflects its role as a full-featured deployment orchestrator rather than a lightweight wrapper. Active maintenance and recent security fixes (path traversal in zip extraction, pickle deserialization restrictions) indicate ongoing attention to production use.

Use it for:

  • Deploy Python, Node.js, or .NET applications to Elastic Beanstalk environments from a local development machine or CI/CD pipeline.
  • Initialize and manage multiple Beanstalk environments (dev, staging, production) with consistent configuration and version control.
  • Monitor application health, view logs, and troubleshoot deployments using eb health, eb logs, and eb ssh commands.
  • Migrate existing IIS servers to Elastic Beanstalk using the eb migrate command with remote execution support.
  • Automate application version creation and deployment as part of a Git-based workflow with eb deploy.
  • Analyze application logs with AI-powered insights using the --analyze flag on eb logs.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

EB CLI is a command-line tool for deploying, managing, and monitoring AWS Elastic Beanstalk applications and environments, with Git integration and local development support.

Yes, with conditions. EB CLI is the standard tool for Elastic Beanstalk workflows and is actively maintained with recent security fixes. Install it if you deploy to Beanstalk regularly. However, the high dependency count (17 packages, including Windows-specific modules) makes it best installed in a dedicated virtual environment rather than system-wide. Not necessary if you manage Beanstalk exclusively through the AWS Console or Infrastructure-as-Code tools like CloudFormation or Terraform.

Install

awsebcli on PyPI

pip

pip install awsebcli

uv

uv add awsebcli

poetry

poetry add awsebcli

Installing awsebcli

Before you install

High install friction: 17 runtime dependencies including platform-specific packages (pythonnet, pypiwin32 for Windows) and system-level tools. Maintenance is active with recent releases, but the dependency footprint and Windows-specific requirements add complexity to cross-platform deployments.

License in practice

Apache License 2.0 (permissive) allows commercial and private use with minimal restrictions, making it suitable for enterprise AWS deployments without licensing concerns.

Quickstart

pip install awsebcli
eb init
eb create
eb deploy

Requires AWS credentials configured locally; Windows installations need pythonnet and pypiwin32; some features (eb migrate) are Windows-specific.

Verify before relying

  • Whether all 17 runtime dependencies are required for basic operations or only for specific features (e.g., Windows migration, AI log analysis).
  • Actual Python version floor—classifiers list 3.7+ but requires_python is unspecified in metadata.
  • Whether the high install friction is primarily due to Windows-specific dependencies or affects all platforms equally.

Package facts

License Apache License 2.0 (permissive)
Python support not specified
Install friction high — source build required
Runtime dependencies 17 — botocore, cement, colorama, pathspec, python-dateutil, requests, setuptools, semantic_version, termcolor, wcwidth, PyYAML, urllib3, packaging, blessed, fabric, pythonnet, pypiwin32
Maintenance actively maintained — 46 days since the last release
First released
Downloads 380,054/month — #7,105 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: awsebcli-3.27.3.tar.gz

Development Status :: 5 - Production/StableIntended Audience :: DevelopersIntended Audience :: System AdministratorsLicense :: OSI Approved :: Apache Software LicenseNatural Language :: EnglishProgramming Language :: PythonProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

elastic beanstalk deployment toolaws eb cli command linedeploy to elastic beanstalkmanage beanstalk environmentsaws application deploymenteb cli local developmentbeanstalk environment management
aws-deploymentdevopscli-tool

More Build Tools packages