Pulumi Blog - Latest News and Information
  • All Technology
  • AI
  • Autonomy
  • B2B Growth
  • Big Data
  • BioTech
  • ClimateTech
  • Consumer Tech
  • Crypto
  • Cybersecurity
  • DevOps
  • Digital Marketing
  • Ecommerce
  • EdTech
  • Enterprise
  • FinTech
  • GovTech
  • Hardware
  • HealthTech
  • HRTech
  • LegalTech
  • Nanotech
  • PropTech
  • Quantum
  • Robotics
  • SaaS
  • SpaceTech
AllNewsDealsSocialBlogsVideosPodcastsDigests

Technology Pulse

EMAIL DIGESTS

Daily

Every morning

Weekly

Sunday recap

NewsDealsSocialBlogsVideosPodcasts
Pulumi Blog

Pulumi Blog

Publication
0 followers

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

Recent Posts

How We Built a Distributed Work Scheduling System for Pulumi Cloud
News•Feb 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 priority, routing, and retry metadata. A lease‑based optimistic concurrency model guarantees exactly‑once execution and automatic recovery from crashes or network failures. The design supports pull‑only agents, dependency DAGs, and a single handler interface for both hosted and remote execution modes, enabling rapid addition of new workflow types.

By Pulumi Blog
Introducing the Terraform State Provider for Pulumi ESC
News•Feb 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
News•Feb 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
News•Feb 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
News•Feb 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