PrepAway - Latest Free Exam Questions & Answers

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?

PrepAway - Latest Free Exam Questions & Answers

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

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

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

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

Explanation:
https://aws.amazon.com/sqs/faqs/
There is no limit on the number of messages that can be pushed onto SQS. The retention period
of the SQS is 4 days by default and it can be changed to 14 days. This will make sure that no
writes are missed.

One Comment on “which service should you use?


Leave a Reply

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