Daniel Neilson

Results 12 issues of Daniel Neilson

As promised in the TSC meeting, this ticket contains some notes/observations that I made while attempting to set up a test deployment of OpenCue using the sandbox. I'm not suggesting...

enhancement

--- title: RFC: #18 Open context provider framework labels: management/rfc --- [Rendered version](https://github.com/ddneilson/aws-cdk-rfcs/blob/rfc18/text/0018-open-context-provider-framework.md) --- _By submitting this pull request, I confirm that my contribution is made under the terms of...

management/rfc

The current WorkerInstanceFleet construct does not allow providing a UserData object at creation for it to use. The feature request is to make it possible to do so. ### Use...

needs-triage
feature-request

There is a new ECS feature called "deployment circuit breakers" -- https://aws.amazon.com/blogs/containers/announcing-amazon-ecs-deployment-circuit-breaker/ -- that should be used by the RFDK during its ECS-based deployments. ### Use Case The current RFDK...

needs-triage
feature-request

Deadline [has a feature](https://docs.thinkboxsoftware.com/products/deadline/10.1/1_User%20Manual/manual/remote-control.html#worker-remote-control-options) whereby remote commands can be issued to a Worker from a Monitor. By default, the Deadline Worker listens on a random port for these commands. However,...

needs-triage
feature-request

The CDK changed the EC2 Volume to retain by default, and [added a retention policy property to the EC2 Volume construct](https://github.com/aws/aws-cdk/commit/5a54741a414d3f8b7913163f4785759b984b41d8) about four months ago. The RFDK's MongoDbInstance creates an...

needs-triage
feature-request

Some customers want to deploy RFDK constructs into isolated subnets that have no internet access. The instances/resources deployed by the RFDK need to interact with some external sites (ex: MongoDbInstance...

documentation
needs-triage
feature-request

This is a feature request for support of NFS filesystems within the Deadline render farm. Specifically, for use as the Repository Filesystem and support for using one as an asset...

needs-triage
feature-request

Customers are reportedly seeing a stack trace when trying to use the Python version of the [All-In-AWS-Infrastructure-Basic](https://github.com/aws/aws-rfdk/tree/mainline/examples/deadline/All-In-AWS-Infrastructure-Basic) example. Stack trace below. My guess is that the type checking of jsii...

bug
needs-triage

When the RFDK creates a CloudWatch Log group it does it via the CDK's [LogRetention ](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_logs.LogRetention.html) construct. The CloudWatch Logs APIs that the LogRetention construct calls have a very low...

bug