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
已提問 1 個月前檢視次數 276 次
1 個回答
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
已回答 1 個月前
profile picture
專家
已審閱 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南