# cloud-computing

Published articles for cloud-computing.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Presentation: How To Run on Three Clouds at Once, and When Not To

DevFeed: [Presentation: How To Run on Three Clouds at Once, and When Not To](<https://devfeed.tech/articles/presentation-how-to-run-on-three-clouds-at-once-and-when-not-to-8462.md>)

Original publisher: [Read original article](<https://www.infoq.com/presentations/form3-multicloud-architecture/>)

Author: Ross McFarlane, Kevin Holditch

Published: 2026-09-11T11:00:00Z

Content type: article

Language: en

Sources: [InfoQ](<https://devfeed.tech/sources/infoq.md>)

Topics: [networking](<https://devfeed.tech/topics/networking.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [amazon](<https://devfeed.tech/tags/amazon.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [architecture-design](<https://devfeed.tech/tags/architecture-design.md>), [availability](<https://devfeed.tech/tags/availability.md>), [aws](<https://devfeed.tech/tags/aws.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-architecture](<https://devfeed.tech/tags/cloud-architecture.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [cloud-networking](<https://devfeed.tech/tags/cloud-networking.md>), [cockroach-labs](<https://devfeed.tech/tags/cockroach-labs.md>), [cockroachdb](<https://devfeed.tech/tags/cockroachdb.md>), [containers](<https://devfeed.tech/tags/containers.md>), [databases](<https://devfeed.tech/tags/databases.md>), [devops](<https://devfeed.tech/tags/devops.md>), [disaster-recovery](<https://devfeed.tech/tags/disaster-recovery.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [europe](<https://devfeed.tech/tags/europe.md>), [financial-applications](<https://devfeed.tech/tags/financial-applications.md>), [fintech](<https://devfeed.tech/tags/fintech.md>), [form3-multicloud-architecture](<https://devfeed.tech/tags/form3-multicloud-architecture.md>), [infoq](<https://devfeed.tech/tags/infoq.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [microservices](<https://devfeed.tech/tags/microservices.md>), [networking](<https://devfeed.tech/tags/networking.md>), [presentation](<https://devfeed.tech/tags/presentation.md>), [qcon-london-2026](<https://devfeed.tech/tags/qcon-london-2026.md>), [qcon-software-development-conference](<https://devfeed.tech/tags/qcon-software-development-conference.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [transcripts](<https://devfeed.tech/tags/transcripts.md>), [us](<https://devfeed.tech/tags/us.md>)

### AI overview

A presentation on Form3's move from one cloud to a triple-active multi-cloud architecture, covering cross-cloud networking, distributed databases, Kubernetes operators, and regional disaster-recovery expectations.

### Source excerpt

Ross McFarlane and Kevin Holditch discuss Form3's evolution from a single-cloud setup to a triple active multi-cloud architecture. They share key engineering strategies for cross-cloud networking, distributed databases with CockroachDB and NATS, custom Kubernetes operators, and navigating distinct regional disaster recovery expectations across the UK, Europe, and US financial markets. By Ross McFarlane, Kevin Holditch

## We Cut Cloud Waste Before Touching Cluster Sizes: Lessons from Running a Data Platform

DevFeed: [We Cut Cloud Waste Before Touching Cluster Sizes: Lessons from Running a Data Platform](<https://devfeed.tech/articles/we-cut-cloud-waste-before-touching-cluster-sizes-lessons-from-running-a-data-platform-26516.md>)

Original publisher: [Read original article](<https://medium.com/engineering-housing/we-cut-cloud-waste-before-touching-cluster-sizes-lessons-from-running-a-data-platform-9ea96a1f9fbe?source=rss----3a69e32e2594---4>)

Author: Deepika Saini

Published: 2026-09-07T06:33:31Z

Content type: article

Language: en

Sources: [Housing.com](<https://devfeed.tech/sources/housing-com.md>)

Topics: [BigQuery](<https://devfeed.tech/topics/bigquery.md>), [databricks](<https://devfeed.tech/topics/databricks.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [AWS Database Migration Service](<https://devfeed.tech/topics/aws-database-migration-service.md>), [data-platforms](<https://devfeed.tech/topics/data-platforms.md>), [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [bigquery](<https://devfeed.tech/tags/bigquery.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [cost](<https://devfeed.tech/tags/cost.md>), [cost-optimization](<https://devfeed.tech/tags/cost-optimization.md>), [data-engineering](<https://devfeed.tech/tags/data-engineering.md>), [data-platforms](<https://devfeed.tech/tags/data-platforms.md>), [databricks](<https://devfeed.tech/tags/databricks.md>), [delta-lake](<https://devfeed.tech/tags/delta-lake.md>), [finops](<https://devfeed.tech/tags/finops.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [migration](<https://devfeed.tech/tags/migration.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>)

### AI overview

This article explains how a data platform team reduced cloud costs by removing obsolete BigQuery data, adjusting Delta Lake retention, right-sizing DMS infrastructure, identifying unmonitored Databricks jobs, and standardizing pipeline onboarding and cost alerts. It reports that DMS costs were cut by over 50% and that retention was reduced from 90 days to 7 days for appropriate workloads after operational validation.

### Source excerpt

How orphaned BigQuery storage, Delta retention, DMS right-sizing, and Databricks System Tables became our biggest cloud cost wins. The biggest cloud cost optimization we made wasn't shrinking clusters.It was deleting data we'd forgotten we were paying for.Like most teams, our first instinct was to tune infrastructure first. Instead, we discovered a treasure trove of hidden costs: orphaned BigQuery datasets, 90-day Delta retention, 24-hour jobs no one monitored, and DMS infrastructure that no longer matched business needs.We stopped treating cloud bills as a finance problem and started treating them as a platform engineering problem.30-second takeaway Why deleting forgotten data saved more than shrinking clusters. How we cut DMS costs by over 50%. How Databricks System Tables exposed hidden 24-hour jobs. How config.metadata standardized pipeline onboarding. How weekly Slack alerts turned cost optimization into a habit. Section 1: Storage Was Our Biggest Leak -- We Were Paying to Store Data Nobody Used This is the most overlooked cost on many data platforms. Storage duplication across platforms We had already migrated several workloads from BigQuery to Databricks. Large datasets were still sitting in BigQuery long after they had stopped serving production workloads - quietly generating storage costs month after month. Nothing failed. No alerts fired. Every month, we paid for storage that no longer served production workloads.A migration isn't complete until the old storage is decommissioned.The hidden cost of long retention The next surprise came from Delta Lake retention settings. Our workspace was configured to retain deleted table data and transaction history for 90 days to support time travel. Time travel is incredibly useful. But did every table need three months of historical recovery? Not really. We reduced retention to 7 days for appropriate workloads after validating operational needs. What changed immediately: Less storage tied up in deleted data. Faster clea

## Happy 20th Birthday, Amazon EC2

DevFeed: [Happy 20th Birthday, Amazon EC2](<https://devfeed.tech/articles/happy-20th-birthday-amazon-ec2-4619.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/aws/happy-20th-birthday-amazon-ec2/>)

Author: Channy Yun (윤석찬)

Published: 2026-08-25T16:11:02Z

Content type: article

Language: en

Sources: [AWS News Blog](<https://devfeed.tech/sources/aws-news-blog.md>)

Topics: [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [Inference Performance](<https://devfeed.tech/topics/inference-performance.md>)

Tags: [ai-inference](<https://devfeed.tech/tags/ai-inference.md>), [amazon-cloudwatch](<https://devfeed.tech/tags/amazon-cloudwatch.md>), [amazon-ec2](<https://devfeed.tech/tags/amazon-ec2.md>), [amazon-ec2-mac-instances](<https://devfeed.tech/tags/amazon-ec2-mac-instances.md>), [apple](<https://devfeed.tech/tags/apple.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-inferentia](<https://devfeed.tech/tags/aws-inferentia.md>), [aws-local-zones](<https://devfeed.tech/tags/aws-local-zones.md>), [aws-outposts](<https://devfeed.tech/tags/aws-outposts.md>), [aws-trainium](<https://devfeed.tech/tags/aws-trainium.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [general](<https://devfeed.tech/tags/general.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [graviton](<https://devfeed.tech/tags/graviton.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [intel](<https://devfeed.tech/tags/intel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [news](<https://devfeed.tech/tags/news.md>), [nitro-system](<https://devfeed.tech/tags/nitro-system.md>), [performance](<https://devfeed.tech/tags/performance.md>)

### AI overview

AWS marks Amazon EC2's 20th anniversary by reviewing its evolution from a single Linux virtual-server instance to a global service with more than 1,200 instance types. The article highlights foundational services, expanded deployment options, and AWS-designed silicon for AI inference and training.

### Source excerpt

On the 20th Anniversary, we recognize how AWS has continued to push the boundaries of what cloud computing can deliver, building custom silicon for general-purpose and AI workloads and expanding EC2 into new form factors and deployment models that our customers in 2006 could not have imagined.

## Patching at Fleet Scale, Twice: How DigitalOcean Closed Januscape and the AMD Safe RET Issue Without Customer Impact

DevFeed: [Patching at Fleet Scale, Twice: How DigitalOcean Closed Januscape and the AMD Safe RET Issue Without Customer Impact](<https://devfeed.tech/articles/patching-at-fleet-scale-twice-how-digitalocean-closed-januscape-and-the-amd-safe-ret-issue-without-customer-impact-19928.md>)

Original publisher: [Read original article](<https://www.digitalocean.com/blog/patching-januscape-amd-safe-ret>)

Author: Tim Lisko

Published: 2026-08-24T21:25:19Z

Content type: article

Language: en

Sources: [DigitalOcean](<https://devfeed.tech/sources/digitalocean.md>)

Topics: [Digital Ocean](<https://devfeed.tech/topics/digital-ocean.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [vulnerability](<https://devfeed.tech/topics/vulnerability.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [cloud security](<https://devfeed.tech/topics/cloud-security.md>), [Security](<https://devfeed.tech/topics/security.md>), [Exploit](<https://devfeed.tech/topics/exploit.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>), [Linux](<https://devfeed.tech/topics/linux.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [cve](<https://devfeed.tech/tags/cve.md>), [digitalocean](<https://devfeed.tech/tags/digitalocean.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [exploit](<https://devfeed.tech/tags/exploit.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [security](<https://devfeed.tech/tags/security.md>), [trust-security](<https://devfeed.tech/tags/trust-security.md>), [update](<https://devfeed.tech/tags/update.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>)

### AI overview

DigitalOcean describes how it responded to two serious vulnerabilities affecting its hypervisor fleet: Januscape, a KVM nested-virtualization flaw, was addressed with fleet-wide livepatching, while a separate AMD hypervisor vulnerability required kernel updates and reboots across roughly 1,600 hypervisors. The article reports zero confirmed customer-facing impact.

### Source excerpt

Setting the stakes In early July, security researcher Hyunwoo Kim discovered Januscape (CVE-2026-53359), a flaw in KVM's handling of nested virtualization that could allow a malicious guest to escape into the host hypervisor. It was disclosed publicly on July 6 via the Linux oss-security mailing list. For a cloud provider, a guest-to-host escape is the most serious class of vulnerability there is: the hypervisor is the boundary that keeps each customer's workloads isolated from each other, and from our infrastructure itself. We responded, patched the entire fleet in eight days with zero confirmed customer-facing impact, and drafted a post about how we did it. Then, before we could hit publish, it happened again. In late July we learned of a second and unrelated vulnerability affecting our entire AMD hypervisor fleet, that could not be livepatched. Roughly 1,600 hypervisors needed a kernel update and a reboot. So now this story is about two responses, three weeks apart. The first built the muscle. The second proved it was repeatable, at a larger scale, and on a harder constraint. Here's how both played out, and why two of the most serious vulnerability classes in cloud computing ended up feeling like just another couple of weeks for us. Act one: Januscape The fast path: fleet-wide livepatching Our response kicked off the same night the vulnerability was disclosed. When public exploit code surfaced late in the evening of July 6, the Kernel Engineering team was paged and dug in immediately. Engineers reproduced the exploit in an isolated environment, confirmed which kernel lines were affected, and built the first working livepatch before 1 AM, roughly 45 minutes after answering the page. Livepatching lets us fix a running kernel in place, with no reboot, no migration, and no observed disruption to the customer. A few hours later, patches for the kernel versions (6.1 and 6.12) that run the majority of our hypervisor fleet were ready to ship. For the remainder, we had to

## Graceful Kubernetes Shutdowns Help Protect In-Flight Orders

DevFeed: [Graceful Kubernetes Shutdowns Help Protect In-Flight Orders](<https://devfeed.tech/articles/when-a-missed-message-becomes-a-missed-meal-23983.md>)

Original publisher: [Read original article](<https://medium.com/mcdonalds-technical-blog/when-a-missed-message-becomes-a-missed-meal-1a44cb0051f3?source=rss----3bac42476d27---4>)

Author: Global Technology

Published: 2026-08-12T14:03:07Z

Content type: tutorial

Language: en

Sources: [McDonald's Technical Blog - Medium](<https://devfeed.tech/sources/mcdonald-s-technical-blog-medium.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [distributed-systems](<https://devfeed.tech/topics/distributed-systems.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [devops](<https://devfeed.tech/tags/devops.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [messaging](<https://devfeed.tech/tags/messaging.md>), [operations](<https://devfeed.tech/tags/operations.md>), [scale](<https://devfeed.tech/tags/scale.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>)

### AI overview

This article explains how Kubernetes scaling, rolling updates, and cluster maintenance can interrupt in-flight requests and messages. It introduces graceful shutdown patterns in application code and infrastructure to reduce message loss and improve reliability for large-scale order processing.

### Source excerpt

Why graceful shutdowns matter when millions of orders are in flight. by: Samuel Hapgood, Software Engineer III Quick Bytes At McDonald's scale, rare failures in distributed systems can impact real customer and crew experiences Graceful shutdown patterns in Kubernetes -- across application code and infrastructure -- help protect in-flight work during scaling and deployments With the right shutdown strategies, teams can reduce message loss, improve reliability, and ensure orders make it to the kitchen Imagine you're placing a mobile order at McDonald's during a busy lunch rush. You hit "submit," and the kitchen never gets the order. Now you're left waiting -- no food, no updates, and growing frustration. At first glance, it seems like an easy problem to avoid. How hard can it be to just keep track of the order? But in modern, large-scale distributed systems -- especially those that must scale continuously -- that's not always straightforward. Behind the scenes, platforms like Kubernetes (which orchestrate containerized applications in the cloud) are continuously rescheduling pods as part of normal operations such as scaling applications, performing rolling updates, and maintaining cluster health. During these transitions, in-flight requests or background messages can be interrupted in subtle ways. A pod might shut down before finishing a task, a request might be canceled mid-flight, or a message might be acknowledged by a receiving service, but never actually processed. Even with strong messaging platforms and best practices in place, application shutdowns can still interrupt in-flight work if they are not handled carefully. These are edge cases -- but at McDonald's scale, edge cases happen often enough to matter. In the US alone, our platforms support roughly one million orders per hour on a dynamically scaled cluster of hundreds of nodes. At that volume, reliability becomes critical to ensuring a seamless experience for customers, crews, and restaurant operations. Prevent

## Don't Buy a Raspberry Pi Just to Learn Raspberry Pi

DevFeed: [Don't Buy a Raspberry Pi Just to Learn Raspberry Pi](<https://devfeed.tech/articles/don-t-buy-a-raspberry-pi-just-to-learn-raspberry-pi-10794.md>)

Original publisher: [Read original article](<https://raspberrytips.com/dont-learn-raspberry-pi/>)

Author: Patrick Fromaget

Published: 2026-08-12T05:00:00Z

Content type: opinion

Language: en

Sources: [RaspberryTips](<https://devfeed.tech/sources/raspberrytips.md>)

Topics: [coding](<https://devfeed.tech/topics/coding.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Security](<https://devfeed.tech/topics/security.md>), [Software](<https://devfeed.tech/topics/software.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Server](<https://devfeed.tech/topics/server.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [coding](<https://devfeed.tech/tags/coding.md>), [databases](<https://devfeed.tech/tags/databases.md>), [electronics](<https://devfeed.tech/tags/electronics.md>), [learn](<https://devfeed.tech/tags/learn.md>), [linux](<https://devfeed.tech/tags/linux.md>), [networking](<https://devfeed.tech/tags/networking.md>), [programming](<https://devfeed.tech/tags/programming.md>), [quick-tips](<https://devfeed.tech/tags/quick-tips.md>), [raspberry-pi](<https://devfeed.tech/tags/raspberry-pi.md>), [security](<https://devfeed.tech/tags/security.md>), [software-development](<https://devfeed.tech/tags/software-development.md>)

### AI overview

Raspberry Pi should be treated as a practical training ground rather than a standalone skill. The article recommends using it to learn Linux, coding, electronics, networking, security, databases, and related software skills through focused projects.

### Source excerpt

Raspberry Pi isn't really a skill in itself. It's not something you'll put on your CV like Windows administration or Office use. So if you're buying a Raspberry Pi just to become "good at Raspberry Pi", you're missing the point. For me, Raspberry Pi is like a training ground where I can try out different...

## Deploy MCP Servers on AWS Lambda with Serverless Framework v4

DevFeed: [Deploy MCP Servers on AWS Lambda with Serverless Framework v4](<https://devfeed.tech/articles/deploy-mcp-servers-on-aws-lambda-with-serverless-framework-v4-14154.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/deploy-mcp-servers-on-aws-lambda-with-serverless-framework-v4>)

Author: Serverless Team

Published: 2026-08-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [MCP](<https://devfeed.tech/topics/mcp.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [news](<https://devfeed.tech/tags/news.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [yaml](<https://devfeed.tech/tags/yaml.md>)

### AI overview

A Serverless Framework v4.41.0 deployment workflow for MCP servers on AWS Lambda, using YAML and providing an HTTPS endpoint, response streaming, and pay-per-request pricing.

### Source excerpt

Serverless Framework v4.41.0 deploys MCP servers to AWS Lambda in a few lines of YAML - a real HTTPS endpoint, response streaming, and pay-per-request pricing.

## The Dodo Digest: Don't Let Infrastructure Become Your Biggest Risk

DevFeed: [The Dodo Digest: Don't Let Infrastructure Become Your Biggest Risk](<https://devfeed.tech/articles/the-dodo-digest-don-t-let-infrastructure-become-your-biggest-risk-10122.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/newsletter-august3/>)

Author: Rishabh Goel

Published: 2026-08-03T00:00:00Z

Content type: article

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [Security](<https://devfeed.tech/topics/security.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [anthropic](<https://devfeed.tech/topics/anthropic.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [ransomware](<https://devfeed.tech/topics/ransomware.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [features](<https://devfeed.tech/tags/features.md>), [fraud](<https://devfeed.tech/tags/fraud.md>), [newsletter](<https://devfeed.tech/tags/newsletter.md>), [openai](<https://devfeed.tech/tags/openai.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

The Dodo Digest argues that as AI systems become more capable, security, abuse prevention, and infrastructure are as important as model performance. It discusses security incidents reported by OpenAI and Anthropic, the growing risks of misuse, and product updates including rebuilt Analytics and Prevent Trial Misuse in Dodo Payments v1.109.0.

### Source excerpt

Security incidents at OpenAI and Anthropic show why infrastructure matters as much as models. Plus Analytics v3, Prevent Trial Misuse, payout accounts, and a ReplyDaddy builder spotlight.

## AWS Lambda MicroVM Sandboxes with the Serverless Framework

DevFeed: [AWS Lambda MicroVM Sandboxes with the Serverless Framework](<https://devfeed.tech/articles/easily-develop-aws-lambda-microvm-sandbox-architectures-14086.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/aws-lambda-microvms-sandboxes>)

Author: Serverless Team

Published: 2026-07-21T00:00:00Z

Content type: release

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [Firecracker](<https://devfeed.tech/topics/firecracker.md>), [Emulator](<https://devfeed.tech/topics/emulator.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [emulator](<https://devfeed.tech/tags/emulator.md>), [faas](<https://devfeed.tech/tags/faas.md>), [firecracker](<https://devfeed.tech/tags/firecracker.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [news](<https://devfeed.tech/tags/news.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

### AI overview

AWS Lambda MicroVMs run untrusted and agent-generated code in isolated Firecracker virtual machines. The Serverless Framework supports them as Sandboxes in serverless.yml, with deployment and a local MicroVM emulator for development and testing.

### Source excerpt

AWS Lambda MicroVMs are a new compute primitive for running untrusted and agent-generated code in fully isolated Firecracker virtual machines. The Serverless Framework brings them into serverless.yml as Sandboxes, with one-command deploys and a full local MicroVMs emulator so you can build and test before you ship.

## The fuel of the future is already here: Why TRISO matters

DevFeed: [The fuel of the future is already here: Why TRISO matters](<https://devfeed.tech/articles/the-fuel-of-the-future-is-already-here-why-triso-matters-7608.md>)

Original publisher: [Read original article](<https://www.amazon.science/blog/the-fuel-of-the-future-is-already-here-why-triso-matters>)

Author: Katy Huff

Published: 2026-06-24T19:57:09Z

Content type: article

Language: en

Sources: [Amazon Science homepage](<https://devfeed.tech/sources/amazon-science-homepage.md>)

Topics: [AI Infrastructure](<https://devfeed.tech/topics/ai-infrastructure.md>), [amazon](<https://devfeed.tech/topics/amazon.md>), [cloud-computing](<https://devfeed.tech/topics/cloud-computing.md>)

Tags: [advanced-nuclear-reactors](<https://devfeed.tech/tags/advanced-nuclear-reactors.md>), [advanced-reactor-fuel-fabrication](<https://devfeed.tech/tags/advanced-reactor-fuel-fabrication.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-nuclear-energy](<https://devfeed.tech/tags/amazon-nuclear-energy.md>), [clean-energy-data-centers](<https://devfeed.tech/tags/clean-energy-data-centers.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [decarbonization](<https://devfeed.tech/tags/decarbonization.md>), [durability](<https://devfeed.tech/tags/durability.md>), [energy](<https://devfeed.tech/tags/energy.md>), [haleu](<https://devfeed.tech/tags/haleu.md>), [integrity](<https://devfeed.tech/tags/integrity.md>), [modular-nuclear-reactors](<https://devfeed.tech/tags/modular-nuclear-reactors.md>), [nuclear-energy-for-ai](<https://devfeed.tech/tags/nuclear-energy-for-ai.md>), [physical-science](<https://devfeed.tech/tags/physical-science.md>), [renewable-energy](<https://devfeed.tech/tags/renewable-energy.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [safety](<https://devfeed.tech/tags/safety.md>), [science](<https://devfeed.tech/tags/science.md>), [sustainability](<https://devfeed.tech/tags/sustainability.md>), [triso-fuel](<https://devfeed.tech/tags/triso-fuel.md>), [triso-particles](<https://devfeed.tech/tags/triso-particles.md>), [x-energy-xe-100](<https://devfeed.tech/tags/x-energy-xe-100.md>)

### AI overview

Amazon explains how TRISO nuclear fuel particles use layered carbon and ceramic coatings to contain radioactive byproducts and withstand extreme temperatures. The article connects the technology to rising energy demands from AI infrastructure and cloud computing, citing testing that found no detectable failures at 1600°C for 300 hours.

### Source excerpt

Millimeter-scale particles of nuclear-reactor fuel are encased in four layers of different materials that act as a "miniature containment system".

## A low-carbon computing platform from your retired phones

DevFeed: [A low-carbon computing platform from your retired phones](<https://devfeed.tech/articles/a-low-carbon-computing-platform-from-your-retired-phones-6739.md>)

Original publisher: [Read original article](<https://research.google/blog/a-low-carbon-computing-platform-from-your-retired-phones/>)

Published: 2026-06-12T17:37:00Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [Green Software](<https://devfeed.tech/topics/green-software.md>), [cloud-computing](<https://devfeed.tech/topics/cloud-computing.md>), [datacenter](<https://devfeed.tech/topics/datacenter.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [climate-sustainability](<https://devfeed.tech/tags/climate-sustainability.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [compute](<https://devfeed.tech/tags/compute.md>), [datacenter](<https://devfeed.tech/tags/datacenter.md>), [distributed-systems-parallel-computing](<https://devfeed.tech/tags/distributed-systems-parallel-computing.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [energy](<https://devfeed.tech/tags/energy.md>), [energy-efficiency](<https://devfeed.tech/tags/energy-efficiency.md>), [google](<https://devfeed.tech/tags/google.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [memory](<https://devfeed.tech/tags/memory.md>), [performance](<https://devfeed.tech/tags/performance.md>), [servers](<https://devfeed.tech/tags/servers.md>), [smartphones](<https://devfeed.tech/tags/smartphones.md>), [storage](<https://devfeed.tech/tags/storage.md>), [sustainability](<https://devfeed.tech/tags/sustainability.md>)

### AI overview

Researchers at the University of California San Diego, with Google's support, are developing a low-carbon cloud computing platform from retired smartphones. A planned datacenter using 2,000 Pixel smartphones aims to provide low-cost computing while reducing the need for newly manufactured hardware and its associated emissions.

### Source excerpt

Climate & Sustainability

## Slack AI: The Path to Multi-Cloud

DevFeed: [Slack AI: The Path to Multi-Cloud](<https://devfeed.tech/articles/slack-ai-the-path-to-multi-cloud-151.md>)

Original publisher: [Read original article](<https://slack.engineering/slack-ai-the-path-to-multi-cloud/>)

Author: Shaurya Kethireddy

Published: 2026-05-28T14:15:20Z

Content type: article

Language: en

Sources: [Engineering at Slack](<https://devfeed.tech/sources/engineering-at-slack.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [availability](<https://devfeed.tech/tags/availability.md>), [aws](<https://devfeed.tech/tags/aws.md>), [backend](<https://devfeed.tech/tags/backend.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-architecture](<https://devfeed.tech/tags/cloud-architecture.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [containers](<https://devfeed.tech/tags/containers.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [iam](<https://devfeed.tech/tags/iam.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [innovation](<https://devfeed.tech/tags/innovation.md>), [llms](<https://devfeed.tech/tags/llms.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [performance](<https://devfeed.tech/tags/performance.md>), [security](<https://devfeed.tech/tags/security.md>), [slack](<https://devfeed.tech/tags/slack.md>), [software-development](<https://devfeed.tech/tags/software-development.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

Slack describes evolving its enterprise LLM-serving infrastructure from AWS SageMaker toward multi-cloud, multi-vendor orchestration to improve resilience, capacity management, and access to newer models.

### Source excerpt

In early 2023, Slack faced a foundational challenge: serving Large Language Models (LLMs) at enterprise scale with the security, reliability, and performance our customers expect. Over three years, we evolved from basic infrastructure to orchestrating a sophisticated multi-cloud architecture. We didn't just want shiny new models; we needed a system resilient to regional outages and...

## AWS Bedrock AgentCore, S3 File Mounts, Python & Install Improvements

DevFeed: [AWS Bedrock AgentCore, S3 File Mounts, Python & Install Improvements](<https://devfeed.tech/articles/aws-bedrock-agentcore-s3-file-mounts-python-install-improvements-14083.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/aws-bedrock-agentcore-s3-file-mounts-python-install-improvements>)

Author: Serverless Team

Published: 2026-05-27T00:00:00Z

Content type: release

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Python](<https://devfeed.tech/topics/python.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [bedrock](<https://devfeed.tech/tags/bedrock.md>), [bug](<https://devfeed.tech/tags/bug.md>), [bug-fixes](<https://devfeed.tech/tags/bug-fixes.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [faas](<https://devfeed.tech/tags/faas.md>), [framework](<https://devfeed.tech/tags/framework.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [improvements](<https://devfeed.tech/tags/improvements.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [install](<https://devfeed.tech/tags/install.md>), [news](<https://devfeed.tech/tags/news.md>), [python](<https://devfeed.tech/tags/python.md>), [s3](<https://devfeed.tech/tags/s3.md>), [security](<https://devfeed.tech/tags/security.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [update](<https://devfeed.tech/tags/update.md>)

### AI overview

Serverless Framework's May 2026 update covers built-in AWS Bedrock AgentCore support, S3 file system mounts for Lambda, faster Framework installs, Python improvements, bug fixes, and security updates.

### Source excerpt

Serverless Framework's May 2026 update covering built-in AWS Bedrock AgentCore support, S3 file system mounts for Lambda, faster Framework installs, Python improvements, bug fixes, and security updates.

## Types of Cloud Service Models

DevFeed: [Types of Cloud Service Models](<https://devfeed.tech/articles/types-of-cloud-service-models-17763.md>)

Original publisher: [Read original article](<https://talent500.com/blog/types-of-cloud-service-models/>)

Author: Sumit Malviya

Published: 2026-03-12T07:01:39Z

Content type: tutorial

Language: en

Sources: [Backend Archives | Talent500 blog](<https://devfeed.tech/sources/backend-archives-talent500-blog.md>)

Topics: [cloud-computing](<https://devfeed.tech/topics/cloud-computing.md>), [paas and iaas](<https://devfeed.tech/topics/paas-and-iaas.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Multi-tenancy](<https://devfeed.tech/topics/multi-tenancy.md>)

Tags: [advantages-and-disadvantages-of-cloud-service-models](<https://devfeed.tech/tags/advantages-and-disadvantages-of-cloud-service-models.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [backend](<https://devfeed.tech/tags/backend.md>), [best-practices-for-implementation-of-cloud-models](<https://devfeed.tech/tags/best-practices-for-implementation-of-cloud-models.md>), [choosing-the-right-cloud-service-model](<https://devfeed.tech/tags/choosing-the-right-cloud-service-model.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [comparing-saas-paas-and-iaas](<https://devfeed.tech/tags/comparing-saas-paas-and-iaas.md>), [conclusion](<https://devfeed.tech/tags/conclusion.md>), [container-as-a-service-caas](<https://devfeed.tech/tags/container-as-a-service-caas.md>), [emerging-cloud-service-models](<https://devfeed.tech/tags/emerging-cloud-service-models.md>), [function-as-a-service-faas](<https://devfeed.tech/tags/function-as-a-service-faas.md>), [future-trends-in-cloud-service-models](<https://devfeed.tech/tags/future-trends-in-cloud-service-models.md>), [infrastructure-as-a-service-iaas](<https://devfeed.tech/tags/infrastructure-as-a-service-iaas.md>), [paas-and-iaas](<https://devfeed.tech/tags/paas-and-iaas.md>), [platform-as-a-service-paas](<https://devfeed.tech/tags/platform-as-a-service-paas.md>), [saas](<https://devfeed.tech/tags/saas.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [software-as-a-service-saas](<https://devfeed.tech/tags/software-as-a-service-saas.md>), [the-three-main-cloud-service-models](<https://devfeed.tech/tags/the-three-main-cloud-service-models.md>), [types-of-cloud-service-models](<https://devfeed.tech/tags/types-of-cloud-service-models.md>), [use-cases-for-every-cloud-service-model](<https://devfeed.tech/tags/use-cases-for-every-cloud-service-model.md>)

### AI overview

This article explains the main cloud service delivery models: Software as a Service (SaaS), Platform as a Service (PaaS), and Infrastructure as a Service (IaaS). It also introduces emerging models such as FaaS and CaaS and discusses SaaS tenancy choices.

### Source excerpt

Cloud computing has fundamentally changed how organizations build, deploy, and scale IT systems. Instead of investing heavily in on-premises hardware [...] The post Types of Cloud Service Models appeared first on Talent500 blog.

## Scaling Whatnot: Behind the Largest Live Shopping Stream in US History

DevFeed: [Scaling Whatnot: Behind the Largest Live Shopping Stream in US History](<https://devfeed.tech/articles/scaling-whatnot-behind-the-largest-live-shopping-stream-in-us-history-23712.md>)

Original publisher: [Read original article](<https://medium.com/whatnot-engineering/scaling-whatnot-behind-the-largest-live-shopping-stream-in-us-history-040a458f538c?source=rss----162aeca881b0---4>)

Author: Whatnot Engineering

Published: 2026-02-24T14:33:16Z

Content type: article

Language: en

Sources: [Whatnot Engineering](<https://devfeed.tech/sources/whatnot-engineering.md>)

Topics: [Scalability](<https://devfeed.tech/topics/scalability.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [SRE](<https://devfeed.tech/topics/sre.md>), [Elixir](<https://devfeed.tech/topics/elixir.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [devops](<https://devfeed.tech/tags/devops.md>), [elixir](<https://devfeed.tech/tags/elixir.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [load-testing](<https://devfeed.tech/tags/load-testing.md>), [python](<https://devfeed.tech/tags/python.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [scale](<https://devfeed.tech/tags/scale.md>), [site-reliability-engineer](<https://devfeed.tech/tags/site-reliability-engineer.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [sre](<https://devfeed.tech/tags/sre.md>), [technology](<https://devfeed.tech/tags/technology.md>)

### AI overview

Whatnot describes how it prepared its platform for a MrBeast giveaway stream that reached 583,000 concurrent viewers and became the largest live shopping event in US history. The article covers architectural investments, progressive production load testing, event-day results, and lessons for future scalability.

### Source excerpt

On February 8, 2026, over a half million viewers tuned in to watch MrBeast give away 1 million dollars in prizes on Whatnot. On Big Game Sunday 2026, MrBeast went live on Whatnot for a giveaway show that would become the largest live shopping event in US history. At peak, 583,000 concurrent viewers were watching a single show on our platform. Over 555k people entered a single giveaway. We drove hundreds of thousands of new signups in 24 hours. If any one of a dozen systems buckled, it would have happened live on camera. We pulled it off with zero major incidents. But that outcome was never guaranteed. It took months of preparation, 60+ engineers across every major engineering org, and some of the most significant infrastructure investments we've ever made. In this post, we'll walk through the biggest technical challenges we faced and how we solved them, not with throwaway scaffolding, but with durable platform improvements that raise our scalability ceiling for every seller and buyer on the platform. We'll cover the work in three parts. First, the key architectural investments we made to handle this scale: admission control, connection pooling, feed resilience, and video infrastructure. Then, how we validated it all through progressive production load testing. Finally, what happened on event day, what we learned, and what we're carrying forward. Setting the Stage If you've followed our blog, you might remember our Post Malone "Post-Poned" post from 2022 or our three-part series on preparing for the 2024 Big Game. Each of those events pushed us to improve, and each one revealed new limits. As our community has grown, scaling our infrastructure to match has been a consistent priority. The MrBeast event was on a different order of magnitude entirely, but it accelerated work that was already underway. Our target was to support 1 million concurrent viewers on a single stream and 1.35 million across the platform. To put that in perspective, our previous largest event had

## Scheduling in a changing world: Maximizing throughput with time-varying capacity

DevFeed: [Scheduling in a changing world: Maximizing throughput with time-varying capacity](<https://devfeed.tech/articles/scheduling-in-a-changing-world-maximizing-throughput-with-time-varying-capacity-6862.md>)

Original publisher: [Read original article](<https://research.google/blog/scheduling-in-a-changing-world-maximizing-throughput-with-time-varying-capacity/>)

Published: 2026-02-11T10:34:00Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [Algorithms & Theory](<https://devfeed.tech/topics/algorithms-theory.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [cloud-computing](<https://devfeed.tech/topics/cloud-computing.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [algorithms](<https://devfeed.tech/tags/algorithms.md>), [algorithms-theory](<https://devfeed.tech/tags/algorithms-theory.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [cloud-infrastructure](<https://devfeed.tech/tags/cloud-infrastructure.md>), [google](<https://devfeed.tech/tags/google.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

Google Research presents approximation algorithms for scheduling non-preemptive jobs when cloud capacity varies over time. The work targets throughput maximization in volatile environments where interruptions can erase progress.

### Source excerpt

Algorithms & Theory

## Newsletter: Managed Instances, Durable Functions, Core Integrations

DevFeed: [Newsletter: Managed Instances, Durable Functions, Core Integrations](<https://devfeed.tech/articles/newsletter-managed-instances-durable-functions-core-integrations-14288.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/newsletter-managed-instances-durable-functions-core-integrations>)

Author: Serverless Team

Published: 2026-01-20T00:00:00Z

Content type: news

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [lambda](<https://devfeed.tech/tags/lambda.md>), [news](<https://devfeed.tech/tags/news.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [sso](<https://devfeed.tech/tags/sso.md>)

### AI overview

A Serverless Framework Q1 2026 newsletter covers Lambda managed instances, durable functions, native AppSync support, built-in pruning, AWS SSO login, and integrations moved from plugins into core.

### Source excerpt

Serverless Framework's Q1 2026 newsletter covering Lambda managed instances, durable functions, native AppSync support, built-in pruning, AWS SSO login, and plugin-to-core integrations.

## The Design & Implementation of Sprites

DevFeed: [The Design & Implementation of Sprites](<https://devfeed.tech/articles/the-design-implementation-of-sprites-1694.md>)

Original publisher: [Read original article](<https://fly.io/blog/design-and-implementation/>)

Published: 2026-01-14T00:00:00Z

Content type: article

Language: en

Sources: [The Fly Blog](<https://devfeed.tech/sources/the-fly-blog.md>)

Topics: [fly.io](<https://devfeed.tech/topics/fly-io.md>), [fly](<https://devfeed.tech/topics/fly.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [ssh](<https://devfeed.tech/topics/ssh.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Docker](<https://devfeed.tech/topics/docker.md>)

Tags: [cdn](<https://devfeed.tech/tags/cdn.md>), [close-to-users](<https://devfeed.tech/tags/close-to-users.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [containers](<https://devfeed.tech/tags/containers.md>), [cost](<https://devfeed.tech/tags/cost.md>), [deploy-app-servers](<https://devfeed.tech/tags/deploy-app-servers.md>), [docker](<https://devfeed.tech/tags/docker.md>), [elixir](<https://devfeed.tech/tags/elixir.md>), [fly](<https://devfeed.tech/tags/fly.md>), [fly-io](<https://devfeed.tech/tags/fly-io.md>), [heroku-alternative](<https://devfeed.tech/tags/heroku-alternative.md>), [heroku-competitor](<https://devfeed.tech/tags/heroku-competitor.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [i](<https://devfeed.tech/tags/i.md>), [linux](<https://devfeed.tech/tags/linux.md>), [networking](<https://devfeed.tech/tags/networking.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [platform](<https://devfeed.tech/tags/platform.md>), [postgresql-clusters](<https://devfeed.tech/tags/postgresql-clusters.md>), [scale](<https://devfeed.tech/tags/scale.md>), [servers](<https://devfeed.tech/tags/servers.md>), [ssh](<https://devfeed.tech/tags/ssh.md>)

### AI overview

Fly.io's article introduces Sprites, disposable Linux virtual machines designed to start in seconds, provide root access and a durable 100GB filesystem, and automatically sleep when inactive. It explains the orchestration decisions behind the platform, including moving away from container images while retaining convenient, Docker-like workflows.

### Source excerpt

We're Fly.io, and this is the place in the post where we'd normally tell you that our job is to take your containers and run them on our own hardware all around the world. But last week, we launched Sprites, and they don't work that way at all. Sprites are something new: Docker without Docker without Docker. This post is about how they work. Replacement-level homeowners buy boxes of pens and stick them in "the pen drawer". What the elites know: you have to think adversarially about pens. "The purpose of a system is what it does"; a household's is to uniformly distribute pens. Months from now, the drawer will be empty, no matter how many pens you stockpile. Instead, scatter pens every place you could possibly think to look for one -- drawers, ledges, desks. Any time anybody needs a pen, several are at hand, in exactly the first place they look. This is the best way I've found to articulate the idea of Sprites, the platform we just launched at Fly.io. Sprites are ball-point disposable computers. Whatever mark you mean to make, we've rigged it so you're never more than a second or two away from having a Sprite to do it with. Sprites are Linux virtual machines. You get root. They create in just a second or two: so fast, the experience of creating and shelling into one is identical to SSH'ing into a machine that already exists. Sprites all have a 100GB durable root filesystem. They put themselves to sleep automatically when inactive, and cost practically nothing while asleep. As a result, I barely feel the need to name my Sprites. Sometimes I'll just type sprite create dkjsdjk and start some task. People at Fly.io who use Sprites have dozens hanging around. There aren't yet many things in cloud computing that have the exact shape Sprites do: Instant creation No time limits Persistent disk Auto-sleep to a cheap inactive state This is a post about how we managed to get this working. We created a new orchestration stack that undoes some of the core decisions we made for Fly

## AWS re:Invent serverless features available in Serverless Framework v4

DevFeed: [AWS re:Invent serverless features available in Serverless Framework v4](<https://devfeed.tech/articles/newsletter-use-new-aws-re-invent-features-today-14460.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/use-new-aws-re-invent-features-today>)

Author: Serverless Team

Published: 2025-12-09T00:00:00Z

Content type: article

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Serverless](<https://devfeed.tech/topics/serverless.md>), [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [IAM](<https://devfeed.tech/topics/iam.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [apis](<https://devfeed.tech/tags/apis.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [faas](<https://devfeed.tech/tags/faas.md>), [features](<https://devfeed.tech/tags/features.md>), [framework](<https://devfeed.tech/tags/framework.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [iam](<https://devfeed.tech/tags/iam.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [livestream](<https://devfeed.tech/tags/livestream.md>), [networking](<https://devfeed.tech/tags/networking.md>), [news](<https://devfeed.tech/tags/news.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [subscription](<https://devfeed.tech/tags/subscription.md>)

### AI overview

Serverless Framework v4 already includes several AWS re:Invent serverless launches, including new runtimes, streaming APIs, tenant isolation, and expanded IAM and networking controls. The article also mentions a livestream deep-dive and a limited-time subscription offer.

### Source excerpt

AWS re:Invent's biggest serverless launches are already live in Serverless Framework v4, with new runtimes, streaming APIs, tenant isolation, enriched IAM and networking controls, and more - all ready to use today, alongside a livestream deep-dive and a limited-time subscription offer.

## Leaving Intel

DevFeed: [Leaving Intel](<https://devfeed.tech/articles/leaving-intel-13609.md>)

Original publisher: [Read original article](<http://www.brendangregg.com/blog//2025-12-05/leaving-intel.html>)

Published: 2025-12-04T13:00:00Z

Content type: opinion

Language: en

Sources: [Brendan Gregg's Blog](<https://devfeed.tech/sources/brendan-gregg-s-blog.md>)

Topics: [intel](<https://devfeed.tech/topics/intel.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [eBPF](<https://devfeed.tech/topics/ebpf.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [cloud-computing](<https://devfeed.tech/topics/cloud-computing.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [blog](<https://devfeed.tech/tags/blog.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [ebpf](<https://devfeed.tech/tags/ebpf.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [intel](<https://devfeed.tech/tags/intel.md>), [leaving](<https://devfeed.tech/tags/leaving.md>), [linux](<https://devfeed.tech/tags/linux.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [performance](<https://devfeed.tech/tags/performance.md>)

### AI overview

The author announces his departure from Intel after 3.5 years and reflects on his work there, including open-source AI flame graphs, GPU performance visualization, Linux stack walking, eBPF security monitoring, conference leadership, customer meetings, and a company-wide cloud strategy.

### Source excerpt

InnovatiON 2022 AI Flame Graphs GPU Flame Scope Harshad Sane SREcon APAC Cloud strategy Last day I've resigned from Intel and accepted a new opportunity. If you are an Intel employee, you might have seen my fairly long email that summarized what I did in my 3.5 years. Much of this is public: AI flame graphs and released them as open source GPU subsecond-offset heatmap Worked with Linux distros to enable stack walking Was interviewed by the WSJ about eBPF for security monitoring Provided leadership on the eBPF Technical Steering Committee (BSC) Co-chaired USENIX SREcon APAC 2023 Gave 6 conference keynotes It's still early days for AI flame graphs. Right now when I browse CPU performance case studies on the Internet, I'll often see a CPU flame graph as part of the analysis. We're a long way from that kind of adoption for GPUs (and it doesn't help that our open source version is Intel only), but I think as GPU code becomes more complex, with more layers, the need for AI flame graphs will keep increasing. I also supported cloud computing, participating in 110 customer meetings, and created a company-wide strategy to win back the cloud with 33 specific recommendations, in collaboration with others across 6 organizations. It is some of my best work and features a visual map of interactions between all 19 relevant teams, described by Intel long-timers as the first time they have ever seen such a cross-company map. (This strategy, summarized in a slide deck, is internal only.) I always wish I did more, in any job, but I'm glad to have contributed this much especially given the context: I overlapped with Intel's toughest 3 years in history, and I had a hiring freeze for my first 15 months. My fond memories from Intel include meeting Linus at an Intel event who said "everyone is using fleme graphs these days" (Finnish accent), meeting Pat Gelsinger who knew about my work and introduced me to everyone at an exec all hands, surfing lessons at an Intel Australia and HP offsite (

## Newsletter: Improved Python Support, Merging Plugins into Core, and more

DevFeed: [Newsletter: Improved Python Support, Merging Plugins into Core, and more](<https://devfeed.tech/articles/newsletter-improved-python-support-merging-plugins-into-core-and-more-14289.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/newsletter-nov-2025-improved-python-support-merging-plugins-into-core-and-more>)

Author: Serverless Team

Published: 2025-11-18T00:00:00Z

Content type: news

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [serverless framework](<https://devfeed.tech/topics/serverless-framework.md>), [Python](<https://devfeed.tech/topics/python.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [IAM](<https://devfeed.tech/topics/iam.md>), [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [iam](<https://devfeed.tech/tags/iam.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [news](<https://devfeed.tech/tags/news.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [plugins](<https://devfeed.tech/tags/plugins.md>), [python](<https://devfeed.tech/tags/python.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

A Serverless Framework newsletter recaps built-in Python support, plugin consolidation into core, reliability improvements during upstream outages, IAM changes, and planned OpenTelemetry configuration and expanded variable resolution. It also mentions a limited-time discount and hiring for the Framework team.

### Source excerpt

Serverless Framework is closing out the year with major updates--new Python support built in, improved reliability during upstream outages, key IAM changes, and upcoming features like OpenTelemetry configuration and expanded variable resolution--while also offering a limited-time 20% end-of-year discount and actively hiring for the Framework team. This post recaps what's new, what's coming next, and how to get involved.

## Solving virtual machine puzzles: How AI is optimizing cloud computing

DevFeed: [Solving virtual machine puzzles: How AI is optimizing cloud computing](<https://devfeed.tech/articles/solving-virtual-machine-puzzles-how-ai-is-optimizing-cloud-computing-6876.md>)

Original publisher: [Read original article](<https://research.google/blog/solving-virtual-machine-puzzles-how-ai-is-optimizing-cloud-computing/>)

Published: 2025-10-17T17:56:35Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [cloud-computing](<https://devfeed.tech/topics/cloud-computing.md>), [Algorithms & Theory](<https://devfeed.tech/topics/algorithms-theory.md>), [data centers](<https://devfeed.tech/topics/data-centers.md>), [servers](<https://devfeed.tech/topics/servers.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [ai](<https://devfeed.tech/tags/ai.md>), [algorithms](<https://devfeed.tech/tags/algorithms.md>), [algorithms-theory](<https://devfeed.tech/tags/algorithms-theory.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [distributed-systems-parallel-computing](<https://devfeed.tech/tags/distributed-systems-parallel-computing.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [google](<https://devfeed.tech/tags/google.md>), [packing](<https://devfeed.tech/tags/packing.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [research](<https://devfeed.tech/tags/research.md>), [resource](<https://devfeed.tech/tags/resource.md>), [scale](<https://devfeed.tech/tags/scale.md>), [server](<https://devfeed.tech/tags/server.md>), [servers](<https://devfeed.tech/tags/servers.md>), [software-systems-engineering](<https://devfeed.tech/tags/software-systems-engineering.md>), [virtual-machines](<https://devfeed.tech/tags/virtual-machines.md>)

### AI overview

Google Research presents LAVA, a scheduling system that uses AI models to continuously predict and adapt to virtual machine lifetimes. Its NILAS, LAVA, and LARS algorithms improve VM allocation and rescheduling in large cloud data centers, reducing stranded resources and improving server efficiency.

### Source excerpt

Algorithms & Theory

## From Cloud Chaos to Governance: How FinOps and DevOps Converge in 2025

DevFeed: [From Cloud Chaos to Governance: How FinOps and DevOps Converge in 2025](<https://devfeed.tech/articles/from-cloud-chaos-to-governance-how-finops-and-devops-converge-in-2025-17643.md>)

Original publisher: [Read original article](<https://www.urolime.com/blogs/from-cloud-chaos-to-governance-how-finops-and-devops-converge-in-2025/>)

Author: Urolime Technologies

Published: 2025-10-17T06:33:40Z

Content type: article

Language: en

Sources: [Kubernetes Archives - Urolime Blogs](<https://devfeed.tech/sources/kubernetes-archives-urolime-blogs.md>)

Topics: [DevOps](<https://devfeed.tech/topics/devops.md>), [finops](<https://devfeed.tech/topics/finops.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [GitOps](<https://devfeed.tech/topics/gitops.md>), [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [automation](<https://devfeed.tech/tags/automation.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [devops](<https://devfeed.tech/tags/devops.md>), [finops](<https://devfeed.tech/tags/finops.md>), [gitops](<https://devfeed.tech/tags/gitops.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-consulting-services](<https://devfeed.tech/tags/kubernetes-consulting-services.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>)

### AI overview

This article discusses how FinOps and DevOps can work together to address cloud chaos, including rising costs, siloed teams, and inefficient resource use. It describes DevOps practices such as automation, collaboration, GitOps, and platform engineering alongside FinOps practices such as forecasting, resource tagging, and financial accountability.

### Source excerpt

Cloud computing fuels today's businesses with the ability to innovate at an unprecedented scale. However, a large number of organizations encounter "cloud chaos" which can be defined through the exploding costs, siloed teams, and a wasteful resource utilization. In 2025, the intersection of FinOps and DevOps is shaping this chaos into managed, optimized cloud infrastructures. [...]

## The European Cloud/Computing Situation

DevFeed: [The European Cloud/Computing Situation](<https://devfeed.tech/articles/the-european-cloud-computing-situation-36558.md>)

Original publisher: [Read original article](<https://berthub.eu/articles/posts/the-european-situation/>)

Published: 2025-07-11T10:03:55Z

Content type: opinion

Language: en

Sources: [Bert Hubert's writings](<https://devfeed.tech/sources/bert-hubert-s-writings.md>)

Topics: [cloud-computing](<https://devfeed.tech/topics/cloud-computing.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Azure](<https://devfeed.tech/topics/azure.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [amazon-web-services](<https://devfeed.tech/tags/amazon-web-services.md>), [azure](<https://devfeed.tech/tags/azure.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [google](<https://devfeed.tech/tags/google.md>), [saas](<https://devfeed.tech/tags/saas.md>)

### AI overview

This commentary examines Europe's cloud-computing situation, tracing the shift from locally owned software to software as a service. It argues that European SaaS providers often depend on advanced services from Amazon, Microsoft/Azure, and Google, despite Europe having affordable infrastructure providers.

### Source excerpt

A brief addition to the 50000 words I wrote earlier on the cloud: what is the European situation? Software Initially, companies and governments would buy licenses to software. You'd typically have a piece of software in your office, on one of your computers, to calculate payroll with. Most other computers would have copies of WordPerfect installed. This software would function for years without updates or maintenance. If WordPerfect-the-company would disappear, you would not even notice.

[Next page](<https://devfeed.tech/tags/cloud-computing.md?cursor=WyIyMDI1LTA3LTExVDEwOjAzOjU1KzAwOjAwIiwgIjg3MzRkMzYyLTgxODMtNDYwOC05ZTM5LTU3NTE5ZjZlNTY0NiJd>)