Hi folks, I hope you are doing fine!
I'm trying to migrate an on premise MySQL (5.7) DB to Aurora RDS cluster.
For the data migration I used MySQL Binlog Replication:

Looking around I found that the current MySQL communication with the server is not being encrypted:

However, towards RDS TLS is being used:

Current result: The server is not writing data to the new RDS endpoint.
Expected result: The server is able to read and write from the new RDS endpoint.
I appreciate any guidance/help on this one, as I haven't found so much info around this and the zabbix version I'm working with.
I'm trying to migrate an on premise MySQL (5.7) DB to Aurora RDS cluster.
For the data migration I used MySQL Binlog Replication:
- First, made dump of the source and restored it on the RDS cluster
- Then, I setup the replication from RDS to on-premise MySQL
- Once the replication was done, I changed the DB endpoint on the server: On /etc/zabbix/zabbix_server.conf and on /var/www/html/zabbix/conf/zabbix.conf.php
Looking around I found that the current MySQL communication with the server is not being encrypted:
However, towards RDS TLS is being used:
Current result: The server is not writing data to the new RDS endpoint.
Expected result: The server is able to read and write from the new RDS endpoint.
I appreciate any guidance/help on this one, as I haven't found so much info around this and the zabbix version I'm working with.