MySQL NDB in AWS RDS

0

Is MySQL NDB supported in AWS RDS ?

2 Answers
0

No, MySQL NDB Cluster is not currently supported on Amazon RDS.

Amazon RDS supports running MySQL as a relational database, but does not provide the NDB Cluster storage engine option.

AWS
answered a month ago
profile picture
EXPERT
reviewed a month ago
  • Thanks for the quick response. They how can we migrate our On-prem MYSQL NDB cluster to AWS ?

0

Hi,

The MySQL NDB Cluster is not currently supported on Amazon RDS as such. But you can consider setting up an active-active cluster for RDS for MySQL by using the MySQL Group Replication plugin. The Group Replication plugin is supported for RDS for MySQL DB instances running version 8.0.35 and higher minor versions. Please refer the below link for details. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-active-active-clusters.html

While moving data from the NDB(clustered) DB engine to AWS using DMS , the following parameters must be configured to enable CDC on tables that use that storage engine. Add these changes in MySQL's my.ini (Windows) or my.cnf (UNIX) file.

Table values

AWS
answered a month ago
profile picture
EXPERT
reviewed a month ago