aws-elb-target-groups
Describes all of your AWS ELB target groups.
aws-elb-target-groups [profile=PROFILE] [region=REGION]
- profile=PROFILE
- The identifier of AWS connect profile
- region=REGION
- AWS region
AWS IAM Policy
To use this command, you must allow the below permissions in your AWS IAM policy:
- elasticloadbalancing:DescribeTargetGroups
- elasticloadbalancing:DescribeTargetHealth
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 |
name | String | Name | |
protocol | String | Protocol | e.g. HTTPS |
port | Integer | Port | e.g. 443 |
target_type | String | Target type | e.g. instance |
health_check_enabled | Bool | Health check enabled | |
health_check_interval_seconds | Integer | Heal check interval | e.g. 30 |
health_check_path | String | Health check path | e.g. / |
health_check_port | String | Health check port | e.g. traffic-port |
health_check_protocol | String | Health check protocol | e.g. HTTPS |
health_check_timeout | Integer | Health check timeout | e.g. 5 |
healthy_threshold_count | Integer | Healthy threshold count | The number of consecutive health checks successes required before considering an unhealthy target healthy. e.g. 5 |
unhealthy_threshold_count | Integer | Unhealthy threshold count | The number of consecutive health check failures required before considering the target unhealthy. e.g. 2 |
vpc_id | String | VPC ID | |
arn | String | ARN | |
load_balancer_arns | List | Load balancer ARNs | Elements with load balancer ARN identifier |
targets | List | Targets | Elements with target_id, target_az, target_port, target_description, target_state, and target_reason properties |