Assume RDS A has the following tables: table1, table2, table3;
And RDS B has the above tables and then more: table1, table2, table3, table4, table5.
Can I do a one-way copy from RDS A to RDS B?
That is, the data in the three tables (table1, table2, table3) in RDS A is copied to the corresponding three tables (table1, table2, table3) in RDS B simultaneously.
Moreover, can I modify the other two table i.e. table4 and table5 of RDS B, afterwards?
If this is possible, what will be the proper steps to achieve that?
There are multiple ways to achieve this. Each approach has its tradeoffs interms of staleness of data, efficiency, cost & etc.
More details in comparing AWS Glue and other Services refer the AWS FAQ.
Note: All of these approaches are one way trasfer so you can edit the tables on the RDS B.
Yes! You can do it using Aws Database Migration Service. Please take a look at https://aws.amazon.com/dms/
You can use AWS console to create and map the source and destination or install the schema something from amazon to do it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With