Replication: External MySQL to Aurora MySQL - Replication filters

0

Hi, We are considering a replication setup where we would like to replicate only a few tables from an "external" MySQL instance (replication source - hosted in EC2) to Aurora MySQL (replication target). I am wondering whether Aurora MySQL supports replication options similar to --replicate-do-table and --replicate-rewrite-db MySQL options so that we could replicate only a few select tables to Aurora.

I have provided links to the documentation of the above MySQL options below:

Shan
asked 21 days ago211 views
1 Answer
1
Accepted Answer

Hi,

Thank you so much for asking your question.

Yes, Aurora MySQL supports replication filter using parameters below as cluster-level parameter since Aurora MySQL3. However, unfortunately, replicate-rewrite-db is not supported.

  • replicate-do-db
  • replicate-do-table
  • replicate-ignore-db
  • replicate-ignore-table
  • replicate-ignore-db
  • replicate-ignore-table
  • replicate-wild-do-table
  • replicate-wild-ignore-table

For more detail, please refer to the Aurora MySQL document.

I hope this might help.

AWS
answered 21 days 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