Distributed Systems & Cloud APIs
NetPulse: Distributed Uptime Monitoring SaaS
Demonstrates secure and high-concurrency monitoring architecture with reliability controls that stay stable under aggressive regional write spikes.
- Tenant-aware authentication and onboarding via Cognito registration + login.
- Public demo-safe read-only API mode for external review without privileged credentials.
- Multi-region probe workflow with incident lifecycle and alert deduplication controls.
Architecture Snapshot
Client Dashboard
|
v
Monitoring API
|
v
Regional Check Workers
|
v
Postgres + Redis
|
v
Alerts + Status Timeline- Implemented PgBouncer for advanced PostgreSQL connection pooling, preventing database connection exhaustion during 10,000+ concurrent regional worker write load tests.
- Enforced Zero-Trust architecture by establishing Mutual TLS (mTLS) encryption between distributed regional checkers and the centralized monitoring engine.