--- id: awsebcli version: "3.27.3" license: Apache License 2.0 license_treatment: permissive maintenance: active --- # awsebcli — Command Line Interface for AWS EB. License: permissive · Maintenance: active · Downloads: 380.1K/mo ## 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 above — 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 pip install awsebcli uv add awsebcli 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: unspecified - Install friction: high - Maintenance: active - Downloads: 380.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags elastic beanstalk deployment tool, aws eb cli command line, deploy to elastic beanstalk, manage beanstalk environments, aws application deployment, eb cli local development, beanstalk environment management, aws-deployment, devops, cli-tool [View on SkillFed](https://skillfed.io/packages/awsebcli) · [View on PyPI](https://pypi.org/project/awsebcli/)