Explore architectures published by cloud engineers. Clone, fork, and start building your own portfolio.
Clone any template to customize for your project
Sign Up FreeGCP Multi-Region HTTP Load Balancer with Regional Cloud Run Backends
Bizbuy
Beta Test
2.0 Simple Login Authenticator
1.0 AWS Serverless API with VPC and Monitoring
A azure architecture to design a web application
Azure House Cashflow Web App
AI Hackathon Review Platform on AWS
Azure AI Agent Awesome List Curator
GCP Secure Isolated Docker Sandbox Platform
Converted the single-region VM and MIG-based web tier into a structurally different multi-region GCP design using two separate VPCs, regional API gateways, Cloud Run services, Firestore databases, Pub/Sub messaging, and Cloud Storage in us-central1 and us-east1. Added global Cloud DNS for traffic entry and cross-region replication links between data and storage services to improve resilience and regional failover.
Global HTTP(S) load balancer routes traffic via URL map to a managed instance group running Apache. Firewall rules and health checks ensure only healthy VMs receive requests.
Deploys an external HTTP(S) Application Load Balancer routing traffic to Compute Engine VM backends in a managed instance group, with firewall rules and health checks for availability.
HTTPS traffic enters via Cloud Load Balancer to private app services (React, API on GKE/Cloud Run). AI GPU workers run in a separate subnet with NAT egress, using private access to SQL, Storage, and Pub/Sub.
HTTPS traffic enters via Cloud Load Balancer to private app services. Pub/Sub and Storage trigger GPU GKE workers in an isolated AI subnet, with private SQL and controlled egress via Cloud NAT.