Bird
0
0

When a nested stack resource in a CloudFormation parent template references a non-existent or inaccessible template URL, what error message is typically returned?

medium📝 Debug Q6 of 15
AWS - CloudFormation
When a nested stack resource in a CloudFormation parent template references a non-existent or inaccessible template URL, what error message is typically returned?
ATemplateURL not found or inaccessible
BParameter validation failed for nested stack
CResource limit exceeded for nested stacks
DCircular dependency detected between stacks
Step-by-Step Solution
Solution:
  1. Step 1: Identify the error cause

    If the template URL for a nested stack is incorrect or inaccessible, CloudFormation cannot retrieve the nested template.
  2. Step 2: Recognize the error message

    CloudFormation reports an error indicating the TemplateURL is not found or inaccessible.
  3. Final Answer:

    TemplateURL not found or inaccessible -> Option A
  4. Quick Check:

    Incorrect URLs cause TemplateURL access errors [OK]
Quick Trick: Incorrect nested template URLs cause TemplateURL access errors [OK]
Common Mistakes:
  • Confusing parameter errors with URL access errors
  • Assuming resource limits cause URL errors
  • Mistaking circular dependency errors for URL issues

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes