I want to replicate the schema of an AWS RDS instance (A) to a new RDS instance (B). I want B to have the same structure and databases as A, but I do not B to have the data of A. I want the tables in B to be empty. Is it possible to achieve this in AWS? Both A and B are MySQL instances.
I tried setting up B by restoring it from A's snapshot and unchecking the "copy tags" option, but it still copied the data to B.