Expose UpdatePolicy on WorkerInstanceFleet #309
Labels
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
There's no way to perform updates to the AMI used by a worker fleet and have the fleet immediately deploy them, the current configuration will only use the new AMI for new instances that get added to the auto scaling group and leave the old ones as-is. I would like a way to be able to kill any currently running worker instances and start new ones with the updated AMI in their place, with a single CDK deployment.
Use Case
I want to be able to upgrade the version of Deadline on the AMI my workers are using and only have to run
cdk deploy
once to get all my running workers replaced with instances running the new Deadline version.Proposed Solution
I propose we expose the AutoScalingGroup's updatePolicy construct property on the WorkerInstanceFleet, which would allow customers to choose if they'd like to do a blue-green deployment or a rolling update.
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: