This repository contains a set of samples to use with AWS Deadline Cloud.
The job_bundles directory contains sample jobs that you can submit to your Deadline Cloud queue. You can use the Deadline Cloud CLI to submit these jobs to your queues.
The Open Job Description Specifications repository has more samples that you can use with AWS Deadline Cloud.
$ deadline bundle submit job_bundles/cli_job -p DataDir=~/data_dir
$ deadline bundle gui-submit job_bundles/gui_control_showcase
The conda_recipes directory contains samples and tooling for building conda packages for your
Deadline Cloud queues. You can use the submit-package-job
tool to submit
build jobs to your queue. See this blog post
for instructions on how to configure your Deadline Cloud farm for building and
using an Amazon S3 conda channel.
The queue_environments directory contains sample queue environments you can attach to your Deadline Cloud queue, to provide software applications to your jobs from Conda or Rez.
- AWS Deadline Cloud user guide
- AWS Deadline Cloud developer guide
- AWS Deadline Cloud API reference
- Open Job Description
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.