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.
asked 3 months ago20 views
1 Answers
0
Accepted Answer
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 months ago
Relevant questions
CDK: How to create an encrypted Aurora MySQL-compatible cluster using an un-encrypted snapshot
Manual Snapshot of Aurora DB and copy to different region
asked 3 months ago"Create Aurora Read Replica" option not available to migrate from RDS Postgres 11.12 to Aurora 11.12.
asked 2 months agoRDS Postgresql migrate to Aurora Postgresql. Not showing "Aurora read replica" & "Migrate snapshot" options.
Accepted Answerasked 4 months agoRestoring RDS Snapshot with CloudFormation
Accepted Answerasked 5 years agoUnable to restore Aurora MySQL 5.7 snapshot into a Aurora MySQL 8 instance due to schema inconsistencies
asked 2 months agoUnable to export aurora mysql serverless snapshot to S3
asked 2 years agoError Creating Aurora DB Clusterr
Accepted Answerasked 3 months ago(Serverless) Amazon Aurora MySQL 1 end of life on February 28, 2023
asked 2 months agoUnable to restore Aurora Serverless V1 snapshot to Aurora Provisioned
Accepted Answerasked 2 months ago