TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: New version of AutoSpotting with lots of improvements

1 点作者 alien_超过 2 年前
These are the main changes in this new stable release. Some were previously available in the Open Source trunk code, while others were built over the last couple of weeks:<p>- Added support for recently launched EC2 instance types, including up to R6a, released in July 2022.<p>- Significantly lower Spot interruption rates in the default configuration by<p>1.switching to the EC2 Fleet API in instant mode with the capacity-optimized-prioritized allocation strategy so that we now avoid instance types with a large likelihood of interruption.<p>2.increasing instance type diversification by relaxing the instance type selection logic. Previously we enforced instance types with at least as much EBS bandwidth, but this is now off by default.<p>3.Disabling the handling of Rebalancing recommendation events in the default configuration, which have been seen to significantly increase interruption rates.<p>- Add support for biasing instance types selection to newer instance generations such as C7g, which offer significant performance improvements but with a slight cost increase. This is now turned on by default but can be turned off if lowest cost needs to be prioritised. The way this works is by penalising older generations when doing cost comparisons by 10% of the Spot price for each older generation, while the current generation isn&#x27;t penalised at all.<p>- Lower AutoSpotting costs, by considering the on demand price of the initial instance type configured on the group instead of the on-demand price of the Spot instance type that was launched to replace it.<p>- Fixed handling of Allowed&#x2F;Disallowed InstanceTypes in the default configuration, which was previously allowing all instance types and ignoring the list of Disallowed instance types.<p>- Add support AutoScaling Group-based CodeDeploy deployment groups by triggering CodeDeploy deployments on new Spot instance launches so we no longer depends on tag-based deployment groups.<p>This is a major release and I recommend anyone using AutoSpotting to give it a try. For now this is only available from the AWS Marketplace, but I plan to eventually release this functionality to the Open Source code.

暂无评论

暂无评论