<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AWS on AutoSpotting</title><link>https://autospotting.io/categories/aws.html</link><description>Recent content in AWS 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/aws/index.xml" rel="self" type="application/rss+xml"/><item><title>How can Arm chips like AWS Graviton or Apple M1/2 be faster and cheaper than x86 chips from Intel or AMD</title><link>https://autospotting.io/blog/leanercloud/2023-10-25-arm-graviton-performance.html</link><pubDate>Wed, 25 Oct 2023 00:00:00 +0000</pubDate><guid>https://autospotting.io/blog/leanercloud/2023-10-25-arm-graviton-performance.html</guid><description>&lt;h2 id="the-arm-priceperformance-paradox"&gt;The Arm price/performance paradox&lt;/h2&gt;
&lt;p&gt;In my cost optimization gigs I often see how many people don&amp;rsquo;t understand how Arm chips (such as AWS Graviton and Apple M1/M2) can be both cheaper and faster than x86 chips from Intel and AMD.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s counter-intuitive, so many think that since Graviton is ~20% cheaper, it must also be slower.&lt;/p&gt;
&lt;p&gt;To explain this paradox, imagine two development teams:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Team x86 has 4 engineers and 6 managers&lt;/li&gt;
&lt;li&gt;Team Arm has 6 engineers and 2 managers&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That&amp;rsquo;s how you can get 50% more output at 20% less costs.&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>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>My Thoughts on the Current State of EC2 Spot Pricing</title><link>https://autospotting.io/blog/leanercloud/2023-05-10-ec2-spot-pricing-thoughts.html</link><pubDate>Wed, 10 May 2023 00:00:00 +0000</pubDate><guid>https://autospotting.io/blog/leanercloud/2023-05-10-ec2-spot-pricing-thoughts.html</guid><description>&lt;h1 id="my-thoughts-on-the-current-state-of-ec2-spot-pricing"&gt;My thoughts on the current state of EC2 Spot pricing&lt;/h1&gt;
&lt;h2 id="and-what-you-can-do-about-it"&gt;And what you can do about it&lt;/h2&gt;
&lt;p&gt;May 10, 2023&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve recently seen a &lt;a href="https://news.ycombinator.com/item?id=35802157&amp;amp;utm_source=leanercloud.beehiiv.com&amp;amp;utm_medium=referral&amp;amp;utm_campaign=my-thoughts-on-the-current-state-of-ec2-spot-pricing"&gt;post&lt;/a&gt; on HackerNews discussing an interesting &lt;a href="https://pauley.me/post/2023/spot-price-trends/?utm_source=leanercloud.beehiiv.com&amp;amp;utm_medium=referral&amp;amp;utm_campaign=my-thoughts-on-the-current-state-of-ec2-spot-pricing"&gt;article&lt;/a&gt; titled “Farewell to the Era of Cheap EC2 Spot Instances”, painting a pretty depressing picture of recent trends of EC2 Spot pricing.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://autospotting.io/images/blog/leanercloud-content/thoughts-current-state-ec2-spot-pricing/image-2.png" alt="Illustration from: My Thoughts on the Current State of EC2 Spot Pricing" loading="lazy" decoding="async"&gt;
&lt;/p&gt;
&lt;p&gt;As someone building AWS cost optimization &lt;a href="http://autospotting.io/?utm_source=leanercloud.beehiiv.com&amp;amp;utm_medium=referral&amp;amp;utm_campaign=my-thoughts-on-the-current-state-of-ec2-spot-pricing"&gt;tooling&lt;/a&gt; that makes it easy for people to use Spot instances, I&amp;rsquo;m pretty familiar with this space so thought I&amp;rsquo;d share my 2 cents about this current situation and wanted to also offer a few suggestions to Spot users who want to still get the most of Spot instances.&lt;/p&gt;</description></item></channel></rss>