Tenzir runs natively on Amazon Web Services (AWS) and connects to the AWS services security teams rely on every day. Stream events through managed Kafka, store and replay them in S3, ship them to CloudWatch or Amazon Security Lake in OCSF, and pull messages from SQS — all from the same pipeline language, using the AWS SDK directly and with first-class IAM integration.
Supported services
Section titled “Supported services”| Service | Operators | Use case |
|---|---|---|
| CloudWatch | from_amazon_cloudwatch, to_amazon_cloudwatch | Read and write CloudWatch log events. |
| MSK | from_kafka, to_kafka | Stream events through managed Kafka. |
| S3 | from_s3, to_s3 | Read and write S3 objects. |
| Security Lake | to_amazon_security_lake | Send OCSF events to Security Lake. |
| SQS | from_sqs, to_sqs | Receive and send SQS messages. |
All AWS operators share the same authentication mechanisms. See AWS Authentication for details.