Bird
0
0

What is the primary benefit of using Outputs in AWS CloudFormation for cross-stack references?

easy📝 Conceptual Q1 of 15
AWS - CloudFormation
What is the primary benefit of using Outputs in AWS CloudFormation for cross-stack references?
AThey prevent stack updates without manual approval.
BThey automatically delete resources after stack deletion.
CThey encrypt all stack resources by default.
DThey allow sharing resource attributes between stacks.
Step-by-Step Solution
Solution:
  1. Step 1: Understand Outputs role in CloudFormation

    Outputs expose resource attributes like IDs or names for use outside the stack.
  2. Step 2: Identify cross-stack sharing purpose

    Outputs enable other stacks to import these values, facilitating resource sharing.
  3. Final Answer:

    They allow sharing resource attributes between stacks. -> Option D
  4. Quick Check:

    Outputs share resource info = A [OK]
Quick Trick: Outputs share resource info across stacks easily [OK]
Common Mistakes:
  • Thinking Outputs delete resources automatically
  • Assuming Outputs encrypt resources
  • Believing Outputs block stack updates

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes