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

  1. 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.

  1. Sign & pay — Stripe on signature, or invoice for annual terms. See

pricing.

  1. 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:

3. Install with StrataCTL

bash
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-stratabi

install-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

bash
stratactl --profile <profile> --region <region> uninstall stratabi   # the runtime
stratactl --profile <profile> --region <region> bootstrap --destroy  # StrataCI
bootstrap --destroy applies 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.