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
For large clusters and AWS projects, the describeInstances api call
returns a 500 http error because the response exceed the limit in
the AWS api.
This means that, for example, for a classic loadbalancer, no new nodes
get added to it, which could lead to service disruption over time
due to node attrition.
This commit attempts to solve that by changing the call to use the
pagination method from the aws sdk
0 commit comments