0 votes
in AWS by

You are running to website on EC2 instances can deployed across multiple Availability Zones with an Multi-AZ RDS MySQL Extra Large DB Instance etc. Then site performs a high number of the small reads and the write per second and the relies on the eventual consistency model. After the comprehensive tests you discover to that there is read contention on RDS MySQL. Which is the best approaches to the meet these requirements in AWS?

1 Answer

0 votes
by

The Deploy Elasti Cache in-memory cache is  running in each availability zone and Then Increase the RDS MySQL Instance size and the Implement provisioned IOPS.

Related questions

0 votes
asked Apr 4 in AWS by DavidAnderson
+1 vote
asked May 9, 2020 in AWS by Robindeniel
...