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

Deadline Monitor unable to connect to workers to get logs #190

Closed
gdday opened this issue Oct 27, 2020 · 0 comments · Fixed by #257
Closed

Deadline Monitor unable to connect to workers to get logs #190

gdday opened this issue Oct 27, 2020 · 0 comments · Fixed by #257
Assignees
Labels
bug This issue is a bug.

Comments

@gdday
Copy link

gdday commented Oct 27, 2020

My team is having issues with getting access to worker logs when the workers are created using the Spot Event Plugin. They don't stream their logs to CloudWatch, and it looks like the local port (that Deadline Monitor would connect to in order to access logs) on each worker is randomized. That means that the Security Group for the workers has to open up all ports - so it isn't very secure.

Is there any chance of either making the port be static instead of random? Any other solution would also be acceptable - so long as it doesn't involve opening all of the ports.

Reproduction Steps

Error Log

Environment

  • **CDK CLI Version : 1.66.0
  • **CDK Framework Version: 1.66.0
  • **RFDK Version: 0.18
  • Deadline Version:
  • Node.js Version:
  • OS :
  • Language (Version):

Other


This is 🐛 Bug Report

@gdday gdday added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Oct 27, 2020
@horsmand horsmand removed the needs-triage This issue or PR still needs to be triaged. label Nov 10, 2020
@horsmand horsmand self-assigned this Nov 10, 2020
horsmand referenced this issue in horsmand/aws-rfdk Dec 4, 2020
Fixes #190

Either a default port or a user supplied port will be configured for all
workers to listen on, for requests for their log stream. A helper method
is also provided to open up the port in the worker fleet's security
group to any provided IConnectable, like another security group or a CIDR.
horsmand referenced this issue in horsmand/aws-rfdk Dec 11, 2020
Fixes #190

Either a default port or a user supplied port will be configured for all
workers to listen on, for remote requests such as requsting  their log
stream. A helper method is also provided to open up the port in the worker
fleet's security group to any provided IConnectable, like another security
group or a CIDR.
horsmand referenced this issue in horsmand/aws-rfdk Dec 11, 2020
Fixes #190

Either a default port or a user supplied port will be configured for all
workers to listen on, for remote requests such as requsting  their log
stream. A helper method is also provided to open up the port in the worker
fleet's security group to any provided IConnectable, like another security
group or a CIDR.
ddneilson pushed a commit that referenced this issue Dec 11, 2020
Fixes #190

Either a default port or a user supplied port will be configured for all
workers to listen on, for remote requests such as requsting  their log
stream. A helper method is also provided to open up the port in the worker
fleet's security group to any provided IConnectable, like another security
group or a CIDR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants