<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ecs on AutoSpotting</title><link>https://autospotting.io/tags/ecs.html</link><description>Recent content in Ecs 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/tags/ecs/index.xml" rel="self" type="application/rss+xml"/><item><title>Releasing Additional Terraform Building Blocks to the LeanerCloud ONCE Bundle</title><link>https://autospotting.io/blog/leanercloud/2024-06-02-terraform-building-blocks.html</link><pubDate>Sun, 02 Jun 2024 00:00:00 +0000</pubDate><guid>https://autospotting.io/blog/leanercloud/2024-06-02-terraform-building-blocks.html</guid><description>&lt;p&gt;Announcing a new release to the &lt;a href="https://leanercloud.beehiiv.com/p/adopting-model-cli-tools-terraform-building-blocks"&gt;LeanerCloud&lt;/a&gt; &lt;a href="https://leanercloud.beehiiv.com/p/adopting-model-cli-tools-terraform-building-blocks"&gt;ONCE&lt;/a&gt; bundle, which consists of the Terraform serverless microservice building blocks.&lt;/p&gt;
&lt;p&gt;The bundle also contains the Optimizer CLI FinOps tool for GP2 to GP3 conversion for EC2 and EDS, and rightsizing with conversion to Graviton for RDS, Elasticache and OpenSearch, released previously.&lt;/p&gt;
&lt;p&gt;These Terraform building blocks are a set of example Terraform modules for building serverless applications using Lambda and ECS Fargate. They will have a slightly different license from the CLI tools, which will allow you to use them to build proprietary products and use within your team, which is not permitted for the CLI tools.&lt;/p&gt;</description></item><item><title>How we maximized task density on our ECS cluster by avoiding burstable instances</title><link>https://autospotting.io/blog/leanercloud/2023-06-28-maximized-task-density-ecs.html</link><pubDate>Wed, 28 Jun 2023 00:00:00 +0000</pubDate><guid>https://autospotting.io/blog/leanercloud/2023-06-28-maximized-task-density-ecs.html</guid><description>&lt;h2 id="and-why-we-had-to-deploy-nat-gateways-in-our-public-subnets"&gt;And why we had to deploy NAT Gateways in our public subnets&lt;/h2&gt;
&lt;p&gt;June 28, 2023&lt;/p&gt;
&lt;p&gt;&lt;img src="https://autospotting.io/images/blog/leanercloud-content/maximized-task-density-ecs-cluster-avoiding-burstable-instances/image-2.png" alt="Illustration from: How we maximized task density on our ECS cluster by avoiding burstable instances" loading="lazy" decoding="async"&gt;
&lt;/p&gt;
&lt;p&gt;As I&amp;rsquo;ve mentioned in my previous posts, I&amp;rsquo;ve been recently working with an AI startup to help them optimize their AWS costs.&lt;/p&gt;
&lt;p&gt;After quickly doing the basic things like converting EBS volumes to GP3 using &lt;a href="https://leanercloud.com/ebs-optimizer?utm_source=leanercloud.beehiiv.com&amp;amp;utm_medium=referral&amp;amp;utm_campaign=how-we-maximized-task-density-on-our-ecs-cluster-by-avoiding-burstable-instances"&gt;EBSOptimizer&lt;/a&gt;, right-sized and converted their RDS databases to Graviton and a few other low hanging fruits, the bulk of the work was about converting their individual instances running Docker-compose to ECS.&lt;/p&gt;</description></item><item><title>Why Kubernetes Wasn't a Good Fit for Us</title><link>https://autospotting.io/blog/leanercloud/2023-06-16-kubernetes-wasnt-good-fit.html</link><pubDate>Fri, 16 Jun 2023 00:00:00 +0000</pubDate><guid>https://autospotting.io/blog/leanercloud/2023-06-16-kubernetes-wasnt-good-fit.html</guid><description>&lt;h2 id="my-thoughts-on-when-to-kube-or-not-to-kube"&gt;My thoughts on when to Kube or not to Kube&amp;hellip;&lt;/h2&gt;
&lt;p&gt;June 16, 2023&lt;/p&gt;
&lt;p&gt;Hello again,&lt;/p&gt;
&lt;p&gt;In my previous &lt;a href="https://leanercloud.beehiiv.com/p/recommended-ecs-instead-kubernetes-latest-customer"&gt;post&lt;/a&gt; I explained the reasons why we ended up choosing ECS instead of Kubernetes for my current &lt;a href="https://leanercloud.com/?utm_source=leanercloud.beehiiv.com&amp;amp;utm_medium=referral&amp;amp;utm_campaign=why-kubernetes-wasn-t-a-good-fit-for-us"&gt;LeanerCloud&lt;/a&gt; customer.&lt;/p&gt;
&lt;p&gt;That post was mostly focused on the customer&amp;rsquo;s needs and how ECS was a better fit for them.&lt;/p&gt;
&lt;p&gt;That blog became pretty viral with over 20k views so far and I received a lot of feedback saying that it was contrarian, and that I should have talked more about where Kubernetes makes sense and why it didn&amp;rsquo;t make sense for us at this stage.&lt;/p&gt;</description></item><item><title>Why I recommended ECS instead of Kubernetes to my latest customer</title><link>https://autospotting.io/blog/leanercloud/2023-06-08-ecs-over-kubernetes.html</link><pubDate>Thu, 08 Jun 2023 00:00:00 +0000</pubDate><guid>https://autospotting.io/blog/leanercloud/2023-06-08-ecs-over-kubernetes.html</guid><description>&lt;h2 id="and-how-a-cost-optimization-exercise-often-leads-to-deeper-modernization-of-cloud-applications"&gt;And how a cost optimization exercise often leads to deeper modernization of cloud applications&lt;/h2&gt;
&lt;p&gt;June 08, 2023&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s been a while since my last post here, and since then I&amp;rsquo;ve been pretty busy. I&amp;rsquo;ve been working with an innovative AI startup, helping them optimize their AWS cloud setup. At the same time I&amp;rsquo;ve been preparing an Udemy course on using ChatGPT for cloud-native software development with a DevOps focus.&lt;/p&gt;
&lt;p&gt;In this post I&amp;rsquo;ll talk about my work with this startup, my thought process and what I recommended them, including the potentially controversial recommendation mentioned in the title.&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></channel></rss>