Which are the best approaches to meet these requirements?

Your company is getting ready to do a major public announcement of a social media site on AWS. The website
is running on EC2 instances deployed across multiple Availability Zones with a Multi-AZ RDS MySQL Extra
Large DB Instance. The site performs a high number of 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 two.)

Your company is getting ready to do a major public announcement of a social media site on AWS. The website
is running on EC2 instances deployed across multiple Availability Zones with a Multi-AZ RDS MySQL Extra
Large DB Instance. The site performs a high number of 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 two.)

A.
Deploy ElasticCache in-memory cache running in each availability zone

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



Leave a Reply 10

Your email address will not be published. Required fields are marked *


AWS-Conqueror

AWS-Conqueror

Correct answers – A,D

Mark Nguyen

Mark Nguyen

AC
read = elastic cache
write = Increase the RDS MySQL Instance size and Implement provisioned IOPS

Steve

Steve

Seriously? You guys keep choosing D after it clearly states “After comprehensive tests you discover that there is read contention on RDS MSQL”?

This is clearly A and C.

Steve

Steve

I’m joking btw

It’s A and D. It posted before I could say that.

charm

charm

😀 exam stress

charm

charm

A
D

Deploy ElastiCache in-memory cache running in each availability zone

Implement sharding to distribute load to multiple RDS MySQL instances –
(this is only a read contention, the writes work fine)

Increase the RDS MySQL Instance size and Implement provisioned IOPS –
(not scalable, this is only a read contention, the writes work fine)

Add an RDS MySQL read replica in each availability zone