Error Creating Aurora DB Clusterr

0

We are trying to launch an Aurora DB cluster from a snapshot using CloudFormation template, but getting the following error.

Cannot find version 5.7.mysql_aurora.2.10.2 for aurora (Service: AmazonRDS; Status Code: 400; Error Code: InvalidParameterCombination; Request ID: 10a8c2f0-ee79-4b30-be99-1790f66948e5; Proxy: null).

We are not passing any value for engine version. Also the version "5.7.mysql_aurora.2.10.2" mentioned in the error message is an available version as per the docs.

2 Antworten
0
Akzeptierte Antwort

I understand that you have not used the engine version in your CF Templare. Try adding engine version and engine in your CF Template and see if it works-

"engineVersion": "5.7.mysql_aurora.2.10.2" "engine": "aurora-mysql"

AWS
D-Rao
beantwortet vor 2 Jahren
0

Suggest always checking the latest engine versions running the following script:

aws rds describe-db-engine-versions --engine aurora-mysql | jq -r '.DBEngineVersions[].EngineVersion'

here is terraform version of the error:

mysql can not find version error creating rds cluster using terraform

elka
beantwortet vor 8 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen