I have requirement like need to synchronize one table of data (contain user list) in AWS RDS instance to another RDS Instance. only particular user's table need to synchronize.
ex: RDS-1 have schema like "user", "app".... i need to synchronize "User" schema data to RDS-2 "user" schema.
databse : Mysql.
is it possible . if possible please tell me how to archive it.
Thanks in advance.