CloudFormation : Template RDS Mysql to Create DB, Tables, User, or Load Schema
问题 Using CloudFormation, I'm trying to figure out a few use cases. The first case is having an existing AWS RDS MySQL server, how to create a database, tables, and a user account though a CloudFormation template. After looking at the Cloudformation docs, I thought there could be a AWS::RDS::DBInstance property that would allow me to do this action; however, though I couldn't find how to specify a database host source (or I may have misread it) that would allow. aws-properties-rds-database