In cloudformation template, there is an outputs sections which is used for talking to cross-stack.
Is that correct to say that this part should not exist if there is only one stack we are creating in one AWS account?
答案 0 :(得分:4)
The outputs section can be used for cross-stack references with Export
and Fn::ImportValue
. It can also be used for general output for the user. A few examples: