AWS deadline-cloud documentation change
Summary
Added configuration examples for Cinema 4D and Redshift rendering with specific port numbers and environment variables
Security assessment
Changes provide application-specific configuration details but do not address security vulnerabilities or document security features
Diff
diff --git a/deadline-cloud/latest/developerguide/cmf-ubl.md b/deadline-cloud/latest/developerguide/cmf-ubl.md index 55d917a85..d73c314b8 100644 --- a//deadline-cloud/latest/developerguide/cmf-ubl.md +++ b//deadline-cloud/latest/developerguide/cmf-ubl.md @@ -40,0 +41,2 @@ Use the [Amazon VPC Console](https://console.aws.amazon.com/vpc) to create a sec + * Cinama 4D – 7057, TCP, IPv4, IPv6 + @@ -44,0 +47,2 @@ Use the [Amazon VPC Console](https://console.aws.amazon.com/vpc) to create a sec + * Redshift – 7054, TCP, IPv4, IPv6 + @@ -130,0 +135,14 @@ Set the environment variable `ADSKFLEX_LICENSE_FILE` to: +###### Example – Cinema 4D + +Set the environment variable `g_licenseServerRLM` to: + + + VPC_Endpoint_DNS_Name:7057 + +After you create the environment variable, you should be able to render a an image using a command line similar to this one: + + + "C:\Program Files\Maxon Cinema 4D 2025\Commandline.exe" -render ^ + "C:\Users\User\MyC4DFileWithRedshift.c4d" -frame 0 ^ + -oimage "C:\Users\Administrator\User\MyOutputImage.png + @@ -162,0 +181,14 @@ To test that licensing is working properly, you can run Nuke in a terminal: +###### Example – Redshift + +Set the environment variable `redshift_LICENSE` to: + + + 7054@VPC_Endpoint_DNS_Name + +After you create the environment variable, you should be able to render a an image using a command line similar to this one: + + + C:\ProgramData\redshift\bin\redshiftCmdLine.exe ^ + C:\demo\proxy\RS_Proxy_Demo.rs ^ + -oip C:\demo\proxy\images +