Skip to content

Aurora MySQL replication between unencrypted and encrypted clusters

0

Is it possible to set up native MySQL replication between an unencrypted cluster and an encrypted cluster? Could replication also be set up between a cluster encrypted with the default key and one encrypted with a multi-region key? I have set up replication between unencrypted clusters and between clusters encrypted with the same key before without any problems but currently for the questions about the Slave_IO_State is always "Connecting to master".

asked 2 years ago837 views
1 Answer
0

MySQL replication can be set up between an unencrypted cluster and an encrypted cluster. If the source DB cluster is encrypted, the read replica must also be encrypted.

Anyway, a replication between a cluster encrypted with the default key and one encrypted with a multi-region key might not be possible due to region-specific KMS encryption keys. A custom MAster KMS key can be used.

The issue of Slave_IO_State always being “Connecting to master” could be due to incorrect user privileges.

EXPERT
answered 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.