Creating a Remote Terminal Session into the Render Queue
Important
On November 7, 2025, AWS Thinkbox Deadline 10 will enter maintenance mode. We recommend exploring AWS Deadline Cloud
You can create a remote terminal session into the Render Queue to perform administrative tasks with DeadlineCommandRenderQueue construct deploys an Elastic Container Service (ECS)RenderQueue with the SessionManagerHelper class:
With this in place, you can connect to your RenderQueue instance by following these steps:
-
Navigate to the Amazon EC2 console in the region your RFDK farm is deployed in.
-
Select the instance with a name that ends in
<render-queue-construct-id>/Cluster/RCS Capacity. -
Click the "Connect" button.
-
Choose the "Session Manager" tab.
-
Click "Connect".
Once you are on the instance, you will need to enter the Docker container that is running the Deadline RCS.
-
List all running Docker containers.
sudo docker container ls -
Copy the "ID" of the container that is running the Deadline RCS. This container should be using an image from an ECR repository in your account or from the AWS Thinkbox ECR Public account
. The entrypointof the container should be./configure-rcs.sh. -
Create a bash shell inside the Docker container by running the following command, replacing
<container-id>with the value from the previous step.sudo docker exec -it <container-id> bash
This will put you in the Docker container running the Deadline RCS, where you can inspect the system and perform administrative tasks via DeadlineCommand/opt/Thinkbox/Deadline10/bin/deadlinecommand). For more information about Deadline, please see Deadline documentation