---
title: "Migrate CloudFormation to Pulumi with Discovered Stacks"
url: https://daily.dev/posts/migrate-cloudformation-to-pulumi-with-discovered-stacks-eniqvoxux
source_url: https://www.pulumi.com/blog/discovered-stacks-migrate-cloudformation-to-pulumi
type: article
source: "Pulumi"
published: 2026-07-30T14:33:58.202Z
updated: 2026-07-30T14:46:05.402Z
tags: ["aws", "iac", "pulumi", "aws-cloudformation"]
reading_time: 6
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Migrate CloudFormation to Pulumi with Discovered Stacks

**[Pulumi](https://daily.dev/sources/pulumi)** · 6 min read · 0 upvotes · 0 comments

## Summary

A step-by-step walkthrough of migrating a real 61-resource CloudFormation stack (payments-api) to Pulumi using the Discovered Stacks feature in Pulumi Cloud. The process covers finding the stack, reviewing migration status breakdowns (Ready, Not found, No exact match), running bulk imports via Pulumi Neo or manually, resolving edge cases like inline IAM policies and CDK custom resources, and validating the migration with a zero-diff pulumi preview. The approach never modifies the cloud to match the code, and supports progressive migration for large stacks. The same flow also applies to Azure Resource Manager and Terraform-managed stacks.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.pulumi.com/blog/discovered-stacks-migrate-cloudformation-to-pulumi>

## Similar posts on daily.dev

- [Discovered Stacks: One Place for All Your Infrastructure](https://daily.dev/posts/discovered-stacks-one-place-for-all-your-infrastructure-ymnghihgj) · Pulumi · 0 upvotes · 0 comments
- [Neo: Zero-downtime migration from CDK, Terraform & Azure ARM](https://daily.dev/posts/neo-zero-downtime-migration-from-cdk-terraform-azure-arm-bzzn0kdda) · Pulumi · 0 upvotes · 0 comments
- [Introducing AWS CloudFormation Stack Refactoring: Reorganize Your Infrastructure Without Disruption](https://daily.dev/posts/introducing-aws-cloudformation-stack-refactoring-reorganize-your-infrastructure-without-disruption-7rcehmjdj) · AWS · 1 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#iac](https://daily.dev/tags/iac), [#pulumi](https://daily.dev/tags/pulumi), [#aws-cloudformation](https://daily.dev/tags/aws-cloudformation)

[View this post on daily.dev](https://daily.dev/posts/migrate-cloudformation-to-pulumi-with-discovered-stacks-eniqvoxux)
