want database synchronization of few tables from AWS Prod to AWS UAT DataBase

0

I have AWS DB of Production and AWS DB of UAT environment. I want whenever needed I can get Production data of few tables to my UAT Database by clicking button from GUI. So GUI means we will design one GUI and we put one button there and whenever user need just click that button and using some DMS API's (not sure) selected tables data from Production get synchronized in UAT database.

  • A few questions: Do you want to copy an entire table to the target database just once or have replication on an ongoing basis? Does the target database have the same schema as the source?

已提问 2 年前282 查看次数
1 回答
0

AWS DMS service provides Command-Line Interface(CLI), API, and SDK for python, you may choose based on your requirement.

Here links for documentation for your reference:

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则