0

I am trying to setup data lake and move all the data to s3. I have to move aurora mysql data to s3 (most probably in parquet format). I tried initial POC using Data Migration Service with that we can move all data at once. Problem with this was every time I run it will copy whole data. I wanted something like near real time reflection of db changes in s3.

Thanks in advance.

1 Answers1

0

If you enable binary logs you should be able to do Change Data Capture and replicate ongoing changes as explained at this blog post

Javier Ramirez
  • 3,446
  • 24
  • 31