We decided to go with AWS Aurora (and not with RDS-MSQL or RDS-PostgreSQL directly)
Ignoring the SQL syntax differences and the different clients that I will use to connect. What are the main points to consider? Mainly on those areas: DR, BCP, Performance, backups, restores, and maintenance efforts.
The DB will be used to replicate the operational DB to let analytics and reports run on it without impacting the production.
Thanks!