Skip to content

RDS migration on daily basis

0

Hello everyone,

I have an Amazon RDS database and want to set up an Amazon Redshift database. I need to replicate (migrate) data automatically from RDS to Redshift on a daily basis. How to achieve this, including the tools and services required?

Thanks in advance!

1 Answer
2

Hello.

It may depend on the RDS database engine, but why not try using DMS?
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Redshift.html

The document below is an example for on-premises SQL Server, but I thought it might be possible to migrate data daily with a similar setup for RDS.
https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/migrate-an-on-premises-microsoft-sql-server-database-to-amazon-redshift-using-aws-dms.html

EXPERT

answered 2 years ago

EXPERT

reviewed 2 years ago

EXPERT

reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.