After creating the cluster. It loops attempting to create the cluster workers.
There are a few errors before this error that cause it:
StackCreateComplete failure
Waiter StackCreateComplete failed: Waiter encountered a terminal failure state
The failure causes the removal of all workers.
From AWS docs:
ROLLBACK_COMPLETE: Successful removal of one or more stacks after a failed stack creation or after an explicitly canceled stack creation. Any resources that were created during the create stack action are deleted.
After creating the cluster. It loops attempting to create the cluster workers. There are a few errors before this error that cause it:
The failure causes the removal of all workers.
From AWS docs: ROLLBACK_COMPLETE: Successful removal of one or more stacks after a failed stack creation or after an explicitly canceled stack creation. Any resources that were created during the create stack action are deleted.