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
Copy file name to clipboardExpand all lines: content/runbooks/rds/RDSUnappliedParameters.md
+59-3Lines changed: 59 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ RDS parameter groups have `dynamic` and `static` parameters:
31
31
32
32
1. Check instance status
33
33
34
-
If instance is in `creating` status, the parameter group should be applied automatically by AWS in few minutes.
34
+
If the instance is in `creating` status, the parameter group should be applied automatically by AWS in a few minutes.
35
35
36
36
1. Identify the RDS parameter group used by the RDS instance
37
37
@@ -113,8 +113,64 @@ RDS parameter groups have `dynamic` and `static` parameters:
113
113
114
114
## Mitigation
115
115
116
-
- Apply RDS parameter group changes by restarting the RDS instance
116
+
You must restart the RDS instance to fix the `pending-reboot` apply status.
117
+
118
+
{{< hint warning >}}
119
+
**Important**
120
+
121
+
The following mitigation measures will restart the RDS instance, resulting in a **momentary outage**. You may consider shutting down the database clients and informing users first.
122
+
{{< /hint >}}
123
+
124
+
1. Find a suitable time slot to restart the instance
125
+
126
+
Reboot operation can't be performed if the instance isn't in the `available` state. Avoid backup maintenance windows.
127
+
128
+
1. Apply RDS parameter group changes by restarting the RDS instance
0 commit comments