aws.elb.describe_instance_health
Example SQL Queries
SELECT * FROMaws.elb.describe_instance_healthWHERE"load_balancer_name" = 'VALUE';Description
Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned.
Table Definition
| Column Name | Column Data Type |
|---|---|
| load_balancer_name Required Input Column The name of the load balancer. | VARCHAR |
| instances Input Column The IDs of the instances. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| instance_states Information about the health of the instances. | STRUCT( |
Show child fields
| |