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개 답변
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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인