Simplify cross-account and cross-Region stack output references with AWS CloudFormation and CDK’s new Fn::GetStackOutput
DevOps & Developer Productivity Blog
This article introduces Fn::GetStackOutput, a new CloudFormation intrinsic function enabling direct stack output references across AWS accounts and Regions.
- References stack outputs across accounts and Regions without explicit exports
- Supports same account/Region, cross-Region, cross-account, and cross-account/Region scenarios
- Requires IAM role with cloudformation:DescribeStacks permissions for cross-account access
- Creates weak references; producer stack deletion is not blocked by CloudFormation
- AWS CDK automatically uses Fn::GetStackOutput for cross-account/Region references
- Comparison: Fn::ImportValue provides strong referential integrity within same account/Region only
- Best practices include enabling deletion protection and documenting stack dependencies
Fn::GetStackOutput simplifies multi-account infrastructure management by eliminating manual value sharing and reducing configuration drift risks.
The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.
Related articles
May 14
2026
2026
Reference stack outputs across accounts and Regions with AWS CloudFormation and CDK
Nov 3
2025
2025
Streamlining Multi-Account Infrastructure with AWS CloudFormation StackSets and AWS CDK
Aug 28
2025
2025
Amazon S3 improves AWS CloudFormation and AWS CDK support for S3 Tables
Nov 20
2024
2024
AWS CloudFormation Hooks introduces stack and change set target invocation points
The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.