<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: hidde</title>
    <description>The latest articles on DEV Community by hidde (@hidde_40baba52ffafe2089fb).</description>
    <link>https://dev.to/hidde_40baba52ffafe2089fb</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3808119%2Fbb88ab61-fed0-4a49-8321-2adfde664a6a.jpg</url>
      <title>DEV Community: hidde</title>
      <link>https://dev.to/hidde_40baba52ffafe2089fb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hidde_40baba52ffafe2089fb"/>
    <language>en</language>
    <item>
      <title>Heroku Is in Sustain Mode. Here Are Your Real Options in 2026</title>
      <dc:creator>hidde</dc:creator>
      <pubDate>Thu, 05 Mar 2026 14:27:42 +0000</pubDate>
      <link>https://dev.to/hidde_40baba52ffafe2089fb/heroku-is-in-sustain-mode-here-are-your-real-options-in-2026-2m6i</link>
      <guid>https://dev.to/hidde_40baba52ffafe2089fb/heroku-is-in-sustain-mode-here-are-your-real-options-in-2026-2m6i</guid>
      <description>&lt;h2&gt;
  
  
  After 16 years, Heroku stopped building. Where do you actually go?
&lt;/h2&gt;

&lt;p&gt;On February 6, 2026, Salesforce moved Heroku into sustain mode. No new features. Maintenance and security patches only. The platform that taught a generation of developers to &lt;code&gt;git push heroku main&lt;/code&gt; is done evolving.&lt;/p&gt;

&lt;p&gt;If you're still on Heroku, you need a plan. If you already left for Railway or Render, it's worth asking whether you solved the underlying problem, or just moved to a younger version of the same model.&lt;/p&gt;

&lt;h2&gt;
  
  
  What actually happened to Heroku
&lt;/h2&gt;

&lt;p&gt;Salesforce acquired Heroku in 2010 for $212 million. For a while, investment continued. Then it slowed. Then it stopped.&lt;/p&gt;

&lt;p&gt;The timeline:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;2022:&lt;/strong&gt; Free tier removed. Community trust damaged.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2023 to 2025:&lt;/strong&gt; Feature development slowed to a crawl. No significant platform updates.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;February 2026:&lt;/strong&gt; Sustain mode officially announced. The Heroku team is reassigned. Platform stays running but gets no new features.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Heroku isn't shutting down. Your apps will keep running. But you're now on a platform that will slowly fall behind on runtime versions, security patches, and ecosystem support. The question isn't whether to migrate, it's when and where.&lt;/p&gt;

&lt;h2&gt;
  
  
  The migration options, honestly evaluated
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Option 1: Another shared PaaS (Railway, Render, Fly.io)
&lt;/h3&gt;

&lt;p&gt;Railway is the most common destination. Good DX, active development, $100M in funding. Railway-level experience is genuinely excellent for small-to-medium projects.&lt;/p&gt;

&lt;p&gt;Render offers straightforward deployment with a generous free tier. Predictable pricing. Good docs.&lt;/p&gt;

&lt;p&gt;Fly.io focuses on edge deployment and global distribution. More complex than Railway or Render, but powerful for latency-sensitive applications.&lt;/p&gt;

&lt;p&gt;The problem with this option: you're solving the same risk with the same architecture. Shared PaaS means your infrastructure lives on someone else's servers. If Railway changes direction, raises prices dramatically, or gets acquired, you're in the same position you're in now with Heroku.&lt;/p&gt;

&lt;p&gt;This already happened once. It can happen again.&lt;/p&gt;

&lt;h3&gt;
  
  
  Option 2: BYOC (Bring Your Own Cloud)
&lt;/h3&gt;

&lt;p&gt;BYOC platforms deploy to your cloud account. You get the push-to-deploy DX of a PaaS, but your containers, databases, and data live in your own AWS or GCP account.&lt;/p&gt;

&lt;p&gt;If the BYOC vendor disappears tomorrow, your infrastructure stays. Your GKE clusters, your RDS databases, your Cloud SQL instances, they're just standard cloud resources in your account.&lt;/p&gt;

