Question 204:
Your company is getting ready to make a major public announcement of a social media site on AWS. The website runs on EC2 instances deployed across multiple Availability Zones with a Multi-AZ RDS MySQL Extra Large DB Instance. The site performs many small reads and writes per second and relies on an eventual consistency model. After comprehensive tests, you discover that there is read contention on RDS MySQL. Which are the best approaches to meet these requirements? Choose 2 answers from the options below.
Answer options:
A.Deploy ElasticCache in-memory cache with Multi-AZ. B.Implement sharding to distribute load to multiple RDS MySQL instances. C.Increase the RDS MySQL Instance size and Implement provisioned IOPS. D.Add an RDS MySQL read replica in each availability zone.