AWS AmazonRDS documentation change
Summary
Updated terminology from 'Aurora Serverless v2' to 'Aurora serverless' and included a memory management fix during scaling operations.
Security assessment
Terminology changes don't indicate security fixes. The memory fix addresses stability/performance (restarts/latency) without evidence of exploitability.
Diff
diff --git a/AmazonRDS/latest/AuroraMySQLReleaseNotes/AuroraMySQL.Updates.3040.md b/AmazonRDS/latest/AuroraMySQLReleaseNotes/AuroraMySQL.Updates.3040.md index 4b522e1c2..08f23494f 100644 --- a//AmazonRDS/latest/AuroraMySQLReleaseNotes/AuroraMySQL.Updates.3040.md +++ b//AmazonRDS/latest/AuroraMySQLReleaseNotes/AuroraMySQL.Updates.3040.md @@ -35 +35 @@ If you have any questions or concerns, AWS Support is available on the community -Aurora MySQL enhanced binary log (binlog) is currently not supported for the Aurora Serverless v2 database instance on Aurora MySQL version 3.04.0. Enabling this feature may lead to database unavailability. If you require the use of enhanced binary log on Aurora MySQL version 3.04.0, we recommend using a [non-serverless database instance class](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html#Concepts.DBInstanceClass.Types) or setting the minimum and maximum ACU of the Serverless v2 database instance to the same value. +Aurora MySQL enhanced binary log (binlog) is currently not supported for the Aurora serverless database instance on Aurora MySQL version 3.04.0. Enabling this feature may lead to database unavailability. If you require the use of enhanced binary log on Aurora MySQL version 3.04.0, we recommend using a [non-serverless database instance class](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html#Concepts.DBInstanceClass.Types) or setting the minimum and maximum ACU of the serverless database instance to the same value. @@ -108 +108 @@ The following CVE fixes are included in this release: - * Fixed a memory management issue due to out of memory errors when the InnoDB buffer pool is being initialized during startup or while scaling in Aurora Serverless v2. This issue might have caused database instance restarts or performance degradation including throughput reduction or increased latency. + * Fixed a memory management issue due to out of memory errors when the InnoDB buffer pool is being initialized during startup or while scaling in Aurora serverless. This issue might have caused database instance restarts or performance degradation including throughput reduction or increased latency.