&lt;p&gt;The platforms:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;AZIN:&lt;/strong&gt; GCP BYOC via GKE Autopilot. No Kubernetes knowledge required. First cluster free. Full &lt;a href="https://azin.run/migrate/heroku" rel="noopener noreferrer"&gt;Heroku migration guide&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Porter:&lt;/strong&gt; AWS, GCP, Azure via managed Kubernetes. ~$225/month minimum on AWS.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flightcontrol:&lt;/strong&gt; AWS-only via ECS. No Kubernetes. Free tier available.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Northflank:&lt;/strong&gt; Six cloud providers. BYOC on all plans including free tier.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For a detailed comparison: &lt;a href="https://azin.run/blog/best-heroku-alternatives" rel="noopener noreferrer"&gt;Best Heroku Alternatives in 2026&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Option 3: Self-hosted (Coolify, Kamal, Dokku)
&lt;/h3&gt;

&lt;p&gt;Install a PaaS on your own servers. Maximum control, maximum responsibility.&lt;/p&gt;

&lt;p&gt;Coolify is the most popular (50K+ GitHub stars). Web dashboard, 280+ one-click services. You manage the servers.&lt;/p&gt;

&lt;p&gt;Kamal is from 37signals (Basecamp/HEY). Docker deployment via SSH. No web UI. CLI-only.&lt;/p&gt;

&lt;p&gt;Dokku is the original Heroku alternative. Proven, stable, single-server.&lt;/p&gt;

&lt;p&gt;Great if you're comfortable managing Linux servers and want the lowest possible cost. Not great if you want managed databases, auto-scaling, or zero-downtime deploys out of the box.&lt;/p&gt;

&lt;h3&gt;
  
  
  Option 4: Go full cloud-native (ECS, GKE, EKS directly)
&lt;/h3&gt;

&lt;p&gt;Skip the abstraction layer entirely. Deploy containers directly to AWS ECS, Google GKE, or manage your own Kubernetes. Full control. Full complexity.&lt;/p&gt;

&lt;p&gt;This makes sense if you have a dedicated DevOps team. It doesn't make sense if your developers are also your ops team, which is most startups and small companies.&lt;/p&gt;

&lt;h2&gt;
  
  
  The actual migration process
&lt;/h2&gt;

&lt;p&gt;Regardless of where you go, the migration follows the same pattern:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Inventory your Heroku resources.&lt;/strong&gt; List every app, addon, and config var. Check for Heroku-specific dependencies (Heroku Postgres, Heroku Redis, Heroku Scheduler).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Containerize if you haven't.&lt;/strong&gt; Most Heroku apps use buildpacks. If your app doesn't have a Dockerfile, create one. Most modern platforms support buildpack-style auto-detection, but a Dockerfile gives you the most portability.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Migrate databases first.&lt;/strong&gt; This is the hardest part. Heroku Postgres to Cloud SQL, RDS, or self-managed Postgres. Use pg_dump/pg_restore for small databases. For larger databases with zero-downtime requirements, set up logical replication first, then cut over.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Deploy to the new platform in staging.&lt;/strong&gt; Push your code to the new platform. Verify it works. Run your test suite against it. Check environment variables, build steps, and runtime behavior.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Switch DNS.&lt;/strong&gt; Once staging is verified, point your domain at the new deployment. Monitor for 24 to 48 hours before tearing down the Heroku app.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cancel Heroku.&lt;/strong&gt; Remove addons first (they often have separate billing). Then delete apps. Then downgrade your account.&lt;/p&gt;

&lt;h2&gt;
  
  
  Which option should you pick?
&lt;/h2&gt;

&lt;p&gt;If you want the fastest migration with the least change: &lt;strong&gt;Railway or Render.&lt;/strong&gt; Same deployment model as Heroku. Lowest learning curve.&lt;/p&gt;

&lt;p&gt;If you want to own your infrastructure and never be in this position again: &lt;strong&gt;BYOC (AZIN, Porter, Flightcontrol, Northflank).&lt;/strong&gt; More setup upfront. Better long-term position.&lt;/p&gt;

&lt;p&gt;If you want maximum control at minimum cost: &lt;strong&gt;Coolify or Kamal on a VPS.&lt;/strong&gt; Requires server management skills.&lt;/p&gt;

&lt;p&gt;If you have a DevOps team: &lt;strong&gt;Raw cloud services (ECS, GKE).&lt;/strong&gt; Skip the abstraction.&lt;/p&gt;

