---
title: "Reference stack outputs across accounts and Regions with AWS CloudFormation and CDK"
url: https://daily.dev/posts/reference-stack-outputs-across-accounts-and-regions-with-aws-cloudformation-and-cdk-uvofmdrre
source_url: https://aws.amazon.com/about-aws/whats-new/2026/05/aws-cloudformation-cdk-stack
type: article
source: "AWS"
published: 2026-05-14T19:08:54.169Z
updated: 2026-08-24T07:04:38.546Z
tags: ["iac", "aws-cloudformation"]
reading_time: 2
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.

# Reference stack outputs across accounts and Regions with AWS CloudFormation and CDK

**[AWS](https://daily.dev/sources/aws)** · 2 min read · 0 upvotes · 0 comments

## Summary

AWS CloudFormation introduces a new intrinsic function, Fn::GetStackOutput, enabling direct cross-account and cross-Region stack output references within CloudFormation templates and CDK applications. Previously, sharing infrastructure values like VPC IDs or database endpoints across account boundaries required manual copying or SSM parameter coordination. The new function accepts a target stack name, output key, IAM role ARN, and optional Region, then resolves the value automatically during template processing. In CDK, cross-account and cross-Region references now use this function automatically, removing the need for custom resources and SSM parameters, and eliminating deployment deadlocks when refactoring cross-stack dependencies. The feature is available in all AWS Regions where CloudFormation is supported.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://aws.amazon.com/about-aws/whats-new/2026/05/aws-cloudformation-cdk-stack>

## Similar posts on daily.dev

- [Streamlining Multi-Account Infrastructure with AWS CloudFormation StackSets and AWS CDK](https://daily.dev/posts/streamlining-multi-account-infrastructure-with-aws-cloudformation-stacksets-and-aws-cdk-jjnsge7zp) · AWS · 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
- [Take fine-grained control of your AWS CloudFormation StackSets Deployment with StackSet Dependencies](https://daily.dev/posts/take-fine-grained-control-of-your-aws-cloudformation-stacksets-deployment-with-stackset-dependencies-hyg4wrmh1) · AWS · 1 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/reference-stack-outputs-across-accounts-and-regions-with-aws-cloudformation-and-cdk-uvofmdrre)
