BYOC is currently in early access. Contact us to learn more or join the program.
Infrastructure as code
All BYOC infrastructure is defined in IaC templates managed in Stigg’s internal Git repository. Every change — whether a new configuration value, a DB version upgrade, or a new service component — goes through:- A code change to the IaC template
- Review and merge in Stigg’s internal repo
- Deployment to your environment via the CD pipeline
Infrastructure upgrades
Stigg manages all infra-level upgrades, including:- Database engine version upgrades
- Compute instance type changes
- Storage capacity expansions
- Networking configuration changes
Continuous deployment of Stigg services
New versions of Stigg services are deployed into your environment through a continuous deployment pipeline operated by Stigg. Deployments follow a rollout strategy designed to avoid availability impact:- Canary or blue/green rollout where the service supports it
- Automatic rollback if health checks fail after deployment
- Stigg monitors your environment during and after each rollout
Operational responsibilities
| Responsibility | Stigg | You |
|---|---|---|
| IaC template management | ✓ | |
| Service deployments and rollouts | ✓ | |
| Infrastructure upgrades | ✓ | |
| Cloud account and IAM management | ✓ | |
| Network perimeter and firewall rules | ✓ | |
| Outbound connectivity to Stigg Cloud | ✓ | |
| Application-level SDK integration | ✓ |