&lt;p&gt;The one option I'd avoid: staying on Heroku and waiting. Sustain mode means the platform will slowly degrade. Runtime versions will fall behind. Security patches will be slower. The longer you wait, the more technical debt accumulates.&lt;/p&gt;

&lt;p&gt;The Heroku era was good. It's over. Pick your next platform based on where you want to be in three years, not just what's easiest today.&lt;/p&gt;

</description>
      <category>cloud</category>
      <category>devops</category>
      <category>webdev</category>
      <category>deployment</category>
    </item>
    <item>
      <title>6 BYOC Cloud Platforms That Deploy to Your Own AWS or GCP Account (2026)</title>
      <dc:creator>hidde</dc:creator>
      <pubDate>Thu, 05 Mar 2026 14:16:26 +0000</pubDate>
      <link>https://dev.to/hidde_40baba52ffafe2089fb/6-byoc-cloud-platforms-that-deploy-to-your-own-aws-or-gcp-account-2026-mfa</link>
      <guid>https://dev.to/hidde_40baba52ffafe2089fb/6-byoc-cloud-platforms-that-deploy-to-your-own-aws-or-gcp-account-2026-mfa</guid>
      <description>&lt;p&gt;I spent two weeks testing every BYOC (Bring Your Own Cloud) platform I could find. BYOC means a platform deploys your apps into your cloud account, your AWS, your GCP, while managing the operational complexity for you. You own the infrastructure. They own the developer experience.&lt;/p&gt;

&lt;p&gt;Here's what I found.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why BYOC instead of Railway/Render/Heroku?
&lt;/h2&gt;

&lt;p&gt;Three reasons:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Cost.&lt;/strong&gt; Shared PaaS platforms add margin on compute. At $500+/month, you're paying significantly more than cloud-direct pricing. BYOC lets you use reserved instances and startup credits.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Compliance.&lt;/strong&gt; SOC 2 and GDPR audits are way easier when you point auditors at your own CloudTrail logs instead of depending on a vendor's SOC 2 report.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;No vendor lock-in on infrastructure.&lt;/strong&gt; If you leave a shared PaaS, your infrastructure doesn't come with you. With BYOC, your cloud resources stay in your account.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The platforms
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. AZIN: GCP BYOC, no Kubernetes overhead
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Clouds:&lt;/strong&gt; GCP (AWS and Azure on roadmap)&lt;br&gt;
&lt;strong&gt;BYOC model:&lt;/strong&gt; GKE Autopilot, first cluster free, pay per pod&lt;br&gt;
&lt;strong&gt;Min cost:&lt;/strong&gt; Platform fee + GCP costs (no cluster overhead)&lt;/p&gt;

&lt;p&gt;AZIN gives you a Railway-like push-to-deploy experience, but your containers run in your GCP account on GKE Autopilot. The key differentiator: GKE Autopilot's first cluster is free and you pay only for pod resources. No EKS control plane fee. No idle nodes.&lt;/p&gt;

&lt;p&gt;You push code, AZIN builds it (using Railpack, an open-source builder), deploys it, handles TLS and networking. Everything is visible in your Google Cloud Console.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Teams on GCP who want the simplest BYOC experience with the lowest cost floor.&lt;br&gt;
&lt;strong&gt;Limitation:&lt;/strong&gt; GCP only for now. If you need AWS or Azure today, look at Porter or Flightcontrol.&lt;/p&gt;

&lt;p&gt;Full comparison of all BYOC platforms: &lt;a href="https://azin.run/blog/best-byoc-cloud-platforms" rel="noopener noreferrer"&gt;azin.run/blog/best-byoc-cloud-platforms&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Porter: Managed Kubernetes on all three clouds
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Clouds:&lt;/strong&gt; AWS (EKS), GCP (GKE), Azure (AKS)&lt;br&gt;
&lt;strong&gt;BYOC model:&lt;/strong&gt; Managed Kubernetes clusters in your account&lt;br&gt;
&lt;strong&gt;Min cost:&lt;/strong&gt; ~$225/month on AWS (EKS control plane + nodes)&lt;/p&gt;

&lt;p&gt;Porter provisions and manages a full Kubernetes cluster in your cloud account. You deploy through a Heroku-like UI. Under the hood: real K8s with all the power and all the operational overhead managed for you.&lt;/p&gt;

