<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Releases on AutoSpotting</title><link>https://autospotting.io/categories/releases.html</link><description>Recent content in Releases on AutoSpotting</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 16 Jul 2026 21:58:55 +0300</lastBuildDate><atom:link href="https://autospotting.io/categories/releases/index.xml" rel="self" type="application/rss+xml"/><item><title>New AutoSpotting Bugfix Release - 1.3.1</title><link>https://autospotting.io/blog/leanercloud/2024-04-29-bugfix-release-1-3-1.html</link><pubDate>Mon, 29 Apr 2024 00:00:00 +0000</pubDate><guid>https://autospotting.io/blog/leanercloud/2024-04-29-bugfix-release-1-3-1.html</guid><description>&lt;h2 id="fixing-regressions-in-130-incompatibility-with-instances-out-of-the-defaultvpc-and-lambda-timeout-when-replacing-spot-instances"&gt;Fixing regressions in 1.3.0: incompatibility with instances out of the DefaultVPC and Lambda timeout when replacing Spot instances&lt;/h2&gt;
&lt;p&gt;April 29, 2024&lt;/p&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;After &lt;a href="https://leanercloud.beehiiv.com/p/new-autospotting-releases"&gt;releasing&lt;/a&gt; AutoSpotting 1.3.0 a couple of weeks ago, I&amp;rsquo;ve been working with a few customers who noticed a couple of regressions introduced in this latest version:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;AutoSpotting failed to launched instances except in the Default VPC (major)&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AutoSpotting Lambda timeouts&lt;/strong&gt; while waiting for terminated Spot instances to be in Running State in case the Grace Period is longer than 2 minutes &lt;strong&gt;(medium)&lt;/strong&gt;, resulting in failure to clear suspended ASG. processes**.**&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This release is meant to address those and is &lt;strong&gt;strongly recommended to users that don&amp;rsquo;t use Default VPCs for EC2 instances launched by AutoSpotting&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>New AutoSpotting Releases</title><link>https://autospotting.io/blog/leanercloud/2024-04-11-new-autospotting-releases.html</link><pubDate>Thu, 11 Apr 2024 00:00:00 +0000</pubDate><guid>https://autospotting.io/blog/leanercloud/2024-04-11-new-autospotting-releases.html</guid><description>&lt;p&gt;After almost 8 months since the previous AutoSpotting release, we&amp;rsquo;re happy to announce not one, but two AutoSpotting releases at the same time, packed with lots of improvements.&lt;/p&gt;
&lt;p&gt;I was hoping to release this much earlier, but somehow each time we got quite close, customers reported yet another little but important edge case that would be be great to fix and then another and so on…&lt;/p&gt;
&lt;p&gt;This finally resulted in a few &lt;strong&gt;dozens of relatively small reliability, correctness and performance improvements&lt;/strong&gt; addressing lots of edge cases throughout the code base.&lt;/p&gt;</description></item><item><title>New AutoSpotting Release: Mixed Autoscaling Groups Support</title><link>https://autospotting.io/blog/leanercloud/2023-07-04-mixed-autoscaling-groups.html</link><pubDate>Tue, 04 Jul 2023 00:00:00 +0000</pubDate><guid>https://autospotting.io/blog/leanercloud/2023-07-04-mixed-autoscaling-groups.html</guid><description>&lt;h2 id="how-ecs-capacity-providers-inspired-me-to-fix-an-ancient-autospotting-issue"&gt;How ECS capacity providers inspired me to fix an ancient AutoSpotting issue&lt;/h2&gt;
&lt;p&gt;July 04, 2023&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m excited to announce that a new version of AutoSpotting is now available.&lt;/p&gt;
&lt;p&gt;For some context if you&amp;rsquo;re not familiar with AutoSpotting, it&amp;rsquo;s a tool that makes it easy to adopt Spot instances in existing Autoscaling groups, without requiring configuration changes, by replacing their instances with Spot clones using attach/detach API calls.&lt;/p&gt;
&lt;p&gt;For more information about AutoSpotting you can have a look at &lt;a href="http://AutoSpotting.io?utm_source=leanercloud.beehiiv.com&amp;amp;utm_medium=referral&amp;amp;utm_campaign=new-autospotting-release-adding-support-for-mixed-autoscaling-groups"&gt;AutoSpotting.io&lt;/a&gt; or check out our Open Source code on &lt;a href="https://github.com/LeanerCloud/AutoSpotting?utm_source=leanercloud.beehiiv.com&amp;amp;utm_medium=referral&amp;amp;utm_campaign=new-autospotting-release-adding-support-for-mixed-autoscaling-groups"&gt;GitHub&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Another New AutoSpotting Release in Less Than a Week</title><link>https://autospotting.io/blog/leanercloud/2023-04-15-autospotting-release-less-than-week.html</link><pubDate>Sat, 15 Apr 2023 00:00:00 +0000</pubDate><guid>https://autospotting.io/blog/leanercloud/2023-04-15-autospotting-release-less-than-week.html</guid><description>&lt;h2 id="fixing-ecs-load-balancer-draining"&gt;Fixing ECS load balancer draining&lt;/h2&gt;
&lt;p&gt;April 15, 2023&lt;/p&gt;
&lt;p&gt;Over the last 7 years I&amp;rsquo;ve been working hard to make AutoSpotting the best solution for running Spot Instances in Autoscaling groups.&lt;/p&gt;
&lt;p&gt;Just a few days ago I released our &lt;a href="https://leanercloud.beehiiv.com/p/leanercloud-product-updates"&gt;biggest release ever&lt;/a&gt; which makes AutoSpotting managed groups of Spot instances even more resilient to low capacity situations than the vast majority of Autoscaling groups configured with a single OnDemand instance type.&lt;/p&gt;
&lt;p&gt;As I always keep improving the experience based on user feedback, I just released a new version of AutoSpotting that improves reliability for ECS users, making AutoSpotting with ECS a more highly available solution than plain ECS itself!&lt;/p&gt;</description></item><item><title>LeanerCloud Product Updates</title><link>https://autospotting.io/blog/leanercloud/2023-04-12-leanercloud-product-updates.html</link><pubDate>Wed, 12 Apr 2023 00:00:00 +0000</pubDate><guid>https://autospotting.io/blog/leanercloud/2023-04-12-leanercloud-product-updates.html</guid><description>&lt;p&gt;&lt;em&gt;After less than 7 weeks from our previous AutoSpotting release, we&amp;rsquo;re happy to announce a new one, our biggest release so far in the entire 7 years history of AutoSpotting.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;It brings over a dozen improvements in performance, reliability, correctness and ease of use, including the following major enhancements:&lt;/em&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;Proactive Spot instance launch on Spot terminations&lt;/strong&gt;&lt;/em&gt;*, reducing the instance replacement time by avoiding the use of temporary On-Demand instances.*&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;Diversified failover to On-Demand instances&lt;/strong&gt;&lt;/em&gt; &lt;em&gt;during periods of high-demand of EC2 capacity provides even more resilience to Insufficient Capacity Errors(ICE) than the typical AutoScaling groups configured with a single instance type.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;Automatically determine the Spot product for each AutoScaling group&lt;/strong&gt;&lt;/em&gt;*, resulting in a simpler setup, correct instance type selection, accurate billing and higher diversification for Windows, RHEL and Suse Linux Spot instances.*&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;Supporting installation of AutoSpotting in any AWS region&lt;/strong&gt;&lt;/em&gt; &lt;em&gt;as its main region, reducing the complexity and networking costs of the previous cross-region setup.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;Fixed a number of issues related to Security group configuration&lt;/strong&gt;&lt;/em&gt;*, which sometimes caused Spot instances to fail to launch or start with incorrect Security Groups.*&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;em&gt;This updated version of AutoSpotting is available on the&lt;/em&gt; &lt;em&gt;&lt;a href="https://aws.amazon.com/marketplace/pp/prodview-6uj4pruhgmun6?utm_source=leanercloud.beehiiv.com&amp;amp;utm_medium=referral&amp;amp;utm_campaign=leanercloud-product-updates"&gt;AWS Marketplace&lt;/a&gt;&lt;/em&gt; &lt;em&gt;and can be installed as usual using CloudFormation or Terraform.&lt;/em&gt;&lt;/p&gt;</description></item></channel></rss>