Commit ff653f44 by Feanil Patel

Make the DB version configurable and set it to 5.6 by default.

parent 616ae06b
......@@ -392,6 +392,16 @@
],
"ConstraintDescription":"must select a valid database instance type."
},
"DBEngineVersion":{
"Default":"5.6",
"Description":"Version of MySQL for the RDS",
"Type":"String",
"AllowedValues":[
"5.5",
"5.6"
],
"ConstraintDescription":"must select a valid database version."
},
"DBAllocatedStorage":{
"Default":"5",
"Description":"The size of the database (Gb)",
......@@ -4369,7 +4379,7 @@
"Ref":"DBClass"
},
"Engine":"MySQL",
"EngineVersion":"5.5",
"EngineVersion":{ "Ref": "DBEngineVersion" },
"MasterUsername":{
"Ref":"DBUsername"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment