Configure Deadline Worker Remote Commands Port #426
Labels
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Deadline has a feature whereby remote commands can be issued to a Worker from a Monitor.
By default, the Deadline Worker listens on a random port for these commands. However, random ports are not compatible with AWS Security Groups & Network ACLs -- they force very wide range of ports to be open that might not otherwise be required to be open.
The ask is to provide a means by which the customer can configure the worker's remote command port during a deployment so that Security Group & Network ACL rules can be configured.
Use Case
Simply, any customer that might want to do a least privileged farm deployment and be able to use Deadline Remote Commands. e.g. Any Amazon Nimble Studio customer.
Proposed Solution
This may be tricky. Unlike the log-listening port, Deadline does not have an ini setting for configuring the Worker's remote command listening port. Instead, it is a global repository option -- see "Override Remote Command Port".
So, options include:
deadline.ini
and then setting it, like we do for the Log Streaming port, when configuring a Worker via RFDK; orThis is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: