status

Check Elastic Beanstalk environment status and health using EB CLI commands.

3|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/shinmc/aws-beanstalk-skills --skill status-shinmc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/shinmc/aws-beanstalk-skills/tree/main/plugins/aws-beanstalk/skills/status
Command: npx skills add https://github.com/shinmc/aws-beanstalk-skills --skill status-shinmc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Elastic Beanstalk environments often require quick visibility into deployment state and health to diagnose issues without digging through the AWS console.

Core Features & Use Cases

  • Check environment status and deployment state for one or more environments.
  • View health indicators and provisioned resources (EC2, load balancers, and autoscaling) at a glance.
  • Use cases include validating deployments, identifying unhealthy environments, and guiding remediation steps.

Quick Start

Run eb status to see the current environment status.

Frequently Asked Questions about status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Elastic Beanstalk environment status and health from the command line?

You can check Elastic Beanstalk environment status and health by running EB CLI commands like eb status and eb health to fetch current state data. This provides quick visibility into deployment states without digging through the AWS console.

Can I view health indicators for multiple Elastic Beanstalk deployments at once?

Yes, you can view health indicators across multiple Elastic Beanstalk deployments. The tool leverages the eb list command alongside eb health to fetch and present state data for single or multiple environments simultaneously.

What is the best way to identify unhealthy Elastic Beanstalk environments during an incident?

The best way to identify unhealthy Elastic Beanstalk environments is using eb health to view health indicators and provisioned resources. This supports incident response by quickly highlighting unhealthy states and guiding remediation steps.

Does checking Elastic Beanstalk status require navigating the AWS console?

Checking Elastic Beanstalk status does not require navigating the AWS console. The tool uses EB CLI commands to fetch environment status, health, and provisioned resources like EC2 and load balancers directly from the terminal.

How do I validate Elastic Beanstalk deployments using the EB CLI?

You validate Elastic Beanstalk deployments by running eb status to check the current environment status and deployment state. This routine health check confirms that your environment transitions to the ready state successfully.