Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Port forwarding to Login nodes from the Load Balancer #6652

Open
mapk-amazon opened this issue Feb 3, 2025 · 0 comments
Open

Comments

@mapk-amazon
Copy link
Contributor

mapk-amazon commented Feb 3, 2025

Currently

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:

  • SourcePort, Integer, Required, Constraint: >= 0
  • TargetPort, Integer, Required, Constraint: >= 0
  • Protocol, String, Required, Constraint: [TCP, UDP]
  • Certificate: String, optional, Constraint: ARN of certificate in ACM, default: None
  • Stickiness: Boolean, optional, default: false

With those information, PCluster will set up the target groups and listeners, populated with the values provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant