Infrastructure Overview
The building blocks of our AWS production environment and how they fit together.
Our production environment runs on AWS with workloads deployed to containers (Amazon ECS / EKS), managed databases, and private networking. This section documents the infrastructure that keeps applications available, connected, and recoverable.
What lives here
| Guide | Description |
|---|---|
| VPC Peering | Private connectivity between MongoDB Atlas and AWS |
| Database Backup & Recovery | Snapshot frequency, retention, PITR, and geo-redundancy |
| Production Best Practices | Autoscaling, monitoring, alerting, and high availability |
| DevOps Team Policy | The eight DevOps phases and tools per phase |
How it fits together
Related sections
- Security controls that protect this infrastructure live in the Security section.
- Distributed tracing and error monitoring live in the Observability section.
- Branching, releases, and CI checks live in the Git Workflow section.