Solved

Your Company Plans to Host a Large Donation Website on Amazon

Question 191

Multiple Choice

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 (SQS) 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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions