Page 1 of 1

An application is processing clickstream data using Amazon Kinesis. The clickstream data feed into Kinesis experiences p

Posted: Mon Mar 27, 2023 1:38 pm
by answerhappygod
An application is processing clickstream data using Amazon Kinesis. The clickstream data feed into Kinesis experiences periodic spikes. The PutRecords API call occasionally fails and the logs show that the failed call returns the response shown below:

Which techniques will help mitigate this exception? (Choose two.)
An Application  1
An Application 1 (54.26 KiB) Viewed 32 times
A. Implement retries with exponential backoff.
B. Use a PutRecord API instead of PutRecords.
C. Reduce the frequency and/or size of the requests.
D. Use Amazon SNS instead of Kinesis.
E. Reduce the number of KCL consumers.