- Primary region configuration
 - Secondary region configuration
 
A primary deployment consists of three core components:
- Application Servers: Process all API requests directly, handling both read and write operations without forwarding
 - PostgreSQL Primary Database: Accepts read and write queries, serving as the authoritative source of truth
 - Redis Cache: Stores frequently accessed data and executes all background jobs including secret synchronization, scheduled tasks, and audit log processing