Skip to main content
Synthetiq creates two groups of resources in your account. Platform infrastructure is provisioned once during infrastructure setup and provides the shared foundation for building, deploying, and serving all apps. Per-app resources are created automatically each time you deploy a new app.

Platform infrastructure

CategoryWhat’s created
NetworkingPrivate subnets, NAT gateway, security groups
ComputeContainer cluster, container registry, load balancer
Deployment pipelineDeploy and teardown orchestration, build environments, deployment functions
CDNCloudFront distribution, edge routing functions, subdomain routing table
StorageDeployment artifact bucket
IAMCross-account deploy role, OIDC provider, scoped roles for each pipeline step
MonitoringPrivate metrics API
CertificatesTwo wildcard ACM certificates (if not provided)

Per-app resources

What’s createdPurpose
DatabaseDedicated Postgres database per app
Container task definition and serviceRuns the app and worker processes
Load balancer target group and routing ruleRoutes traffic to the app by subdomain
IAM roles (build, package, migrate)Scoped per app for untrusted pipeline steps
Data bucketApp-specific file storage
Log groupApp container logs
Auto-scaling policiesCPU and request-based scaling