Pulumi's Avatar

Pulumi

@pulumi.com.bsky.social

Infrastructure as Code in any programming language. Build infrastructure intuitively on any cloud using TypeScript, Python, Go, C#, Java, and YAML.

311 Followers  |  5 Following  |  36 Posts  |  Joined: 12.11.2024  |  1.5497

Latest posts by pulumi.com on Bluesky

Preview
How We Used Pulumi to Safely Migrate Oso's Global Infrastructure Learn how Oso used Pulumi to safely migrate its global infrastructure, ensuring zero downtime and maximum leverage.

Global infrastructure migration without risk? Oso used Pulumi to re-platform across regions and clouds safely and incrementally.

www.pulumi.com/blog/how-we-...

07.08.2025 20:52 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Golden Paths: Infrastructure Components and Templates In this workshop, you will learn the fundamentals of Infrastructure as Code through a series of guided exercises using Pulumi’s Cloud Engineering platform. You will be introduced to Pulumi, an infrast...

Join the workshop, starting NOW: Learn how to build golden paths with reusable Pulumi infrastructure components and templates. This hands-on workshop shows you how to scale platform adoption and standardize infrastructure.

www.bigmarker.com/pulumi/golde...

06.08.2025 15:59 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Introducing Approvals in Pulumi ESC Approvals enables effective change management by bringing governance and oversight directly into their environment configuration workflows.

80% of outages are caused by changes, not attacks.
Pulumi ESC now adds Approvals, bringing review & sign-off workflows to secrets and config.
βœ… Enforce governance
πŸ”’ Stay compliant
⚑ Ship with confidence

www.pulumi.com/blog/approva...

04.08.2025 17:00 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
The Platform Engineer’s Guide to Secure Self-Service Discover how top platform teams reduce incidents, cut cloud costs, and scale self-service with built-in governance. Download the free whitepaper.

Self-service platforms usually mean "service yourself when things break." Here's how to build bulletproof automation πŸ‘‡

info.pulumi.com/whitepaper-s...

31.07.2025 15:55 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Introducing Google Cloud to Insights Account Discovery Pulumi Insights now supports Google Cloud resource discovery, uncovering all resourcesβ€”including those unmanaged by infrastructure as codeβ€”for full visibility.

Pulumi Insights Account Discovery now supports Google Cloud πŸŽ‰ Scan GCP projects, apply Policy as Code to unmanaged resources, and bring them under IaC control.

www.pulumi.com/blog/google-...

30.07.2025 17:40 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
How to strengthen Cloud Security with Pulumi ESC and AWS Secrets Manager | Amazon Web Services Modern organizations face challenges managing secrets across multiple environments, leading to security risks and operational complexities due to secrets sprawl across various storage locations and sy...

Still using .env files or hardcoding secrets? Pulumi ESC + AWS Secrets Manager give developers secure, short-lived credentials. No more secret sprawl.
Read how it works in the AWS blog πŸ‘‡

aws.amazon.com/blogs/apn/ho...

29.07.2025 18:08 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
AWS Immersion Day: Build an Internal Developer Platform (IDP) with Pulumi | Workshop
YouTube video by PulumiTV AWS Immersion Day: Build an Internal Developer Platform (IDP) with Pulumi | Workshop

Learn how to build a secure, scalable Internal Developer Platform on AWS using Pulumi πŸ› οΈ
Watch this hands-on workshop to see real-world platform engineering in action: youtu.be/oMdNuso6jdM

28.07.2025 19:17 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Product Growth Forum Β· Luma We're bringing Product Growth Forum to Seattle Tech Week in partnership with Pulumi! We're teaming up with some of Seattle's biggest tech leaders to dig into…

We’re teaming up with @statsig.com to bring the Product Growth Forum to Seattle Tech Week! Hear from leaders at Microsoft, Pulumi, Google Cloud & more on the strategies fueling today’s fastest-growing products.
RSVP: lu.ma/y8duse1u

25.07.2025 14:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Cheers to Observability - New York Cheers to Observability Party on July 23rd in New York

Join Pulumi and Chronosphere in NYC tonight for "Cheers to Observability" at Great Jones Distilling Co.

Let’s discuss the future of cloud infrastructure and observability over a drink and snacks! RSVP now πŸ‘‡

go.chronosphere.io/cheers-to-o1...

23.07.2025 14:27 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Resource hooks Pulumi now allows you to run custom code at any point in the resource lifecycle

Pulumi 3.182.0 introduces resource hooks, one of our most requested featuresβ€”run custom code before or after any create, update, or delete operation in your Pulumi program. Automate SSH tunnels, health checks, metrics & more.

www.pulumi.com/blog/resourc...

21.07.2025 17:28 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Pulumi IDP in 3 minutes
YouTube video by PulumiTV Pulumi IDP in 3 minutes

The Platform Engineering Paradox: choose speed or choose safety. But what if that's a false choice? The best platform teams have learned to eliminate the trade-off.

Pulumi IDP gives you the best of both: youtu.be/3gZmKaAeppc

