Server Fleet
Quick Reference
GCP — Core Infrastructure
| Instance |
Environment |
Machine Type |
Zone |
Internal IP |
production-backend |
Production |
n2-standard-4 |
europe-west8-b |
10.0.0.2 |
production-compute |
Production |
n2-standard-8 |
europe-west8-b |
10.0.0.3 |
staging-backend |
Staging |
e2-medium |
europe-west8-b |
10.0.1.3 |
staging-compute |
Staging |
n2-standard-4 |
europe-west8-b |
10.0.1.4 |
dev-backend |
Development |
e2-medium |
europe-west8-b |
10.0.2.3 |
dev-compute |
Development |
e2-standard-2 |
europe-west8-c |
10.0.2.2 |
GCP - Supporting Services
| Instance |
Machine Type |
Zone |
External IP |
URLs |
sartiq-dev-01 |
e2-standard-2 |
europe-west8-b |
34.154.18.83 |
https://*.dev.sartiq.com |
GCP — GPU / Experimental
| Name |
Address |
GPUs |
User |
URLs |
| dev-a100-80 |
GCP-SartiqDevServer01 |
34.28.243.244 |
1x A100 80GB |
info |
| labs-01-2x-rtxpro6000-96g |
34.28.243.244 |
2x RTXPRO6000 96GB |
info |
https://ai-toolkit-1.sartiq.com |
AWS — Data Services
| Name |
Address |
User |
URLs |
| AWS-LakeFS |
18.199.125.185 |
ubuntu |
https://lakefs.sartiq.com |
Managed (Vercel)
Server Categories
Production
- production-backend — Backend API, admin panel, Caddy reverse proxy
- production-compute — Compute server for task execution (FastAPI + Celery workers)
- AWS-LakeFS — Data versioning with LakeFS
- Vercel — Web app (app.sartiq.com) and website (sartiq.com)
Staging
- staging-backend — Backend staging environment
- staging-compute — Compute server staging environment
- Vercel — Web app staging (staging-app.sartiq.com)
Development
- dev-backend — Backend development environment
- dev-compute — Compute server development environment
SSH Access
Core Infrastructure VMs
All core GCP VMs use SSH key authentication managed via Terraform instance metadata. The default SSH user is ubuntu.
Every user can login using username "name_surname" with the private key corresponding to the public key added to the terraform infrastructure.
External IPs are dynamically allocated using terraform — check the GCP Console or Terraform outputs for current addresses.
Detailed Documentation
- Primary DevOps Contact: Luca Pasini (luca.pasini@sartiq.com)
- Secondary DevOps Contact: Felipe Cardoso (felipe.cardoso@sartiq.com)
- Infrastructure Team: deploy@sartiq.com
- Emergency Discord Channel: #dev