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
PCluster creates for login nodes (pools) an Elastic Load Balancer (NLB) with:
A target group encompassing the login nodes for Port 22, TCP
A listener for port 22, TCP
Request
Enable customization for this. For each pool add the key "LoadBalancers" is a list of "LoadBalancer", having two keys "Type" and "PortForwardings". "Type" is either ALB or NLB for the type of load balancer. PortForwardings is a list of a "Portfowarding" class, having the keys:
Currently
PCluster creates for login nodes (pools) an Elastic Load Balancer (NLB) with:
Request
Enable customization for this. For each pool add the key "LoadBalancers" is a list of "LoadBalancer", having two keys "Type" and "PortForwardings". "Type" is either ALB or NLB for the type of load balancer. PortForwardings is a list of a "Portfowarding" class, having the keys:
With those information, PCluster will set up the target groups and listeners, populated with the values provided.
The text was updated successfully, but these errors were encountered: