We have a vendor product, which support only relational databases (Oracle and MS SQL). Due to operational efficiency and cost, we are planning to use MS SQL. However, we have a challenge to deploy the product in Active-Active mode in two different AWS regions (East and West). Since (as per my knowledge) AWS RDS MS SQL or IaaS MS SQL always-on availability group doesn't allow multi-region writes. Also, due to latency concerns, we can not configure the product to the database in other region.
We want to have locally available database instance, where the product can read and write. Is there a way to deploy MS SQL server in multi-region, multi-master, where database servers in both regions can accept write transactions?
P.S.- This product is end user facing, with huge number of transactions. This product makes decisions based on user's transactional data.