# Serverless vehicle tracking at scale: Bosch L.OS on AWS

[AWS](https://yomu.fyi/company/aws) · Yogish Kutkunje Pai · Aug 14, 2026

**Type:** Problem & solution

## Summary

Bosch Mobility Platform Solutions developed the Logistics Operating System on AWS to unify vehicle tracking across fragmented spot logistics markets. The system standardizes multiple telematics providers, disparate data formats, and diverse communication protocols into a centralized visibility layer. Orchestration is handled by a Tracking Connector running on Amazon ECS with AWS Fargate, while AWS Lambda functions act as provider-specific adapters for protocol translation. Event-driven message ingestion and streaming rely on Amazon MSK, complemented by Amazon ElastiCache for low-latency caching and Amazon DynamoDB for compliance policy enforcement. Currently operational in India with ten integrated ISVs, the platform reportedly reduces integration costs by 15–20% and lowers total tracking costs for small transporters by 25–30%.

## Context

Fragmented logistics networks face incompatible data formats, point-to-point integration complexity, high concurrent tracking volumes, manual coordination, and regional compliance mandates like India's AIS140 and FASTag.

## Approach / What changed

Bosch deployed the L.OS platform using Amazon ECS on AWS Fargate for central orchestration, AWS Lambda for serverless provider-specific translation adapters, Amazon MSK for event streaming, Amazon ElastiCache for caching, and Amazon DynamoDB for rule and policy management.

## Takeaways

- Consent workflows vary by tracking mode: SIM tracking routes consent requests to the driver, whereas GPS tracking routes requests to the fleet owner.
- Tracking automatically terminates when a vehicle enters a destination geo-fence, or manually via an explicit API request routed through the service provider.
- The architecture reduces integration costs by 15–20% and potentially lowers total tracking costs for small transporters by 25–30%.

**Tags:** [Architecture](https://yomu.fyi/topic/architecture), [AWS](https://yomu.fyi/topic/aws), [Kafka](https://yomu.fyi/topic/kafka), [Serverless](https://yomu.fyi/topic/serverless), [Streaming](https://yomu.fyi/topic/streaming)

[Read original post](https://aws.amazon.com/blogs/architecture/serverless-vehicle-tracking-at-scale-bosch-l-os-on-aws)
