Bird
0
0

A nested stack resource is missing required parameters in the parent template. What will happen during stack creation?

medium📝 Debug Q7 of 15
AWS - CloudFormation
A nested stack resource is missing required parameters in the parent template. What will happen during stack creation?
AStack creation fails with a parameter validation error
BNested stack uses default parameters and succeeds
CParent stack ignores missing parameters and continues
DNested stack is created with empty parameters
Step-by-Step Solution
Solution:
  1. Step 1: Understand parameter requirements

    Nested stacks require all mandatory parameters to be passed from parent.
  2. Step 2: Identify error on missing parameters

    Missing required parameters cause validation errors and stack creation failure.
  3. Final Answer:

    Stack creation fails with a parameter validation error -> Option A
  4. Quick Check:

    Missing parameters = Validation error [OK]
Quick Trick: All required parameters must be passed to nested stacks [OK]
Common Mistakes:
  • Assuming default parameters are used automatically
  • Thinking parent stack ignores missing nested parameters
  • Believing nested stack can create with empty parameters

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes