Stored Procedures and Events Aurora via CloudFormation -
i use cloudformation's aws::rds::dbcluster
resource create aurora mysql database cluster.
my question is, has created stored procedures events in aurora mysql via cloudformation? possible?
delivering these via cloudformation allow me recreate infrastructure without deploying stored procedures , events separately.
there's no way configure stored procedures , events aws::rds::dbcluster
cloudformation resource directly.
my suggestion provision aws::ec2::instance
containing userdata
script installs mysql client, executes contents of user-provided mysql script creating events/stored-procedures on newly-created db instance.
Comments
Post a Comment