Skip to content

Aurora Construct parameterGroup - MySQL 8 #17958

Answered by skinny85
ricardoheyn asked this question in Q&A
Discussion options

You must be logged in to vote

You probably need to create your own ParameterGroup, with engine equal to rds.AuroraMysqlEngineVersion.of("8.0.mysql_aurora.3.01.0"), and pass it when creating your Cluster.

BTW, I think you're missing the second parameter to the AuroraMysqlEngineVersion.of() call - the major version of the engine, which should be '8.0' in your case (the default is '5.7').

The default Parameter Group for Aurora MySQL is 'default.aurora-mysql5.7', as the error message says.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ricardoheyn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants