I have an Aurora replica, I know the primary and secondary instances are sharing an underlying Cluster volume.
When I run show slave status
on the read replica, it shows nothing.
Why does it behave like this?
What kind of replication is aurora using?
Aurora does not use MySQL Binary Log File Position Based Replication method for its replication, which is why the
SHOW SLAVE STATUS
command does not show any information.Aurora uses its own proprietary replication technology. See Replication with Amazon Aurora for the available documentation. To monitor Aurora replication status, you typically use the Amazon RDS Console to view dashboards of the relevant CloudWatch metrics. See Monitoring an Amazon Aurora DB Cluster for more information.