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 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.
What's New at AWS - Cloud Innovation & News
Starting today, long-term support (LTS) will also be provided on Aurora MySQL 3.10 (compatible with MySQL 8.0.42) minor version. Database clusters that use LTS releases can stay on the same minor version for at least three years or until end of standard support for the major version, whichever is sooner. During the lifetime of an Aurora MySQL LTS release, new patches introduce fixes for select high severity security and operational issues. These patches don't include any new features. For more details about Aurora MySQL 3.10, refer to the Aurora MySQL 3.10 launch announcement and release notes. This is the second minor version designated as LTS on Aurora MySQL-Compatible Edition 3 in addition to Aurora MySQL 3.04 (compatible with MySQL 8.0.26) minor version. This LTS version does not change the end of life schedules for other LTS versions or engine major versions. For more details about LTS and how to stay on the LTS minor version, refer to LTS documentation. This LTS release is available in all AWS regions where Aurora MySQL is available. Amazon Aurora is designed for unparalleled high performance and availability at global scale with full MySQL and PostgreSQL compatibility. It provides built-in security, continuous backups, serverless compute, up to 15 read replicas, automated multi-Region replication, and integrations with other AWS services. To get started with Amazon Aurora, take a look at our getting started page.
 
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.
VersionRelease dateupdateRelease 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 supportLink
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 v2Link
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 issuesLink
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 logsLink

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.