Atlas Infra
info
This site documents the current infrastructure state of Atlas in this repository. Application source code lives in separate repositories.
Atlas Infra is the shared AWS foundation for Atlas. This repository provisions the network, ingress, compute, streaming, database, secrets, and monitoring layers used by the events ingestion API, the dashboard backend, and Kafka UI.
Internet
|
v
Public ALB (HTTPS)
|- atlas-ingest... -> ECS Fargate events ingestion
|- atlas-back... -> ECS Fargate dashboard backend -> PostgreSQL RDS
`- atlas-kafka... -> ECS Fargate Kafka UI
|
v
Amazon MSK (Kafka)
|- internal IAM + TLS
|- public IAM + TLS
`- optional MSK Connect -> S3
Start in order
- Start with System overview and Environment model.
- Use the
Runbookssection for bootstrap, deploy, secrets, and optional sink enablement. - Use the
Referencesection when you need exact Terraform names, inputs, outputs, and topology details.
Scope guardrails
warning
This handbook is infrastructure-first. It does not replace service-specific application documentation, Auth0 setup guides, or product-facing platform docs.