workspace { model { u = person "User" s = softwareSystem "Software System" { webapp = container "Web Application" "" "Spring Boot" database = container "Database" "" "Relational database schema" } u -> webapp "Uses" webapp -> database "Reads from and writes to" live = deploymentEnvironment "Live" { deploymentNode "Amazon Web Services" { deploymentNode "US-East-1" { route53 = infrastructureNode "Route 53" elb = infrastructureNode "Elastic Load Balancer" deploymentNode "Amazon EC2" { deploymentNode "Ubuntu Server" { webApplicationInstance = containerInstance webapp } } deploymentNode "Amazon RDS" { deploymentNode "MySQL" { containerInstance database } } } } route53 -> elb "Forwards requests to" "HTTPS" elb -> webApplicationInstance "Forwards requests to" "HTTPS" } } views { deployment s live { include * autoLayout lr } } }
Structurizr DSL v2.1.2 - some features (e.g. !docs, !adrs, !script, etc) are unavailable via this demo page; see DSL for details.
Structurizr
Diagram
Structurizr
Graph
Export
PlantUML
Export
C4-PlantUML
Export
Mermaid
Export
DOT
Export
WebSequenceDiagrams
Export
Ilograph