
Ultimate access to all questions.
An IT company utilizes AWS CloudFormation for managing its IT infrastructure and has designed a template to provision a stack that includes a Virtual Private Cloud (VPC) and a subnet. There is a requirement to use the output value of this subnet in a different stack.
As a Developer Associate, which of the following methods would you recommend to share this information with another stack?
A
Use 'Export' field in the Output section of the stack's template
B
Use Fn::Transform
C
Use Fn::ImportValue
D
Use 'Expose' field in the Output section of the stack's template