16.07.2025 15:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Heading to the AWS Summit in NYC?
Visit us at Booth 562, at Javitt’s Center, to discover how leading organizations automate AWS infrastructure as code.

15.07.2025 18:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
A code screenshot with the following code:

    var durationTrigger = new Trigger("root-span-duration-trigger", new TriggerArgs
    {
        Name = "Root Span Duration Alert",
        Description = "Alert when average duration of root spans exceeds 1 second",
        QueryJson = rootSpanDurationQuery.Apply(q => q.Json),
        AlertType = "on_change",
        Thresholds = new[]
        {
            new Pulumi.Honeycombio.Inputs.TriggerThresholdArgs
            {
                Op = ">",
                Value = 1000, // 1000ms = 1 second
                ExceededLimit = 1
            }
        },
        Recipients = new[]
        {
            new Pulumi.Honeycombio.Inputs.TriggerRecipientArgs
            {
                Type = "email",
                Target = emailRecipient.Address
            }
        }
    });

A code screenshot with the following code: var durationTrigger = new Trigger("root-span-duration-trigger", new TriggerArgs { Name = "Root Span Duration Alert", Description = "Alert when average duration of root spans exceeds 1 second", QueryJson = rootSpanDurationQuery.Apply(q => q.Json), AlertType = "on_change", Thresholds = new[] { new Pulumi.Honeycombio.Inputs.TriggerThresholdArgs { Op = ">", Value = 1000, // 1000ms = 1 second ExceededLimit = 1 } }, Recipients = new[] { new Pulumi.Honeycombio.Inputs.TriggerRecipientArgs { Type = "email", Target = emailRecipient.Address } } });

I've just vibe coded a trigger in @honeycomb.io using the new @pulumi.com terraform provider integration.

Providing the terraform provider is fairly self explanatory, the agents seem pretty code at just creating it for you. Also, since it's actual code, it's really readable too.

#IaC #o11y

11.07.2025 14:08 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
Platform Engineering Excellence: An Evening with Kief Morris | NYC Join Pulumi & Thoughtworks on July 15, 2025, for an exclusive book signing event with Kief Morris, the author of "Infrastructure as Code".

Happening tomorrow in NYC: Join Pulumi & @thoughtworks.com for an evening with "Infrastructure as Code" author @kief.com. Expert insights, real-world platform engineering tips, and free signed copies of the 3rd edition.

RSVP now πŸ‘‡
info.pulumi.com/kief-morris-...

14.07.2025 20:31 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Platform Engineering Excellence: An Evening with Kief Morris Join Pulumi & Thoughtworks on July 10, 2025, for an exclusive book signing event with Kief Morris, the author of "Infrastructure as Code".

Happening tomorrow in Chicago: Join Pulumi & @thoughtworks.com for an evening with "Infrastructure as Code" author @kief.com. Expert insights, real-world platform engineering tips, and free signed copies of the 3rd edition.

RSVP now πŸ‘‡
hubs.ly/Q03wsJmQ0

09.07.2025 17:48 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Preview
AWS RDS - Blue/Green Deployments for Low-Downtime Updates Pulumi can enable low downtime updates on your RDS instance using Blue/Green Deployments.

Minimize downtime during RDS updates with blue/green deployments using Pulumi. Safely test changes, promote when ready, and keep your database available. Learn how to enable 'blueGreenUpdate' in your IaC workflow: hubs.ly/Q03w4HHc0

07.07.2025 17:38 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Platform Engineering in 3 Minutes
YouTube video by PulumiTV Platform Engineering in 3 Minutes

Cool video from @pulumi.com
www.youtube.com/watch?v=AUCt...

30.06.2025 02:42 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Pulumi AMA – Wednesday: Ask us Anything ( AI, Pulumi CoPilot and more )

Join the AMA (reddit) today, June 18, from 1–3 PM PT (UTC-8) to talk about our new AI-powered infrastructure features:

β–ͺ️Pulumi CLI AI Extensions
β–ͺ️MCP Server AI Assistants
β–ͺ️AI-based Code Generation

Add your questions for our engineers to answer πŸ‘‡
www.reddit.com/r/pulumi/com...

18.06.2025 15:32 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

After using terraform for quite a long time and always finding HCL obnoxious and never getting on really well with various aspects of terraform cloud, state issues, etc, @pulumi.com is such a breath of fresh air. ESC and Insights integrated the way they are with IaC feels like I've got superpowers.

18.06.2025 10:44 β€” πŸ‘ 4    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Preview
Announcing Pulumi Identity and Access Management (IAM) Introducing Pulumi IAM: A new era of granular access control across Pulumi Cloud, starting with Custom Roles and scoped Access Tokens for enhanced security and automation.

Pulumi Cloud now has new, powerful IAM capabilities! Define custom roles with fine-grained permissions, create scoped org tokens for secure CI/CD, and enforce least-privilege access. Team roles & OIDC SSO coming soon.

www.pulumi.com/blog/pulumi-...

18.06.2025 14:18 β€” πŸ‘ 0    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Preview
Build Your Internal Developer Platform: Strategy to Scale | Virtual Course | Pulumi Learn to build your Internal Developer Platform from strategy to scale. Register now for this hands-on workshop series and become an IDP builder. Register now.

Learn how to design, secure, and scale an Internal Developer Platform. This free IDP Builder course is a series of hands-on workshops and practical examples. Register now πŸ‘‡

info.pulumi.com/idp/internal...

17.06.2025 19:01 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Enabling Platform Workflows with Temporal In this workshop, you will learn the fundamentals of Infrastructure as Code through a series of guided exercises using Pulumi’s Cloud Engineering platform. You will be introduced to Pulumi, an infrast...

πŸš€ Want to power platform workflows with reliability and scale? Join our free workshop with @temporal.io + Pulumi on June 24! Learn to automate resource management, enhance developer workflows, and build platform engineering solutions.

www.bigmarker.com/pulumi/enabl...

16.06.2025 16:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Building the Future: "Infrastructure as Code" Book Signing with Kief Morris, Thu, Jul 10, 2025, 4:30 PM | Meetup # [Join Pulumi and Thoughtworks for an exclusive book signing](https://info.pulumi.com/kief-morris-chicago) ## July 10\, 2025 \| [Thoughtworks HQ, Chicago](https://g.co/kg

Join Pulumi & Thoughtworks in Chicago on July 10 for an evening with the "Infrastructure as Code" author @kief.com. The first 75 attendees receive a free, signed bookβ€”or bring your own to get it signed. Expert insights, networking & more.

RSVP nowπŸ‘‡
hubs.ly/Q03rWRml0

12.06.2025 18:28 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Imagine Learning: Modern IDP with Pulumi Imagine Learning used Pulumi with GitOps to modernize their IDP, reducing deployment times and improving infrastructure visibility.

Scaling Kubernetes across AWS? Learn how a team built a modern Internal Developer Platform using Pulumi, Argo CD, GitHub Actions, and GitOpsβ€”cutting deployment time from weeks to minutes.

Case study: hubs.ly/Q03rJQSX0

11.06.2025 16:34 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
[Whitepaper] Accelerating Business Value at Every Stage of IDP Maturity Explore a 3-stage IDP Maturity Model with real-world case studies and practical steps to scale developer productivity, security, and cloud efficiency.

How mature is your IDP? Pulumi’s whitepaper breaks down the journey: Build β†’ Standardize β†’ Automate. See how teams are streamlining infrastructure delivery and scaling developer experience.
πŸ“˜ Download: hubs.ly/Q03rwVjk0

10.06.2025 18:20 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Infrastructure as Code: The Hidden Cost of Doing It Yourself
YouTube video by PulumiTV Infrastructure as Code: The Hidden Cost of Doing It Yourself

DIY Infrastructure as Code seems cheaperβ€”until it isn’t. From hidden engineering costs to security risks, the true price adds up fast.

Watch the video on what to avoid and how managed IaC solutions like Pulumi Cloud can help πŸ‘‡
youtu.be/I5lKzCtIj18?...

09.06.2025 19:14 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Modern Infrastructure Automation with Pulumi and GitLab In this workshop, you will learn the fundamentals of Infrastructure as Code through a series of guided exercises using Pulumi’s Cloud Engineering platform. You will be introduced to Pulumi, an infrast...

Join us on June 11 for a hands-on workshop on modern infrastructure automation with Pulumi and @gitlab.com Learn how to automate deployments, manage change, and standardize infrastructure patterns. Register now πŸ‘‡

www.bigmarker.com/pulumi/moder...

06.06.2025 18:57 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Platform Engineering Excellence: An Evening with Kief Morris Join Pulumi & Thoughtworks on July 10, 2025, for an exclusive book signing event with Kief Morris, the author of "Infrastructure as Code".

If you're in Chicago on July 10, come and meet me! @thoughtworks.com and @pulumi.com are hosting an event where I'll be chatting with one of the Pulumi founder Joe Duffy, and signing complimentary copies of the new edition of my book, courtesy of Pulumi.

info.pulumi.com/kief-morris-...

05.06.2025 14:33 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Preview
Platform Engineering Foundations Workshop Course | Virtual | Pulumi Enroll in this hands-on workshop series to master platform engineering. It includes practical examples, workshop slides, and demo code.

πŸš€ The Platform Engineering Foundations course is now on demand. Learn how to build internal platforms with IaC, CI/CD, secrets management, and self-service workflows.

Watch the 3-module series + get code & slides: info.pulumi.com/platform-eng...

03.06.2025 19:03 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

πŸ”₯ Ready to supercharge container builds?

On May 21, join Docker's @mikecoleman.bsky.social + @pulumi.com to learn how to:

⚑ Use Docker Build Cloud for fast, cached builds
πŸ” Automate infra with Pulumi
πŸš€ Deploy with speed & reliability

πŸ‘‰Register today! hubs.ly/Q03hymGS0

15.05.2025 14:52 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

@pulumi.com is following 5 prominent accounts