Describe target groups
step
Lists the AWS ELB v2 target groups.
aws-elbv2-step-target-groups-describe
This AWS ELB v2 step container lists the ELB v2 target groups in a provided region.
If no load balancers are specified, all target groups in the account will be output.
Example Output
Example output for targetgroups
:
[
{
"TargetGroupArn":"arn:aws:elasticloadbalancing:us-west-2:1800948605123:targetgroup/test1/8dd8ffd71233172b3",
"TargetGroupName":"target_group1",
"Protocol":"HTTP",
"Port":80,
"VpcId":"vpc-98b21611",
"HealthCheckProtocol":"HTTP",
"HealthCheckPort":"traffic-port",
"HealthCheckEnabled":True,
"HealthCheckIntervalSeconds":30,
"HealthCheckTimeoutSeconds":5,
"HealthyThresholdCount":5,
"UnhealthyThresholdCount":2,
"HealthCheckPath":"/",
"Matcher":{
"HttpCode":"200"
},
"LoadBalancerArns":[
"arn:aws:elasticloadbalancing:us-east-1:1800948605123:loadbalancer/app/test1/ad652aa6a13a123da"
],
"TargetType":"instance"
}
]