AWS AmazonRDS documentation change
Summary
Minor wording refinements in upgrade prechecks and security considerations section
Security assessment
Changes involve grammatical improvements and rephrasing of existing security considerations without introducing new security content or addressing vulnerabilities.
Diff
diff --git a/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.mysql84-upgrade-procedure.md b/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.mysql84-upgrade-procedure.md index b49c7512d..65f994383 100644 --- a//AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.mysql84-upgrade-procedure.md +++ b//AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.mysql84-upgrade-procedure.md @@ -31 +31 @@ Aurora runs upgrade prechecks automatically before the upgrade begins. These pre - 3. **Check for removed parameters.** If your custom parameter groups use any parameters that were removed in version 8.4 (such as `expire_logs_days` or `default_authentication_plugin`), create new MySQL 8.4–compatible parameter groups with the replacement parameters. Apply any necessary custom parameter values to the new parameter groups. For details, see [Comparing Aurora MySQL version 3 and Aurora MySQL version 8.4](./AuroraMySQL.Compare-v3-v84.html). + 3. **Check for removed parameters.** If your custom parameter groups use parameters removed in version 8.4 (such as `expire_logs_days` or `default_authentication_plugin`), create new MySQL 8.4–compatible parameter groups with the replacement parameters. Apply any necessary custom parameter values to the new parameter groups. For details, see [Comparing Aurora MySQL version 3 and Aurora MySQL version 8.4](./AuroraMySQL.Compare-v3-v84.html). @@ -41 +41 @@ Aurora runs upgrade prechecks automatically before the upgrade begins. These pre - 8. **Review security considerations.** For details about authentication plugin changes, TLS and cipher changes, password policies and the `validate_password` component, new dynamic privileges, and upgrade prechecks such as `deprecatedDefaultAuth` and `auroraValidatePasswordPluginCheck`, see [Security considerations for upgrading from Aurora MySQL version 3 to version 8.4](./AuroraMySQL.Upgrade-v3-v84-security.html). + 8. **Review security considerations.** Review authentication plugin changes, TLS and cipher changes, password policies, the `validate_password` component, and new dynamic privileges before upgrading. For details about these changes and upgrade prechecks, see [Security considerations for upgrading from Aurora MySQL version 3 to version 8.4](./AuroraMySQL.Upgrade-v3-v84-security.html).