aws / aws-rfdk

The Render Farm Deployment Kit on AWS is a library for use with the AWS Cloud Development Kit that helps you define your render farm cloud infrastructure as code.
https://docs.aws.amazon.com/rfdk/index.html
Apache License 2.0
111 stars 42 forks source link

feat(core): update to work with Deadline 10.4.0 #1389

Closed rondeau-aws closed 2 days ago

rondeau-aws commented 6 days ago

Problem

We want to use the new Deadline 10.4.0 release with the RFDK.

Most of the issues we encountered are related to OS support in Deadline. Previously we installed Deadline on Amazon Linux 2, but this is no longer supported in Deadline 10.4.0.

Solution

Testing

I ran the integration tests with Deadline 10.4.0.10 and confirmed that they succeed.

I also ran the integration tests on an older revision of this change, and confirmed that they succeeded with Deadline 10.3.2.1.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license