2 Answers
- Newest
- Most votes
- Most comments
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"
answered 3 years ago
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:
answered a year ago
Relevant content
- Accepted Answerasked 2 years ago
- Accepted Answerasked 7 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago