Home Blog Digital Twins IoB and Smart AWS IoT TwinMaker for facility management guide
🧠 Digital Twins IoB and Smart May 23, 2026 12 min read

AWS IoT TwinMaker for facility management guide

Digital Twins IoB and Smart Enterprise Guide 2026 SCALE D2C Digital Twins IoB and Smart Enterprise Guide 2026

AWS IoT TwinMaker is Amazon's managed service for building operational digital twins of physical facilities β€” connecting IoT data, 3D models, and knowledge graphs into a queryable facility representation that powers maintenance operations, energy management, and anomaly detection. For enterprises already on AWS IoT Core, TwinMaker provides the lowest-friction path to an operational digital twin without the complexity of a purpose-built platform. This guide covers TwinMaker's architecture, the knowledge graph model, and the facility management use cases with proven ROI.

TwinMaker Architecture

AWS IoT TwinMaker β€” Core Concepts
TwinMaker models a facility as a knowledge graph of entities and their relationships. An entity represents any physical or logical element (a pump, a floor, a production line); entities have components that connect to data sources (IoT Core time series, Sitewise measurements, external APIs). The knowledge graph is queryable via PartiQL; TwinMaker Scene Composer provides a 3D visualisation layer that maps entity data to a 3D model of your facility. Grafana integration (via Amazon Managed Grafana) provides operational dashboards that query the TwinMaker knowledge graph directly.

Getting Started

01
Step 1
Create Workspace and Connect Data Sources

Create TwinMaker workspace: aws iottwinmaker create-workspace --workspace-id my-facility --s3-location s3://my-bucket/twinmaker --role arn:aws:iam::account:role/twinmaker-role. Connect data sources: IoT SiteWise connector (pulls measurements from SiteWise assets), Timestream connector (time-series data), or custom Lambda connector (any API). The custom Lambda connector is the most flexible β€” write a Python Lambda that queries your historian, CMMS, or BMS and returns entity property values in TwinMaker's format. Our DevOps team handles TwinMaker Terraform deployments.

Workspace creationSiteWise connectorCustom Lambda connector
02
Step 2
Build the Knowledge Graph

Define entity types (ComponentType in TwinMaker API) β€” EquipmentAsset, BuildingFloor, ProductionLine. Each ComponentType declares its properties (temperature, status, efficiency) and their data source bindings. Create entity instances for each real asset: aws iottwinmaker create-entity --workspace-id my-facility --entity-name "Pump-A1" --components "{...}". Create relationships: aws iottwinmaker create-entity --parent-entity-id "Building-1". Import from CSV via the bulk operations API for large facilities (1000+ assets). Validate with TwinMaker Console β†’ Knowledge Graph view.

ComponentType definitionsEntity instancesBulk CSV import
03
Step 3
3D Scene and Grafana Dashboard

In TwinMaker Console β†’ Scene Composer: upload your facility 3D model (glTF format) or connect to your CAD export. Place entity tags on the 3D model β€” each tag binds a 3D location to a TwinMaker entity. Now clicking a pump in the 3D view shows its live data. Create Grafana dashboards using the Amazon Managed Grafana TwinMaker plugin β€” query entity properties and time-series data directly in Grafana panels. This combination (3D view + operational dashboards) is the standard TwinMaker operations centre interface for facility management teams.

glTF 3D model uploadEntity tag placementGrafana TwinMaker plugin
AWS-native
TwinMaker's primary advantage β€” zero additional infrastructure for enterprises already on AWS IoT Core and SiteWise. Connect existing IoT assets to digital twins in hours, not weeks of platform setup
PartiQL
TwinMaker's query language for the knowledge graph β€” query entities, relationships, and properties with SQL-like syntax. Example: find all pumps on Floor 3 with temperature above 80Β°C β€” traverses the entity graph without custom code
glTF
The 3D model format for TwinMaker Scene Composer β€” export from your CAD tool (Revit, AutoCAD, Navisworks) to glTF via free converters. Lighter-weight than proprietary formats and renders efficiently in the browser-based Scene Composer
AWS IoT TwinMaker Implementation

Our IoT solutions, DevOps, and data analytics teams design and deploy AWS IoT TwinMaker facility management systems. Book a free advisory session.

Frequently Asked Questions

End-to-end Digital Twins IoB and Smart strategy, implementation, and optimisation. Contact us for a free consultation.

Strategy: 4–8 weeks. Full implementation: 3–12 months.

Yes β€” D2C brands to enterprise. View our pricing.

DIGITAL TWIN

Ready to Implement Digital Twins IoB and Smart?

Our specialist team delivers measurable ROI for enterprise and D2C brands.

Free Audit