&lt;p&gt;The catch: Kubernetes clusters have a base cost. On AWS, the EKS control plane is ~$75/month, plus node instances. The minimum practical bill before deploying anything is roughly $225/month.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Teams that want multi-cloud BYOC and are comfortable with the K8s base cost.&lt;br&gt;
&lt;strong&gt;Limitation:&lt;/strong&gt; High cost floor on AWS. GitHub-only for source integration.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Flightcontrol: AWS-only, ECS-based
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Clouds:&lt;/strong&gt; AWS only&lt;br&gt;
&lt;strong&gt;BYOC model:&lt;/strong&gt; ECS + CloudFormation in your account&lt;br&gt;
&lt;strong&gt;Min cost:&lt;/strong&gt; $0 (free tier: 1 service, unlimited deploys)&lt;/p&gt;

&lt;p&gt;Flightcontrol skips Kubernetes entirely. It deploys to your AWS account using ECS (Elastic Container Service) and Fargate. Infrastructure is provisioned via CloudFormation, standard AWS primitives. If you stop using Flightcontrol, your AWS resources remain as-is.&lt;/p&gt;

&lt;p&gt;All 28 AWS regions are supported. IAM AssumeRole for access, clean and auditable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; AWS-native teams who don't want Kubernetes.&lt;br&gt;
&lt;strong&gt;Limitation:&lt;/strong&gt; AWS only. Preview environments require the $397/month Business plan. Small team (~6 people).&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Northflank: BYOC across six clouds
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Clouds:&lt;/strong&gt; AWS, GCP, Azure, Oracle, Civo, CoreWeave&lt;br&gt;
&lt;strong&gt;BYOC model:&lt;/strong&gt; Managed Kubernetes + BYOK (bring your own K8s cluster)&lt;br&gt;
&lt;strong&gt;Min cost:&lt;/strong&gt; $0 (free Developer Sandbox: 1 BYOC cluster)&lt;/p&gt;

&lt;p&gt;Northflank has the broadest cloud coverage of any BYOC platform. They also support bringing existing Kubernetes clusters (BYOK), which is unique. BYOC is available on all plans, including the free tier.&lt;/p&gt;

&lt;p&gt;The platform itself is full-featured: CI/CD, managed databases, per-second billing, preview environments.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Teams that need BYOC across multiple cloud providers or have existing K8s clusters.&lt;br&gt;
&lt;strong&gt;Limitation:&lt;/strong&gt; Steeper learning curve. The free tier limits you to 1 BYOC cluster.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Qovery: Terraform-based BYOC
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Clouds:&lt;/strong&gt; AWS, GCP, Azure&lt;br&gt;
&lt;strong&gt;BYOC model:&lt;/strong&gt; Terraform + Kubernetes in your account&lt;br&gt;
&lt;strong&gt;Min cost:&lt;/strong&gt; $0 (free tier: 1 cluster, 1 project)&lt;/p&gt;

&lt;p&gt;Qovery uses Terraform to provision Kubernetes clusters in your cloud account. It targets platform engineering teams that want a self-service developer portal on existing infrastructure. Per-seat pricing on paid plans ($29/user/month).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Platform engineering teams managing multiple environments.&lt;br&gt;
&lt;strong&gt;Limitation:&lt;/strong&gt; Terraform dependency adds complexity. Per-seat pricing scales poorly for larger teams.&lt;/p&gt;

&lt;h3&gt;
  
  
  6. Defang: Docker Compose to your cloud
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Clouds:&lt;/strong&gt; AWS, DigitalOcean (GCP coming)&lt;br&gt;
&lt;strong&gt;BYOC model:&lt;/strong&gt; Docker Compose → ECS&lt;br&gt;
&lt;strong&gt;Min cost:&lt;/strong&gt; Free (beta)&lt;/p&gt;

&lt;p&gt;Defang takes a standard docker-compose.yml and deploys it to your cloud account. If your local dev uses Docker Compose, this is the fastest path to production in your own cloud. Still in beta.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Docker Compose workflows that need to move to production.&lt;br&gt;
&lt;strong&gt;Limitation:&lt;/strong&gt; Beta. No managed databases. Limited to Compose workflows.&lt;/p&gt;

