launching stack in CloudFormation-Failed with ROLLBACK_COMPLETE Status

1

I am facing an issue while attempting to launch stack in AWS CloudFormation.The stack consistently fails and ends up with a status of "ROLLBACK_COMPLETE". I would appreciate any assistance or guidance in troubleshooting this problem. this is the link to the practice I wanted to use : "https://catalog.workshops.aws/nvflareonaws/en-US/deployment/singleaccount"

  • Please set the answer to Accepted answer if you feel that it provided the response to your query. Thanks.

sara
asked a year ago359 views
2 Answers
1

To troubleshoot what has happened, you need to go to the cloudformation stack, look at Events tab and trace the first failed event that has triggered the rollback. There might be a number of reasons why a stack might fail :

  • there is an outdated reference in the stack
  • you do not have permissions or access to certain resources mentioned in the stack
  • deployment might have failed by incident for one of the resources
  • etc.
AWS
answered a year ago
profile picture
EXPERT
reviewed a year ago
1

[Update] I have run the same stack in us-east-1 with success and using these parameters. Please note that I used t3 instances for test. So the stack does not have any issues in deployment. You need to look at the Events tab and trace the error.

Enter image description here

AWS
answered a year ago
profile picture
EXPERT
reviewed a year ago
profile picture
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions