Simple Architecture

The starting point: a handful of services and the traffic between them.

Simple Architecture: rendered example
Rendered by Gnomon from the source below. No edits.

The source

20 lines of PlantUML, and pulls in AWS icons. Copy it, or open the template inside Gnomon and render it as it is.

@startuml
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/main/dist
!include AWSPuml/AWSCommon.puml
!include AWSPuml/Compute/EC2.puml
!include AWSPuml/Database/RDS.puml
!include AWSPuml/Storage/SimpleStorageService.puml
!include AWSPuml/NetworkingContentDelivery/ElasticLoadBalancing.puml

title AWS Simple Architecture

EC2(webServer, "Web Server", "t3.medium")
RDS(database, "Database", "PostgreSQL")
SimpleStorageService(storage, "Static Assets", "S3 Bucket")
ElasticLoadBalancing(elb, "Load Balancer", "ALB")

elb --> webServer
webServer --> database
webServer --> storage

@enduml

Render this offline

This template ships in Gnomon and renders on your machine, with no account and nothing sent to a server. The browser editor is free and needs no install.

Get GnomonOpen the browser editor

Others in AWS architecture diagrams