aws-rfdk icon indicating copy to clipboard operation
aws-rfdk copied to clipboard

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.

Results 51 aws-rfdk issues
Sort by recently updated
recently updated
newest added

### Notes The RDS CA certificate used by DocDB instances deployed by RFDK is expiring in August 2024. See https://docs.aws.amazon.com/documentdb/latest/developerguide/ca_cert_rotation.html This PR changes the DocDB instances deployed by our integration...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies
javascript

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.0 to 2.29.1. Release notes Sourced from eslint-plugin-import's releases. v2.29.1 Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1 Changelog Sourced from eslint-plugin-import's changelog. [2.29.1] - 2023-12-14 Fixed [no-extraneous-dependencies]: ignore export type {...

dependencies
javascript

Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.1.0 to 11.2.0. Changelog Sourced from fs-extra's changelog. 11.2.0 / 2023-11-27 Copy directory contents in parallel for better performance (#1026) Refactor internal code to use async/await (#1020)...

dependencies
javascript

I have an existing non-deadline render farm stack. I am trying to integrate deadline using the RFDK. I tried to move the example SEP stack code (Python) into a CDK...

needs-triage
guidance

I get the following error ``` 7:15:02 AM | CREATE_FAILED | Custom::RFDK_X509Generator | RenderQueueRootCA4708D079 Received response status [FAILED] from custom resource. Message returned: Command failed: openssl req -x509 -passout env:CERT_PASSPHRASE...

bug
needs-triage

I ran into a few hiccups while working through the [Developer Guide](https://docs.aws.amazon.com/rfdk/latest/guide/what-is-rfdk.html), and I wanted to share in hopes it helps someone out or can get added to the documentation....

documentation
needs-triage
feature-request

## :question: General Issue ### The Question By using examples/deadline/All-In-AWS-Infrastructure-Basic I setup render farm in AWS. But I am getting an error while connecting the remote server from the Thinkbox...

needs-triage

Hi folks, The example Typescript tutorial linked [here](https://github.com/aws/aws-rfdk/tree/mainline/examples/deadline/All-In-AWS-Infrastructure-SEP/ts ) is broken for mainline branch and release branch. I expected the mainline branch to be broken based on the docs from...

bug
documentation
needs-triage

The `Repository` construct fails to install Deadline Repository when the `IMountableLinuxFilesystem` provided to it is a `MountableFsxLustre` because the `MountableFsxLustre` class [uses POSIX permissions](https://github.com/aws/aws-rfdk/blob/89523baa64ed3d694e87a6d319a94c501dd7f634/packages/aws-rfdk/lib/core/lib/mountable-fsx-lustre.ts#L113-L115), which causes the `Repository` construct to...

bug
needs-triage