AWS pcs documentation change
Summary
Added 'RESUMING' to list of cluster states preventing secret rotation
Security assessment
Improves documentation for secret rotation (security feature) by adding additional constrained state, but doesn't indicate any security vulnerability.
Diff
diff --git a/pcs/latest/userguide/cluster-secret-rotation-troubleshooting.md b/pcs/latest/userguide/cluster-secret-rotation-troubleshooting.md index 874d0cb60..77177e94e 100644 --- a//pcs/latest/userguide/cluster-secret-rotation-troubleshooting.md +++ b//pcs/latest/userguide/cluster-secret-rotation-troubleshooting.md @@ -13 +13 @@ Cluster secret rotation fails if the environment isn't properly prepared. The mo - 3. Verify your cluster isn't in these states: `CREATE_FAILED`, `DELETE_FAILED`, `SUSPENDING`, or `SUSPENDED`. + 3. Verify your cluster isn't in these states: `CREATE_FAILED`, `DELETE_FAILED`, `RESUMING`, `SUSPENDING`, or `SUSPENDED`.