When creating AWS CloudFormation templates that have DB instance type parameters, populating the allowed values list to validate the instance type string can be tedious.
Here are some sets of DB instance types that can be copy-pasted into the "AllowedValues" field of your AWS CloudFormation DB instance type parameter.
View