Question 284:
Your team is developing an application that will be making use of Kinesis streams. A load test was conducted to get 15000 records in GetRecords requests. The requests failed with ProvisionedThroughputExceededException. Which of the following could be a reason for this?
Answer options:
A.AWS Kinesis only allows 1000 records to be read per second. B.You can only have 100 shards with 10 records processed per shard. C.The GetRecords requests hit the payload limit. D.There is a limit on the number of streams.