Enterprise Edition — Installation Guide
Enterprise deploys the licensed StrataBI runtime into your own AWS account via StrataCTL. It requires a commercial license bound to your AWS Account ID.
Evaluating first? The free Developer Edition shares the same StrataCTL foundation and is the fastest way to try StrataBI before licensing Enterprise.
Quick links: Enterprise overview · Pricing · Get started · StrataCTL
1. Purchase & license
- Order Form. We send a single Order Form (incorporating the Commercial License and
NDA) that captures your terms and your Licensed AWS Account ID. See Get started.
- Sign & pay — Stripe on signature, or invoice for annual terms. See
- License token. On payment we issue a license token bound to your AWS Account ID
and grant access to your licensed runtime artifact, delivered securely.
2. Prerequisites
Same machine setup as the Developer Edition guide — Python 3.11+, pipx, working AWS credentials, and OpenTofu (or Terraform). Plus:
- Your license token and Licensed AWS Account ID.
- Credentials for that account with permission to deploy the runtime (ECS/ALB/VPC/ECR).
3. Install with StrataCTL
pipx install stratactl
# one-time per account: the ephemeral CodeBuild runner (StrataCI)
stratactl --profile <profile> --region <region> bootstrap --run --yes
# deploy the licensed runtime (verifies entitlement, pulls the signed artifact,
# stands up the managed runtime — ECS/ALB — in your account)
stratactl --profile <profile> --region <region> install-stratabiinstall-stratabi verifies the license token is bound to the target account before it deploys. Container image and supply-chain details are in the Container image guide; full command reference in StrataCTL.
4. What gets deployed
The full production runtime — admin console, RBAC, AI home page — behind a managed ALB/ECS deployment in your VPC, alongside the same data plane (S3 · Athena · Glue · DynamoDB · Lambda) the Developer Edition uses. Everything runs in your account.
Support & maintenance
Enterprise includes a monthly maintenance tier — Supported or Premier — covering patches, AWS-compatibility upkeep, and hands-on support. See pricing.
Uninstall
stratactl --profile <profile> --region <region> uninstall stratabi # the runtime
stratactl --profile <profile> --region <region> bootstrap --destroy # StrataCIbootstrap --destroyapplies only when StrataCI was provisioned with the built-in pipeline (stratactl bootstrap --run). If your team deployed the runner with its own Terraform/OpenTofu, tear it down the same way (tofu destroy).
You own every resource; teardown is entirely under your control.
Shaleio