AWS AmazonRDS documentation change
Summary
Updated event codes (RDS-EVENT-0420 to 0419 and vice versa) and modified read replica error message to reference troubleshooting guide
Security assessment
Event code changes appear to be corrections/renumbering. Read replica message update improves troubleshooting guidance but does not directly address security vulnerabilities.
Diff
diff --git a/AmazonRDS/latest/UserGuide/USER_Events.Messages.md b/AmazonRDS/latest/UserGuide/USER_Events.Messages.md index 1e4f0a9fd..ac7a3035d 100644 --- a/AmazonRDS/latest/UserGuide/USER_Events.Messages.md +++ b/AmazonRDS/latest/UserGuide/USER_Events.Messages.md @@ -94 +94 @@ availability | RDS-EVENT-0396 | Amazon RDS has scheduled a reboot for this read -availability | RDS-EVENT-0420 | Amazon RDS has been unable to access the KMS encryption key for database instance `name`. This database will be placed into an inaccessible state. Please refer to the troubleshooting section in the Amazon RDS documentation for further details. | None +availability | RDS-EVENT-0419 | Amazon RDS has been unable to access the KMS encryption key for database instance `name`. This database will be placed into an inaccessible state. Please refer to the troubleshooting section in the Amazon RDS documentation for further details. | None @@ -163 +163 @@ failure | RDS-EVENT-0418 | Amazon RDS is unable to access the KMS encryption key -failure | RDS-EVENT-0419 | Amazon RDS can now successfully access the KMS encryption key for database instance `name`. | None +failure | RDS-EVENT-0420 | Amazon RDS can now successfully access the KMS encryption key for database instance `name`. | None @@ -222 +222 @@ notification | RDS-EVENT-0404 | A database workload is causing the system to ru -read replica | RDS-EVENT-0045 | Replication has stopped. | Replication on your DB instance has been stopped due to insufficient storage. Scale storage or reduce the maximum size of your redo logs to let replication continue. To accommodate redo logs of size `amount` MiB you need at least `amount` MiB free storage. +read replica | RDS-EVENT-0045 | Replication has stopped. | This message appears when there is an error during replication. To determine the type of error, see [Troubleshooting a MySQL read replica problem](./USER_ReadRepl.Troubleshooting.html).