jambonz / jambonz-infrastructure

packer and cloudformation templates for creating EC2-based jambonz deployments
23 stars 29 forks source link

AWS RDS: Upgrade from Aurora MySQL Serverless 5.6.10a to 5.7.mysql_aurora.2.08.3 #22

Open PeterMijnster opened 2 years ago

PeterMijnster commented 2 years ago

AWS is phasing out support for Aurora MySQL Serverless version 5.6.10a (February 2023). The current upgrade path is version 5.7.mysql_aurora.2.08.3. This specific version still supports Aurora Serverless V1. MySQL version 5.7 gives us a community EOL of October 2023. Currently it's not supported to create a Autora MySQL Serverless V2 database with Cloudformation, so this is for now the best way to stay somewhat up to date.

The changes are going from engine "aurora" to "aurora-mysql" and the version goes from "5.6.10.a" to "5.7.mysql_aurora.2.08.3".

PeterMijnster commented 2 years ago

I'm running the scalable cluster on 5.7.mysql_aurora.2.08.3 (which for now is the only allowed version if you want to go serverless) and I haven't run into any problems as of yet.