A company uses Amazon Kinesis Data Analytics to process real-time data. The application needs to aggregate data over a 10-minute window. The team notices that late-arriving events are being dropped. Which configuration should they adjust?
Controls how late events are accepted.
Why this answer
Option C is correct because Kinesis Data Analytics allows you to set a lateness tolerance (allowed_lateness) for streaming aggregations. Option A is wrong because RecordColumn is for schema. Option B is wrong because ShardCount affects parallelism, not late events.
Option D is wrong because the application uses Kinesis Data Analytics, not Firehose.