AWS S3
The AWS S3 integration archives device events as objects in your S3 bucket for long-term storage and batch analysis.
How it works
When events match a route configured with an S3 destination, the system writes the event data as JSON objects to your specified bucket. Objects are organized by date and event type for efficient querying.
Setting up S3 integration
- Create an S3 bucket in your AWS account.
- Configure the appropriate IAM permissions to allow Blecon to write objects.
- In the Console, add a route to your network with AWS S3 as the destination.
- Enter your bucket name and AWS region.
- Select which event types to archive.
Use cases
- Compliance — Retain a complete record of all device events.
- Batch analysis — Process historical events with Athena, Spark, or other tools.
- Backup — Keep a copy of events independent of your primary processing pipeline.