Bird
0
0

In a CloudFormation template, where do you specify input values that users provide when launching a stack?

easy📝 Conceptual Q2 of 15
AWS - CloudFormation
In a CloudFormation template, where do you specify input values that users provide when launching a stack?
AConditions
BOutputs
CResources
DParameters
Step-by-Step Solution
Solution:
  1. Step 1: Understand template input sections

    Parameters section is designed to accept user inputs when creating a stack.
  2. Step 2: Differentiate from other sections

    Outputs show results, Resources define AWS resources, Conditions control resource creation but do not accept user input.
  3. Final Answer:

    Parameters -> Option D
  4. Quick Check:

    Parameters = A [OK]
Quick Trick: Parameters section collects user inputs [OK]
Common Mistakes:
  • Confusing Outputs with Parameters
  • Thinking Conditions accept inputs
  • Mixing Resources with Parameters

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes