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.
asked 2 months ago17 views
1 Answers
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:
answered 2 months ago
Relevant questions
Amazon Connect > Dev -> UAT -> Production
asked 5 months agoIn-place query of S3 data without provisioning DB or creating tables
asked 4 months agoI want to close my AWS account what do I save
asked a month agoDB Log Processing through Kinesis Data streams and Time Series DB
asked 6 months agoAWS DMS Issues | Duplicate Tables and SCT Conversion Issue
Accepted Answerasked 2 years agoUpdate the instance type of AWS DocumentDB
Accepted Answerasked 5 months ago$0.115 per GB-month of provisioned gp2 storage running MySQL | I have created only 3 tables in my database and it doesn't contain any data at all. My bill shows 169GB of usage just for 12 Days. HELP!
asked 3 months agowant database synchronization of few tables from AWS Prod to AWS UAT DataBase
asked 2 months agoHow can I retrieve the list of all databases in an RDS DB instance via API?
Accepted Answerasked a year agoStoring XML data in AWS DB
asked 3 months ago
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?