We have 2 SQL Server databases. One of them is to be moved to AWS cloud.
Is Amazon RDS the ONLY approach to move the SQL Server to AWS?
What is the best way to automate data transfer of table data from the SQL Server that IS in the cloud to the SQL Server that is NOT in the cloud?
The volume and complexity of data is not high in our case. Tables are simple and volume is not high; we need to migrate only ONE table every night. And we'd like to automate it.
Would AWS Glue be useful for this? Would it help in loading data from INSIDE the cloud to OUTSIDE?