3 Answers
- Newest
- Most votes
- Most comments
1
Dear Customer-> I'd request you to kindly check out write forwarding feature in Aurora - this may help in your poroject
[] Using write forwarding in an Amazon Aurora global database - https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-write-forwarding.html
Thanks
0
Amazon RDS do provides option for cross region Read replica's across multiple engines keeping in consideration the License and version , though for exclusive master-master configuration you can follow certain unconventional methods like :-
- DMS replication across RDS instances - Certain considerations would be to handle collisions for Bi-directional replication & VPC peering.
- You can also try to configure the MySql_master-mysql_master replication in case of MySql provided RDS MySql supports Mysql_slave to another MySql instance likewise. http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql_rds_set_external_master.html
Please feel free to connect if you like any further help.
answered a year ago
Relevant content
- Accepted Answerasked 3 years ago
- Accepted Answerasked 3 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
Is write forwarding also available for an RDS read replica?