Zen Algorithms · Insurance Lab ← Architecture
Backend · Amazon Web Services

AWS Topology

The AWS mirror of the GCP design — same lanes, same contracts, AWS-native services. Profile A · Elastic-Serverless (Lambda/Fargate + Aurora Serverless) and Profile B · High-Scale Transactional & Analytics (ECS/EKS + Aurora provisioned (fixed, always-on database capacity) + SageMaker/Bedrock).

Layer guide (click any term): ingress · ALB · CloudFront/CDN · Aurora · SQS FIFO · EventBridge · Bedrock · OLTP.

Same lane layout as GCP — for a direct flip-between comparison
AWS topology in lanes: ingress, compute, data, AI, async, and cross-cutting. Region (multi-AZ; multi-region via Route 53 + Global Accelerator) Ingress CloudFront + ALB (Route 53 latency)? Compute Lambda/Fargate (A) / EKS (B)? BFF / API GW? Data Aurora Serverless v2 / provisioned? Redshift / Athena S3 + Object Lock? AI Bedrock — Claude / Nova / embeddings? OpenSearch (A) / Aurora pgvector (B)? Async SQS FIFO + EventBridge? Secrets Manager? CodeDeploy blue/green?
store object / external click any box for its definition
LayerChoiceWhy
Compute Lambda + API Gateway / App RunnerECS/EKS on Fargate lowest operational burden; suits spiky trafficML + long workers
OLTP Aurora Serverless v2 (PostgreSQL)Aurora provisioned (multi-AZ, replicas) scales to near-zerosustained load
RAG vectors OpenSearch ServerlessAurora pgvector (co-located) managed scalevectors live beside policy rows — one database for joins + audit
AnalyticsRedshift / Athena over S3actuaries build rates here; results are copied to the live database so the hot path never waits