Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Cloud monitoring, security and related technologies.

Why Cloud Security Pays Off: Key Benefits Explained for Decision-Makers

Every new app, user, workload and connection creates value, yet it can also create another opening for disruption. One weak password, a missed update or an exposed setting can lead to downtime, lost data and difficult questions from customers and leadership. For decision-makers, the issue is not whether cloud security costs money. It is whether the business can afford the cost of operating without proper safety. Powerful cloud security helps you reduce risk, improve visibility, support compliance and give teams the trust to grow without looking over their shoulders.

AI ROI is not an engineering metric

I spend most of my week talking to companies about AI ROI. A few months ago, that was still a weirdly specific conversation. Now it’s everywhere. CloudZero spends a lot of time in that conversation, so I’m glad the market is talking about it. But the conversation tends to start, and stall, in the wrong place. There are two ideas I keep coming back to: That doesn’t mean developer productivity is fake. It’s very real.

The real cost of your dependency on hyperscalers

There's a version of cloud strategy that looks like a decision and a version that looks like drift. Most enterprises are living the second version. AWS won an early workload because the team knew it. Azure followed the Microsoft enterprise agreement. GCP came in through a data science team that preferred its ML tooling. Nobody chose concentration; it just accumulated.

Shipped: Allocate AWS cost by account name, not account ID

Until now, allocating by account name meant doing the work yourself: hand-building a custom dimension that mapped every twelve-digit AWS ID to a readable name, then maintaining it by hand in CostFormation. That mapping is fragile. Rename a definition or edit the wrong line and dashboards that depended on it quietly break. Now the account name is built in for accounts connected through AWS CUR 2.0.

What engineering teams are getting wrong in 2026

Ask any engineering leader how AI has changed their team, and you'll get an optimistic answer. Ask them to prove it with a number, and most go quiet. That gap is the story of 2026. Individual engineers are faster than they've ever been. Teams, in a lot of cases, aren't. We talked to our own engineering team, the people who've spent the last year building and shipping Upsun Dispatch and living through exactly this shift, and the same tension came up again and again.

DNS Spy Now Connects to Amazon Route 53. Read-Only, Every Record, Always in Sync.

When we launched DNS provider sync with six providers, one name came up in nearly every "what about..." email: Amazon Route 53. That makes sense. Route 53 runs DNS for an enormous share of production infrastructure, and it does not support zone transfers — so until now, monitoring a Route 53 zone meant relying on autodiscovery's educated guesses. Today that gap closes.

How to Minimize Downtime During a Microsoft 365 Migration

Moving your organization's email, files, collaboration tools, and user accounts to Microsoft 365 is a major step toward a more flexible and secure workplace. Whether you're replacing an older email platform, merging companies, or reorganizing your IT environment, the migration process requires careful planning.

PostgreSQL and MariaDB autoscaling: how full-stack autoscaling closes the database gap

When platform providers talk about autoscaling, they usually mean one thing: application autoscaling, adding or removing web instances based on traffic. The pattern is well understood. Define a metric, set a threshold, and let the platform act on it. Most platforms still leave database capacity as a separate, mostly manual problem. Teams either pre-provision for the worst hour of the worst day, upgrade plans on a calendar, or wire together their own scaling logic on Kubernetes or RDS.