Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

'CREATE_FAILED', 'ROLLBACK_IN_PROGRESS' or 'ROLLBACK_COMPLETE' #1

Closed
thomelane opened this issue Jun 30, 2020 · 1 comment
Closed

Comments

@thomelane
Copy link
Contributor

No description provided.

@thomelane
Copy link
Contributor Author

thomelane commented Jun 30, 2020

Your AWS CloudFormation Stack could have failed for a few different reasons. One example could be that your AWS user account doesn't have the necessary permissions to create all of the resources included in the AWS CloudFormation Stack. You can debug the issue as follows:

  • Click on the failed stack (that has status 'CREATE_FAILED','ROLLBACK_IN_PROGRESS' or 'ROLLBACK_COMPLETE')
  • Click on the 'Events' tab
  • Scroll though the events and look for resources with 'Status' of 'CREATE_FAILED'
  • Check the 'Status reason'

When an error occurs within a nested stack the error message might be vague. You can debug issues within nested stack as follows:

  • Click on the 'Resources' tab of the original failed stack.
  • Click on the 'Physical ID' link for the failed nested stack.
  • Check the 'Events' tab for the nested stack (same as for original stack).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant