aws-elasticbeanstalk-instances-health
Retrieves detailed information about the health of instances in your AWS Elastic Beanstalk.
aws-elasticbeanstalk-instances-health [profile=PROFILE] [region=REGION] [env=ENV]
- profile=PROFILE
- The identifier of AWS connect profile
- region=REGION
- AWS region
- env=ENV
- Environment ID of AWS Elastic Beanstalk environment. All environments by default.
AWS IAM Policy
To use this command, you must allow the below permissions in your AWS IAM policy:
- elasticbeanstalk:DescribeInstancesHealth
Output Fields
Field | Type | Name | Description |
---|---|---|---|
aws_profile | String | Connect profile | The identifier of AWS connect profile |
region | String | Region | e.g. ap-northeast-2 |
az | String | Availability Zone | e.g. ap-northeast-2a |
env_id | String | Environment ID | e.g. e-igxpchytk3 |
instance_id | String | Instance ID | e.g. i-07701e96ab69db43f |
instance_type | String | Instance type | e.g. t2.micro |
launched_at | Date | Launched at | |
color | String | Color | e.g. Green |
health_status | String | Health status | e.g. Ok |
causes | List | Causes | |
cpu_system | Double | CPU system | |
cpu_user | Double | CPU user | |
cpu_idle | Double | CPU idle | |
cpu_nice | Double | CPU nice | |
cpu_privileged | Double | CPU privileged | |
cpu_irq | Double | CPU IRQ | |
cpu_soft_irq | Double | CPU Soft IRQ | |
cpu_io_wait | Double | CPU IO wait | |
load_avgs | List | Load average | |
duration | Integer | Duration | |
p10 | Double | p10 | The average latency for the slowest 90 percent of requests over the last 10 seconds. |
p50 | Double | p50 | The average latency for the slowest 50 percent of requests over the last 10 seconds. |
p75 | Double | p75 | The average latency for the slowest 25 percent of requests over the last 10 seconds. |
p85 | Double | p85 | The average latency for the slowest 15 percent of requests over the last 10 seconds. |
p90 | Double | p90 | The average latency for the slowest 10 percent of requests over the last 10 seconds. |
p95 | Double | p95 | The average latency for the slowest 5 percent of requests over the last 10 seconds. |
p99 | Double | p99 | The average latency for the slowest 1 percent of requests over the last 10 seconds. |
p999 | Double | p999 | The average latency for the slowest 0.1 percent of requests over the last 10 seconds. |
deployment_id | Long | Deployment ID | |
deployment_time | Date | Deployment time | |
deployment_status | String | Deployment status | |
deployment_version_label | String | Deployment version label |