You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should be able to identify a load balancer for an autoscale group by a tuple of (id, port). The current code that coerces the parameter to a list is breaking up that tuple into a list corresponding to [id, port]. The creation then fails, as the port is not a valid ID.
The text was updated successfully, but these errors were encountered:
You should be able to identify a load balancer for an autoscale group by a tuple of (id, port). The current code that coerces the parameter to a list is breaking up that tuple into a list corresponding to [id, port]. The creation then fails, as the port is not a valid ID.
The text was updated successfully, but these errors were encountered: