Hermes Wiki
Tools/Amazon_Data_Firehose

Amazon Data Firehose

Fully managed streaming delivery service — buffers, transforms, and loads real-time data into S3, Redshift, or OpenSearch without managing infrastructure. Most-used open-source equivalent is Fluent Bit (or Fluentd) for log/event shipping with buffering and multi-destination delivery; Vector is a common modern alternative. Neither auto-scales as transparently as Firehose — you own the ops. Compare Amazon_Kinesis for the lower-level, replay-capable streaming layer Firehose sits on top of.

Hermes Wiki