Backend API Overview
Node.js API running on AWS ECS + EC2
Overview
Infrastructure
Route 53 (api.grouple.pro)
↓
Application Load Balancer (grouple-api-lb)
├── HTTP → redirects to HTTPS
└── HTTPS → SSL terminated via ACM Certificate
↓
ECS Cluster (grouple-api-cluster)
└── Auto Scaling Group (EC2 instances)
└── ECS Tasks (API Containers)
└── Docker image pulled from ECR (grouple-api)Server Entry Point
Authentication
Environment & Secrets
Deployment
Observability
Tool
Purpose
Last updated