How do I refer to a resource in another AWS CloudFormation stack during template creation?

preview_player
Показать описание

Grant shows you how to refer to a resource in another AWS CloudFormation stack during template creation.

0:00 Introduction
0:19 Chapter 1
0:59 Chapter 2
3:32 Chapter 3
5:16 Closing

Subscribe:

Do you have technical AWS questions?

ABOUT AWS
Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. Millions of customers — including the fastest-growing startups, largest enterprises, and leading government agencies — are using AWS to lower costs, become more agile, and innovate faster.

#AWS #AmazonWebServices #CloudComputing
Рекомендации по теме
Комментарии
Автор

Is there a way to refer the output variable in another stack without exporting with name parameter. I see we can refer it with Get-CFNStack Cmdlet in aws powershell Or we have to export it?

takethree