You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address scenario in which an HSM enters the "degraded" state during creation of the HSM.
During testing of our IaC, we have seen cases in which, during cluster creation, the first HSM to be created doesn't enter the ACTIVE state but enters a degraded state. With the current code, this state is not caught. Eventually, the create operation times out and an auto rollback of the stack is attempted.
When additional HSMs are created beyond the first HSM, any of the create actions could result in an HSM entering the degraded state.
An HSM in a degraded state can be deleted. i.e. the HSM won't automatically transition to an ACTIVE state later of its own accord.
Address scenario in which an HSM enters the "degraded" state during creation of the HSM.
During testing of our IaC, we have seen cases in which, during cluster creation, the first HSM to be created doesn't enter the
ACTIVE
state but enters a degraded state. With the current code, this state is not caught. Eventually, the create operation times out and an auto rollback of the stack is attempted.When additional HSMs are created beyond the first HSM, any of the create actions could result in an HSM entering the degraded state.
An HSM in a degraded state can be deleted. i.e. the HSM won't automatically transition to an ACTIVE state later of its own accord.
This is what the state of such an HSM looks like:
The text was updated successfully, but these errors were encountered: