CloudFormation Rollbacks

Types of Rollback for CloudFormation

  • Stack creation Fails:
    • Default: everything rolls back (get deleted)
    • Option to disable rollback and troubleshoot what happened
  • Stack update fails
    • The stack automatically rollsback to the previous known working state
    • Ability to see in the log what happened and error messages