Pulumi Blog

Pulumi Blog

Publication
0 followers

Infrastructure as Code with modern languages; automation and platform engineering.

Run Pulumi Insights on Your Own Infrastructure
NewsMar 2, 2026

Run Pulumi Insights on Your Own Infrastructure

Pulumi announced that its Insights platform can now be run on customer‑managed workflow runners, allowing enterprises to execute discovery scans and policy evaluations within their own infrastructure. The self‑hosted option supports both SaaS Pulumi Cloud and self‑hosted installations, and works...

By Pulumi Blog
How We Built a Distributed Work Scheduling System for Pulumi Cloud
NewsFeb 26, 2026

How We Built a Distributed Work Scheduling System for Pulumi Cloud

Pulumi Cloud needed a unified scheduler to orchestrate deployments, Insights scans, and policy evaluations across both its own infrastructure and customer‑managed runners. The team built a database‑backed background activity system that treats each workflow as a typed, persistent activity with...

By Pulumi Blog
Introducing the Terraform State Provider for Pulumi ESC
NewsFeb 13, 2026

Introducing the Terraform State Provider for Pulumi ESC

Pulumi has launched a new Terraform State provider for its ESC platform, allowing teams to import Terraform output values directly into ESC environments. The provider reads state files from local, S3, or Terraform Cloud backends and exposes outputs as first‑class...

By Pulumi Blog
Passwordless PostgreSQL: IAM Authentication with Pulumi
NewsFeb 13, 2026

Passwordless PostgreSQL: IAM Authentication with Pulumi

Pulumi now offers reusable components to enable AWS IAM authentication for Aurora PostgreSQL, allowing applications to connect using short‑lived tokens instead of static passwords. The setup provisions an RDS cluster with IAM authentication, creates IAM‑enabled database users, and configures IRSA...

By Pulumi Blog
Schema Validation Comes to Pulumi ESC with Fn::validate
NewsFeb 12, 2026

Schema Validation Comes to Pulumi ESC with Fn::validate

Pulumi’s Elastic Service Config (ESC) now includes a built‑in fn::validate function that checks configuration values against JSON Schema at save time. The feature instantly rejects invalid settings, preventing misconfigurations from reaching deployment pipelines or production. Users can define simple type checks...

By Pulumi Blog
The Claude Skills I Actually Use for DevOps
NewsFeb 9, 2026

The Claude Skills I Actually Use for DevOps

Claude Code's skill system transforms generic AI assistance into senior‑engineer‑level DevOps guidance. By encoding best‑practice patterns—Pulumi ESC, component resources, monitoring, security, debugging—skills let Claude generate reliable infrastructure code while preserving context budget. Compared with Model Context Protocol servers, skills load...

By Pulumi Blog