Amazon Aurora zero-ETL for capturing change history

0

I currently use Aurora MySQL and need to capture history on some tables, currently use a custom solution using custom apllication logic to capture history for a given table. Been looking Amazon Aurora zero-ETL to redshift, is it possible to configure so changes are captured in redshift so I can query history for a given table?

AC
asked a month ago262 views
1 Answer
0

Hello AC,

To capture and view the history on the tables, you would need to enable audit logging on the table. To accomplish that

  1. select the database and click on Modify.
  2. In the subsequent screen, scroll all the way to the bottom in the Additional Configuration section and turn on Audit Log in the Log Exports section

You could also follow the steps as described in this re:Post article.

To send the logs from CloudWatch to Redshift enable subscriptions by following the steps here.

Hope this helps.

Best regards, Mukul Dharwadkar

profile picture
answered a month ago
profile picture
EXPERT
reviewed a month 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.

Guidelines for Answering Questions