-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Currently clustercron only matches instance id's.
It would be very useful if it could also match the eth0 ip with the registered ALB IP targets.
So;
Clustercron should collect it own instance id and ip4 on eth0.
When
aws elbv2 describe-target-groups --name targetgroup
shows
"TargetType": "instance"
the current instance id matching can take place
{
"TargetHealthDescriptions": [
{
"Target": {
"Id": "i-0184d05d7bf532e14",
when it shows
"TargetType": "ip"
it should match with the healthy ip target that matches.
aws elbv2 describe-target-health --target-group-arn arn
{
"TargetHealthDescriptions": [
{
"Target": {
"Id": "172.31.8.112",
Metadata
Metadata
Assignees
Labels
No labels