Share job bundles on your queue
After you build a custom job bundle, you can share it on your queue. Everyone who submits jobs to that queue can then use it. AWS Deadline Cloud stores shared bundles in the queue's job attachments Amazon S3 bucket. Because of that, a teammate who can submit jobs to the queue can also browse, download, and submit the bundles shared on it. You don't need to create any additional infrastructure or permissions.
A shared bundle is a single .ojd archive file that packages the job bundle
directory. It contains the Open Job Description template, asset references, and any script or
data files. Deadline Cloud stores the archives in the job-bundles/ folder under the queue's
job attachments root prefix, for example
s3://. The
upload and download commands create and unpack the archive for you.amzn-s3-demo-bucket/DeadlineCloud/job-bundles/
Your teammates browse, preview, and submit shared bundles with the job bundle browser. For instructions on browsing and submitting shared bundles, see Load and submit shared job bundles in the Deadline Cloud User Guide. The rest of this page covers the sharing side: publishing bundles, working with them from the command line, and managing the bundles on a queue.
Before you begin, complete the following prerequisites:
-
Create a job bundle. For more information, see Open Job Description (OpenJD) templates for Deadline Cloud.
-
Install the Deadline Cloud CLI and configure it with a default farm and queue. You can also pass the
--farm-idand--queue-idoptions to each command. -
Configure a queue with job attachments. For more information, see Use job attachments to share files.
The following topics describe how to publish, use, and manage the bundles shared on your queue.