1 Answer
- Newest
- Most votes
- Most comments
0
It might be related to the Outputs section?
Outputs:
DomainName:
Value: !GetAtt CloudFrontDistribution.DomainName
Description: Cloudfront DomainName
The error specifically states "Cloudfront" not "CloudFront", and that Description field appears to be the only place in the template that references "Cloudfront". The error specifically calls out a failed resource, so I don't think this is it, but just a thought. Can you share the specific step that fails in the stack events?
answered 3 years ago
Relevant content
- Accepted Answerasked 2 years ago
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated 4 months ago
- How do I update a CloudFormation stack that's failing because of a resource that I manually deleted?AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 6 months ago
Hey thanks for the input. I don't think it's that either, primarily because that's a reference to a named resource that's spelled like that. These are the events that show failure:
Also, I noticed this warning in the cloudformation docs:
So I tried making a small change in the parent of the referenced stack but it didn't make a difference.
Hey I want to clarify that
Cloudfront
is not a typo, it's the name of the resource that's defined by the template file I included with the question. That should mean the error is somewhere within that resource. I suspect that the stack is now in an unrecoverable state but my organization is on the basic plan so I can't request technical support. Do you know any guides/blogs that can help resolve that? This one hasn't helped so far.