&lt;h2&gt;
  
  
  Quick comparison
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Platform&lt;/th&gt;
&lt;th&gt;Clouds&lt;/th&gt;
&lt;th&gt;Min cost&lt;/th&gt;
&lt;th&gt;Managed DBs&lt;/th&gt;
&lt;th&gt;No K8s needed&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;AZIN&lt;/td&gt;
&lt;td&gt;GCP&lt;/td&gt;
&lt;td&gt;Platform fee + GCP&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Porter&lt;/td&gt;
&lt;td&gt;AWS/GCP/Azure&lt;/td&gt;
&lt;td&gt;~$225/mo (AWS)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Flightcontrol&lt;/td&gt;
&lt;td&gt;AWS&lt;/td&gt;
&lt;td&gt;$0 (free tier)&lt;/td&gt;
&lt;td&gt;Yes (RDS)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Northflank&lt;/td&gt;
&lt;td&gt;6 clouds&lt;/td&gt;
&lt;td&gt;$0 (free tier)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Qovery&lt;/td&gt;
&lt;td&gt;AWS/GCP/Azure&lt;/td&gt;
&lt;td&gt;$0 (free tier)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;No (Terraform)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Defang&lt;/td&gt;
&lt;td&gt;AWS/DO&lt;/td&gt;
&lt;td&gt;Free (beta)&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  What about Railway, Render, and Heroku?
&lt;/h2&gt;

&lt;p&gt;Railway has BYOC, but it's Enterprise-only with pricing not publicly listed.&lt;/p&gt;

&lt;p&gt;Render does not offer BYOC at any tier.&lt;/p&gt;

&lt;p&gt;Heroku entered sustain mode in February 2026. No new features. If you're still on Heroku, the migration question is when, not if, and BYOC is worth considering over jumping to another shared PaaS.&lt;/p&gt;

&lt;h2&gt;
  
  
  When shared PaaS is still fine
&lt;/h2&gt;

&lt;p&gt;If you're building a side project, prototyping, or your monthly compute is under $100, shared PaaS (Railway, Render) is simpler and sufficient. BYOC makes sense when compliance, cost at scale, or infrastructure ownership starts mattering.&lt;/p&gt;

&lt;p&gt;The crossover point is roughly $300-500/month in compute spend. Above that, BYOC saves money. Below that, it's an operational overhead you don't need yet.&lt;/p&gt;

</description>
      <category>cloud</category>
      <category>devops</category>
      <category>automation</category>
    </item>
    <item>
      <title>6 BYOC Cloud Platforms That Deploy to Your Own AWS or GCP Account (2026)</title>
      <dc:creator>hidde</dc:creator>
      <pubDate>Thu, 05 Mar 2026 14:16:26 +0000</pubDate>
      <link>https://dev.to/hidde_40baba52ffafe2089fb/6-byoc-cloud-platforms-that-deploy-to-your-own-aws-or-gcp-account-2026-4bhm</link>
      <guid>https://dev.to/hidde_40baba52ffafe2089fb/6-byoc-cloud-platforms-that-deploy-to-your-own-aws-or-gcp-account-2026-4bhm</guid>
      <description>&lt;p&gt;I spent two weeks testing every BYOC (Bring Your Own Cloud) platform I could find. BYOC means a platform deploys your apps into your cloud account, your AWS, your GCP, while managing the operational complexity for you. You own the infrastructure. They own the developer experience.&lt;/p&gt;

&lt;p&gt;Here's what I found.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why BYOC instead of Railway/Render/Heroku?
&lt;/h2&gt;

&lt;p&gt;Three reasons:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Cost.&lt;/strong&gt; Shared PaaS platforms add margin on compute. At $500+/month, you're paying significantly more than cloud-direct pricing. BYOC lets you use reserved instances and startup credits.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Compliance.&lt;/strong&gt; SOC 2 and GDPR audits are way easier when you point auditors at your own CloudTrail logs instead of depending on a vendor's SOC 2 report.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;No vendor lock-in on infrastructure.&lt;/strong&gt; If you leave a shared PaaS, your infrastructure doesn't come with you. With BYOC, your cloud resources stay in your account.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The platforms
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. AZIN: GCP BYOC, no Kubernetes overhead
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Clouds:&lt;/strong&gt; GCP (AWS and Azure on roadmap)&lt;br&gt;
&lt;strong&gt;BYOC model:&lt;/strong&gt; GKE Autopilot, first cluster free, pay per pod&lt;br&gt;
&lt;strong&gt;Min cost:&lt;/strong&gt; Platform fee + GCP costs (no cluster overhead)&lt;/p&gt;

&lt;p&gt;AZIN gives you a Railway-like push-to-deploy experience, but your containers run in your GCP account on GKE Autopilot. The key differentiator: GKE Autopilot's first cluster is free and you pay only for pod resources. No EKS control plane fee. No idle nodes.&lt;/p&gt;

&lt;p&gt;You push code, AZIN builds it (using Railpack, an open-source builder), deploys it, handles TLS and networking. Everything is visible in your Google Cloud Console.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Teams on GCP who want the simplest BYOC experience with the lowest cost floor.&lt;br&gt;
&lt;strong&gt;Limitation:&lt;/strong&gt; GCP only for now. If you need AWS or Azure today, look at Porter or Flightcontrol.&lt;/p&gt;

&lt;p&gt;Full comparison of all BYOC platforms: &lt;a href="https://azin.run/blog/best-byoc-cloud-platforms" rel="noopener noreferrer"&gt;azin.run/blog/best-byoc-cloud-platforms&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Porter: Managed Kubernetes on all three clouds
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Clouds:&lt;/strong&gt; AWS (EKS), GCP (GKE), Azure (AKS)&lt;br&gt;
&lt;strong&gt;BYOC model:&lt;/strong&gt; Managed Kubernetes clusters in your account&lt;br&gt;
&lt;strong&gt;Min cost:&lt;/strong&gt; ~$225/month on AWS (EKS control plane + nodes)&lt;/p&gt;

&lt;p&gt;Porter provisions and manages a full Kubernetes cluster in your cloud account. You deploy through a Heroku-like UI. Under the hood: real K8s with all the power and all the operational overhead managed for you.&lt;/p&gt;

&lt;p&gt;The catch: Kubernetes clusters have a base cost. On AWS, the EKS control plane is ~$75/month, plus node instances. The minimum practical bill before deploying anything is roughly $225/month.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Teams that want multi-cloud BYOC and are comfortable with the K8s base cost.&lt;br&gt;
&lt;strong&gt;Limitation:&lt;/strong&gt; High cost floor on AWS. GitHub-only for source integration.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Flightcontrol: AWS-only, ECS-based
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Clouds:&lt;/strong&gt; AWS only&lt;br&gt;
&lt;strong&gt;BYOC model:&lt;/strong&gt; ECS + CloudFormation in your account&lt;br&gt;
&lt;strong&gt;Min cost:&lt;/strong&gt; $0 (free tier: 1 service, unlimited deploys)&lt;/p&gt;

&lt;p&gt;Flightcontrol skips Kubernetes entirely. It deploys to your AWS account using ECS (Elastic Container Service) and Fargate. Infrastructure is provisioned via CloudFormation, standard AWS primitives. If you stop using Flightcontrol, your AWS resources remain as-is.&lt;/p&gt;

&lt;p&gt;All 28 AWS regions are supported. IAM AssumeRole for access, clean and auditable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; AWS-native teams who don't want Kubernetes.&lt;br&gt;
&lt;strong&gt;Limitation:&lt;/strong&gt; AWS only. Preview environments require the $397/month Business plan. Small team (~6 people).&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Northflank: BYOC across six clouds
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Clouds:&lt;/strong&gt; AWS, GCP, Azure, Oracle, Civo, CoreWeave&lt;br&gt;
&lt;strong&gt;BYOC model:&lt;/strong&gt; Managed Kubernetes + BYOK (bring your own K8s cluster)&lt;br&gt;
&lt;strong&gt;Min cost:&lt;/strong&gt; $0 (free Developer Sandbox: 1 BYOC cluster)&lt;/p&gt;

&lt;p&gt;Northflank has the broadest cloud coverage of any BYOC platform. They also support bringing existing Kubernetes clusters (BYOK), which is unique. BYOC is available on all plans, including the free tier.&lt;/p&gt;

&lt;p&gt;The platform itself is full-featured: CI/CD, managed databases, per-second billing, preview environments.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Teams that need BYOC across multiple cloud providers or have existing K8s clusters.&lt;br&gt;
&lt;strong&gt;Limitation:&lt;/strong&gt; Steeper learning curve. The free tier limits you to 1 BYOC cluster.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Qovery: Terraform-based BYOC
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Clouds:&lt;/strong&gt; AWS, GCP, Azure&lt;br&gt;
&lt;strong&gt;BYOC model:&lt;/strong&gt; Terraform + Kubernetes in your account&lt;br&gt;
&lt;strong&gt;Min cost:&lt;/strong&gt; $0 (free tier: 1 cluster, 1 project)&lt;/p&gt;

&lt;p&gt;Qovery uses Terraform to provision Kubernetes clusters in your cloud account. It targets platform engineering teams that want a self-service developer portal on existing infrastructure. Per-seat pricing on paid plans ($29/user/month).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Platform engineering teams managing multiple environments.&lt;br&gt;
&lt;strong&gt;Limitation:&lt;/strong&gt; Terraform dependency adds complexity. Per-seat pricing scales poorly for larger teams.&lt;/p&gt;

&lt;h3&gt;
  
  
  6. Defang: Docker Compose to your cloud
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Clouds:&lt;/strong&gt; AWS, DigitalOcean (GCP coming)&lt;br&gt;
&lt;strong&gt;BYOC model:&lt;/strong&gt; Docker Compose → ECS&lt;br&gt;
&lt;strong&gt;Min cost:&lt;/strong&gt; Free (beta)&lt;/p&gt;

&lt;p&gt;Defang takes a standard docker-compose.yml and deploys it to your cloud account. If your local dev uses Docker Compose, this is the fastest path to production in your own cloud. Still in beta.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Best for:&lt;/strong&gt; Docker Compose workflows that need to move to production.&lt;br&gt;
&lt;strong&gt;Limitation:&lt;/strong&gt; Beta. No managed databases. Limited to Compose workflows.&lt;/p&gt;

&lt;h2&gt;
  
  
  Quick comparison
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Platform&lt;/th&gt;
&lt;th&gt;Clouds&lt;/th&gt;
&lt;th&gt;Min cost&lt;/th&gt;
&lt;th&gt;Managed DBs&lt;/th&gt;
&lt;th&gt;No K8s needed&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;AZIN&lt;/td&gt;
&lt;td&gt;GCP&lt;/td&gt;
&lt;td&gt;Platform fee + GCP&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Porter&lt;/td&gt;
&lt;td&gt;AWS/GCP/Azure&lt;/td&gt;
&lt;td&gt;~$225/mo (AWS)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Flightcontrol&lt;/td&gt;
&lt;td&gt;AWS&lt;/td&gt;
&lt;td&gt;$0 (free tier)&lt;/td&gt;
&lt;td&gt;Yes (RDS)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Northflank&lt;/td&gt;
&lt;td&gt;6 clouds&lt;/td&gt;
&lt;td&gt;$0 (free tier)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Qovery&lt;/td&gt;
&lt;td&gt;AWS/GCP/Azure&lt;/td&gt;
&lt;td&gt;$0 (free tier)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;No (Terraform)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Defang&lt;/td&gt;
&lt;td&gt;AWS/DO&lt;/td&gt;
&lt;td&gt;Free (beta)&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  What about Railway, Render, and Heroku?
&lt;/h2&gt;

&lt;p&gt;Railway has BYOC, but it's Enterprise-only with pricing not publicly listed.&lt;/p&gt;

&lt;p&gt;Render does not offer BYOC at any tier.&lt;/p&gt;

&lt;p&gt;Heroku entered sustain mode in February 2026. No new features. If you're still on Heroku, the migration question is when, not if, and BYOC is worth considering over jumping to another shared PaaS.&lt;/p&gt;

&lt;h2&gt;
  
  
  When shared PaaS is still fine
&lt;/h2&gt;

&lt;p&gt;If you're building a side project, prototyping, or your monthly compute is under $100, shared PaaS (Railway, Render) is simpler and sufficient. BYOC makes sense when compliance, cost at scale, or infrastructure ownership starts mattering.&lt;/p&gt;

&lt;p&gt;The crossover point is roughly $300-500/month in compute spend. Above that, BYOC saves money. Below that, it's an operational overhead you don't need yet.&lt;/p&gt;

</description>
      <category>cloud</category>
      <category>devops</category>
      <category>automation</category>
    </item>
  </channel>
</rss>
