Overview
Connect an AWS S3 bucket to backfill historical telemetry data into Telemetron. This integration reads compressed CSV files from your bucket and imports them using the Backfill Manager, allowing your AI support agent to reference historical device data during conversations.Prerequisites
- An AWS S3 bucket containing historical telemetry data in compressed CSV format
- An IAM user with an access key, or an IAM role that Telemetron can assume
- The IAM role must have a trust policy allowing Telemetron to assume it, plus permissions to list and read objects in the bucket (
s3:ListBucket,s3:GetObject)
Setup
1
Open the Integration Page
Go to Settings > Integrations > AWS S3 Bucket.
2
Enter AWS Credentials
Provide the following credentials:
- AWS Access Key ID — The access key for your IAM user
- AWS Secret Access Key — The corresponding secret key
- IAM Role ARN — The ARN of the IAM role Telemetron will assume (e.g.,
arn:aws:iam::123456789012:role/TelemetronS3ReadRole)
3
Configure Bucket Details
- Bucket Name — The name of your S3 bucket
- Region — Select the AWS region where the bucket is located
4
Test and Connect
Click Test Connection to verify Telemetron can access the bucket with the provided credentials. If the test succeeds, click Connect S3 Bucket to finalize the integration.
Configuration
After connecting, the integration page displays:Prefix Mappings
Configure prefix mappings to tell Telemetron how to interpret the directory structure in your bucket. This maps S3 key prefixes to device identifiers and telemetry types.Backfill Manager
Use the Backfill Manager to import historical data from the connected bucket:- Select the prefix or directory containing the files to import
- Choose a date range to filter which files to process
- Start the backfill — Telemetron reads and ingests the compressed CSV files