I have a database cluster A in AWS RDS mysql aurora.
I create a blue green deployment that generates a database A-green. I choose "Switch" in the AWS UI. The switch fails and it shows in the logs:
Switchover from DB cluster A to A-green was canceled due to external replication on A. Stop replication from an external database to A before you switch over.
Where can I find this replication that the error talks about? I don't see anything in the console.
Also, show slave status
returns empty
Cheers