We are using AWS RDS Aurora for our application and using a read replica to read the data from the database.
We now want to use this read replica as the writer so that we can also write to this reader instance and data will be synced between them. Hence, to use it as multi-master replication.
Is there a way to achieve this?