Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose UpdatePolicy on WorkerInstanceFleet #309

Open
2 tasks
horsmand opened this issue Feb 4, 2021 · 0 comments
Open
2 tasks

Expose UpdatePolicy on WorkerInstanceFleet #309

horsmand opened this issue Feb 4, 2021 · 0 comments
Labels
feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.

Comments

@horsmand
Copy link
Contributor

horsmand commented Feb 4, 2021

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.

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@horsmand horsmand added needs-triage This issue or PR still needs to be triaged. feature-request A feature should be added or improved. labels Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant