I want to create different databases in single Amazon RDS instance.
I know it's possible manually to create a RDS DB instance with one database from CloudFormation and connect from some tool (eg SQL Workbench) and then create a new Database.
But I want to create through CloudFormation multiple databases under one DB instance.