You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Q: When I use PutRecordBatch operation to send data to Amazon Kinesis Data Firehose, how is the 5KB roundup calculated?
The 5KB roundup is calculated at the record level rather than the API operation level. For example, if your PutRecordBatch call contains two 1KB records, the data volume from that call is metered as 10KB. (5KB per record)
We are not optimizing our costs.
I don't see which kinesis_firehose plugin option can help to increate PutRecordBatch size.
Regards,
JB
The text was updated successfully, but these errors were encountered:
Our average PutBatchRecord size is 1Ko bytes.
Regarding to AWS FAQ:
https://aws.amazon.com/kinesis/data-firehose/faqs/#Pricing_and_billing
We are not optimizing our costs.
I don't see which kinesis_firehose plugin option can help to increate PutRecordBatch size.
Regards,
JB
The text was updated successfully, but these errors were encountered: