The second LTS release of Aurora MySQL v3 (compatible with MySQL 8.0) has finally arrived! - Aurora MySQL 3.10 -
This is Onkai Yuta (@fat47) from the Service Reliability Group (SRG) of the Media Headquarters.
#SRG(Service Reliability Group) is a group that mainly provides cross-sectional support for the infrastructure of our media services, improving existing services, launching new ones, and contributing to OSS.
This post summarizes the second LTS release of Aurora MySQL version 3.
I hope this helps in some way.
v3 is the second LTS releaseThe biggest improvement from the previous LTS (v3.04) is support for RDS Data API.Major updates between the previous LTS (v3.04) and the new LTS (v3.10)summary
v3 is the second LTS release
Amazon Aurora MySQL v3 (MySQL 8.0 compatible) will reach Long Term Support (LTS) on August 18, 2025 (US time).Version 3.10has been released.
LTS is a version that will provide stable support for a long period of time, making it an important option for systems where stability is important, such as production environments.
v3.10 (compatible with MySQL 8.0.42) itself was released on July 30, 2025, but was initially not an LTS, but rather had the usual one-year support period.
The standard support period for this LTS release of Aurora MySQL 3.10 is as follows:April 30, 2028This will make it easier to plan system operations from a long-term perspective.
The biggest improvement from the previous LTS (v3.04) is support for RDS Data API.
v3.04
v3.07
The RDS Data API is a web services interface that allows you to interact with your database through an HTTPS endpoint, enabling you to securely execute SQL from serverless applications like AWS Lambda without having to manage persistent database connections.
Benefits include secure access control in conjunction with IAM roles and simplified connection pooling.
AlsoAurora MCP ServerThis tool uses the RDS Data API internally, so it was not available in the previous LTS, v3.04.
Aurora MCP Server is a set of tools that streamlines database development, such as converting natural language queries into SQL and executing them.
I have written a blog post about Aurora MCP Server in the past, so please refer to that.
Major updates between the previous LTS (v3.04) and the new LTS (v3.10)
The following is an excerpt of the major new features and improvements. Please refer to the release notes for each update for details. (This includes features added by upgrading the MySQL compatible version.)
In particular, there are many new features that are compatible with v3.08 and later, so I would like to update as soon as possible.
Version | Release date | update | Release note |
---|---|---|---|
3.05 (8.0.32 compatible) | 2023/10 | - Instant DDL support for drop column operations - Optimizations that reduce database restart times by up to 65% | Link |
3.06 (compatible with 8.0.34) | 2024/03 | - Amazon Bedrock Foundation models can now be directly invoked from Aurora MySQL using SQL. - Improved binary log replication performance. | Link |
3.07 (compatible with 8.0.36) | 2024/06 | - RDS Data API support | Link |
3.08 (compatible with 8.0.39) | 2024/11 | - Added memory-related CloudWatch metrics - Improved slow SELECT COUNT - Support for r8g (Graviton 4) instances - Support for zero-capacity scaling in Aurora Serverless v2 | Link |
3.09 (compatible with 8.0.40) | 2025/05 | - Improved write throughput for 32xl+ instances running I/O Optimized - Improved availability in large table environments and fixed InnoDB log and index processing issues | Link |
3.10 (compatible with 8.0.42) | 2025/07 | - Maximum storage capacity increased from 128 TiB to 256 TiB - Improved binary log replication performance with in-memory relay logs | Link |
summary
The newly released Aurora MySQL 3.10 is an LTS that enables long-term stable operation, and includes several new features and improvements.
If you are currently using Aurora MySQL v2 (compatible with MySQL 5.7) or the previous LTS, 3.04, we encourage you to plan an update to this new LTS.
For detailed changes, please see the official release notes.
If you are interested in SRG, please contact us here.