-
Notifications
You must be signed in to change notification settings - Fork 323
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
[ECS] Support for updating parameters of an ASG capacity provider #633
Comments
Excellent! Whoever created the error message for duplicate capacity provider thought this was already possible; I am glad they will eventually be made right:
|
Thanks for pointing this out, we will change the error message until such time that the update API is launched. |
Error message is still there @coultn |
Very excited for this functionality! Given the complicated formula that CP's use to determine the desired count, having the ability to tweak this to find the proper level for the workload will greatly improve the usability of this tool. |
I would like to add to this the ability to change some of the policy settings for managed scaling as well? In my case im after the instance warm up. The ECS optimized image take a lot less than 5 minutes to start up and it would mean i could scale significantly faster. |
Yes, please. Need to be able to change the Warm up time (300 seconds is a lot). IS there any way to change it using the Cli ? |
Any updates on this? |
Delighted to know this is WIP. It would be very welcomed to be able to change the target number of the capacity provider in a prod environment. It's my most frustrating encounter in AWS to date, everything usually is so flexible and awesome. Look forward to capacity providers keeping that high standard. |
UpdateCapacityProvider API is now available: Also, both the CreateCapacityProvider and UpdateCapacityProvider APIs support specifying a customer instance warm-up time: |
ASG capacity providers are currently immutable objects. With this proposed change, we will add the ability to change the managed scaling, target capacity, and managed termination protection settings on an ASG capacity provider.
The text was updated successfully, but these errors were encountered: