Documentation
Fortress Docs
Operational documentation with a focus on monitoring, alerts, and production readiness.
Monitoring & Alerts
Active- Infrastructure logs in CloudWatch (ECS, ALB, RDS).
- Frontend analytics via Vercel (page speed, errors, traffic).
- Application error tracking via Sentry (client + server).
- Health checks for API uptime and key dependencies.
Alerts are configured for error rate, latency, and availability thresholds. On-call notifications are routed to email and Slack.
Status & Incident Response
- Uptime tracking and health checks every 60 seconds.
- Incident response targets: acknowledge in 15 minutes, resolve in 4 hours.
- Post-incident review within 72 hours for root cause analysis.
If you experience issues, contact support immediately.Visit Support
Backup & Recovery
- Database backups daily with retention policy.
- Restore drills conducted prior to major releases.
- Point-in-time recovery available for production data.
Operational Commands
- Full backup: npm run backup:full
- List backups: npm run backup:list
- Verify backup: npm run backup:verify <file>
- Restore backup: npm run backup:restore <file>
- RDS snapshot: npm run backup:rds:snapshot
- RDS snapshot list: npm run backup:rds:list
- RDS snapshot restore: npm run backup:rds:restore <snapshot-id>
Security & Compliance
- Encrypted data in transit (TLS) and at rest (database storage).
- Strict API key handling with rotating credentials.
- Access logging and audit trails for sensitive actions.
For compliance inquiries, review our legal pages:Privacy Policy|Terms of Service