Browse 1,079+ architecture diagrams created by the community. Fork any diagram as a starting point — customize it and make it your own in seconds.
Fork any diagram to start editing. Sign up free — no credit card needed.
Showing 1079 diagrams
Hub-and-spoke network design with a central Hub VPC containing Firewall, DNS, and Shared Services connected to four Spoke VPCs (Production, Staging, Development, DMZ) via a Transit Gateway for…
Event-driven real-time streaming architecture with multiple data sources (web, mobile, IoT, API) feeding into Apache Kafka as a message broker, processed by Flink/Spark stream processor, then…
Shift-left security pipeline integrating security scanning at every stage: SAST analysis with SonarQube on source code, SCA/dependency checking with Snyk after build, container image scanning with…
Trunk-based development workflow where multiple developers merge short-lived feature and bug-fix branches frequently into a single trunk (main) branch. Automated CI builds and test suites gate…
Pro: 75 credits/mo, private workspaces, watermark-free exports.
Or invite friends for free credits →
Main Application Container runs alongside two sidecars (Logging Proxy and Config Agent) within a shared Pod boundary. All containers share network namespace and volumes (Log, Config, Tmp). Sidecars…
Service A calls Service B through a Circuit Breaker that manages three states: Closed (requests pass through), Open (requests fail fast with fallback), and Half-Open (test requests determine…
Command Query Responsibility Segregation with Event Sourcing. The Command side accepts writes through a Command API, validates and persists events to the Event Store. The Query side projects events…
Saga Orchestrator coordinates distributed transactions across Order, Payment, and Inventory services. Shows the success path where all steps complete, and the rollback/compensation path with cancel…
End-to-end machine learning pipeline with Cloud Storage and BigQuery for training data, Data Labeling Service for annotation, Vertex AI Training and AutoML for model development, Model Registry for…
Serverless event-driven architecture with multiple event sources (HTTP, Cloud Storage events, Cloud Scheduler) flowing through Pub/Sub to Cloud Functions, which process and store data in Firestore,…
Hub-and-spoke network topology with a central hub VNet containing shared services (Azure Firewall, VPN Gateway, Bastion) peered to multiple spoke VNets for workload isolation. Includes User Defined…
Zero Trust security model using Azure Active Directory for identity-centric access control. Includes Conditional Access policies, MFA enforcement, Privileged Identity Management, and integration…
Global load balancing and edge security using Azure Front Door with Web Application Firewall policies. Includes custom rules, bot protection, rate limiting, and SSL offloading with health probes for…
Centralized monitoring architecture using Azure Monitor with Log Analytics workspace for log aggregation, Application Insights for APM, and Azure Dashboards for visualization. Includes alert rules…
Event-driven serverless architecture using Azure Functions triggered by Event Grid subscriptions. Events from Blob Storage, custom topics, and Azure services are routed to function handlers with…
Microservices architecture on Azure Kubernetes Service with Azure Container Registry, Application Gateway Ingress controller, and Azure Monitor for observability. Includes managed identity…
End-to-end machine learning pipeline using SageMaker for notebook experimentation, training jobs, model registry, and endpoint deployment. Includes S3 for data and model artifacts, Lambda for…
Native AWS CI/CD pipeline using CodePipeline to orchestrate CodeCommit for source control, CodeBuild for build and test, and CodeDeploy for blue/green deployments to ECS or EC2 with rollback…
Hub-and-spoke network topology using AWS Transit Gateway to interconnect multiple VPCs, on-premises networks via VPN or Direct Connect, and shared services. Includes route tables for network…
Edge security architecture with CloudFront distribution protected by AWS WAF rules and AWS Shield Advanced for DDoS protection. Includes Lambda@Edge for custom security logic and logging to S3 and…
Multi-region active-active deployment using Route 53 for DNS-based traffic routing, with identical application stacks in two regions. DynamoDB Global Tables or Aurora Global Database provide…
Multi-tier VPC network architecture with public, private, and isolated subnets across multiple availability zones. Includes NAT gateways, network ACLs, security groups, VPC endpoints, and flow logs…
Data lakehouse architecture using AWS Glue for ETL jobs that extract from multiple sources, transform data through a Glue Data Catalog, and load into S3-based data lake with Athena and Redshift…
Showing 185–207 of 1079 diagrams