Amazon RDS for MySQL Releases
Track Amazon RDS MySQL version support, Aurora vs RDS comparison, version lag vs upstream, upgrade paths, and parameter group compatibility.
—
Total Versions
—
Supported
—
Latest
Version Timeline
All tracked releases with lifecycle status and EOL dates.
Loading version data…
Lifecycle Timeline
Visual overview of active support and maintenance windows.
Upgrade Paths
Migration guidance between major versions — breaking changes, effort estimates, and tips.
Breaking Changes
- Default auth changed (caching_sha2_password)
- GROUP BY no longer implicitly sorts
- New reserved words (RANK, GROUPS, LATERAL, etc.)
- utf8 now aliases to utf8mb4 (4-byte unicode)
- Query optimizer changes (may change query plans)
- Removed query cache entirely
- InnoDB internal changes affect crash recovery
Migration Notes
Run the MySQL Upgrade Checker (mysqlsh util.checkForServerUpgrade()) before upgrading. Fix all reported issues. Test your application thoroughly on a restored snapshot running 8.0. The auth change breaks many older client libraries. Set default_authentication_plugin=mysql_native_password temporarily if clients cannot upgrade. Plan for query performance regression testing.
Breaking Changes
- Some deprecated features removed
- Default settings changes for security
- Group Replication improvements may change behavior
Migration Notes
A smoother upgrade than 5.7→8.0. The 8.0→8.4 path maintains compatibility. Test with a snapshot, verify parameter groups, upgrade. The main benefit is the 8.4 LTS lifecycle (supported until 2032).
Version Risk Assessment
Evaluate risk factors before choosing a version for production.
| Version | EOL Risk | CVE Risk | Ecosystem | Cloud Support | Overall | Recommended Action |
|---|---|---|---|---|---|---|
| Amazon RDS for MySQL 5.7 | Critical | High | Extended $$ | Paid ext. | Critical | Community EOL, paying for extended — upgrade to 8.0/8.4 NOW |
| Amazon RDS for MySQL 8.0 (early) | Medium | Low | Active | Active | Medium | Update to latest 8.0 patch |
| Amazon RDS for MySQL 8.0 (latest) | Low | Low | Active | Active | Low | Supported — consider 8.4 LTS migration |
| Amazon RDS for MySQL 8.4 LTS | None | Low | Active | Active | Low | Current LTS — recommended for new instances |
RDS MySQL follows upstream Oracle EOL plus AWS extended support. 5.7 is on borrowed time. Assessed March 2026.
RDS MySQL Version Feature Comparison
Side-by-side feature differences across major versions.
| Feature | 5.7 | 8.0 | 8.4 LTS |
|---|---|---|---|
| Default auth | native_password | caching_sha2 | caching_sha2 |
| Window functions | No | Yes | Yes |
| CTEs | No | Yes | Yes |
| JSON improvements | Basic | Enhanced | Enhanced |
| Invisible indexes | No | Yes | Yes |
| Query cache | Available | Removed | Removed |
| Group Replication | Basic | Enhanced | Enhanced |
| Blue-green deploy | Yes | Yes | Yes |
| Support end (RDS) | Extended $$ | Apr 2027 | Apr 2032 |
Embed Badges
Add live Amazon RDS for MySQL status badges to your README, docs, or dashboard.
Health Status
Overall support health

EOL Countdown
Next end-of-life date

Latest Version
Current stable release

CVE Status
Known vulnerabilities

Frequently Asked Questions
Common questions about Amazon RDS for MySQL releases and lifecycle.