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?

1 Risposta
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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande