Which service should you use?

Your company plans to host a large donation website on Amazon Web Services (AWS). You anticipate a large
and undetermined amount of traffic that will create many database writes. To be certain that you do not drop
any writes to a database hosted on AWS. Which service should you use?

Your company plans to host a large donation website on Amazon Web Services (AWS). You anticipate a large
and undetermined amount of traffic that will create many database writes. To be certain that you do not drop
any writes to a database hosted on AWS. Which service should you use?

A.
Amazon RDS with provisioned IOPS up to the anticipated peak write throughput.

B.
Amazon Simple Queue Service (SOS) for capturing the writes and draining the queue to write to the
database.

C.
Amazon ElastiCache to store the writes until the writes are committed to the database.

D.
Amazon DynamoDB with provisioned write throughput up to the anticipated peak write throughput.

Explanation:
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html



Leave a Reply 2

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


learnaws

learnaws

Amazon Simple Queue Service (SOS) for capturing the writes and draining the queue to write to the
database.