A business has integrated a clickstream onto their website in order to evaluate traffic. The website sends each page request to an Amazon Kinesis stream through the PutRecord API function, using the page name as the partition key. A support engineer sees many events in the application logs during periods of high website traffic.
ProvisionedThroughputExcededException
What should be done in the most cost-effective manner possible to address the issue?
A. Create multiple Amazon Kinesis streams for page requests to increase the concurrency of the clickstream.
B. Increase the number of shards on the Kinesis stream to allow for more throughput to meet the peak spikes in traffic.
C. Modify the application to use on the Kinesis Producer Library to aggregate requests before sending them to the Kinesis stream.
D. Attach more consumers to the Kinesis stream to process records in parallel, improving the performance on the stream. B
A business has integrated a clickstream onto their website in order to evaluate traffic. The website sends each page req
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
A business has integrated a clickstream onto their website in order to evaluate traffic. The website sends each page req
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!