Recommended method
Kinesis Firehose — real-time logs deliver to a Kinesis Data Stream, which Firehose then forwards to Bronto. This is the only path that preserves the low-latency stream.Alternatives
- S3 Log Forwarder — for standard access logs (v1, or v2 routed to S3). Different schema and delayed delivery; not equivalent to real-time logs.
- CloudWatch Log Forwarder — for standard access logs (v2) routed to a CloudWatch Log Group.

