Solved

A Developer Has Written an Amazon Kinesis Data Streams Application

Question 408

Multiple Choice

A Developer has written an Amazon Kinesis Data Streams application. As usage grows and traffic increases over time, the application is regularly receiving ProvisionedThroughputExceededException error messages. Which steps should the Developer take to resolve the error? (Choose two.)


A) Use Auto Scaling to scale the stream for better performance
B) Increase the delay between the GetRecords call and the PutRecords call
C) Increase the number of shards in the data stream
D) Specify a shard iterator using the ShardIterator parameter
E) Implement exponential backoff on the GetRecords call and the PutRecords call

Correct Answer:

verifed

Verified

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

Related Questions