-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Feature Request: Support for Autoscaling on Spot Fleets #8693
Comments
I was just about to push a PR with this feature. |
See #8697 |
Also have a need for this feature along with automated bidding. Thanks |
It's been a while since I reviewed #8697, but the last time I looked I recommended it be merged as is. It needs a rebase as I explained in this comment, but that should be it. I'm hoping it can be reviewed and merged soon as it seems some other folks would like to take advantage of this feature too. Looks like the terraform team are making their way through the backlog of PRs, so hopefully soon? |
Closed via #8697 |
With this feature finally merged, you may encounter a backwards compatibility issue. Both the See this note for details: #8697 (comment) |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Recent support was added to TF that enabled the ability to spin up AWS Spot Fleets: https://www.terraform.io/docs/providers/aws/r/spot_fleet_request.html
Since that time, AWS recently announced that they now support AutoScaling on Spot Fleet: https://aws.amazon.com/blogs/aws/new-auto-scaling-for-ec2-spot-fleets/
It would be truly awesome to be able to configure autoscaling on our spot fleet requests!
The text was updated successfully, but these errors were encountered: