A business has integrated a clickstream onto their website in order to evaluate traffic. The website sends each page req
Posted: Thu Jul 21, 2022 10:00 pm
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
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