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 年前檢視次數 2025 次
2 個答案
0
已接受的答案

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
已回答 2 年前
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
已回答 8 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南