Skip to Content
DeploymentEnvironments

Environments

There are three stages, each a separate AWS account, all in eu-central-1.

StageAWS AccountDomainStripe
copebit-testing294416074574marco.copebit-training.net / *.proxy.marco.copebit-training.netTest keys
devSeparate dev accountagentrunner-dev.copebit.io / *.proxy.agentrunner-dev.copebit.ioTest keys
prodSeparate prod accountagentrunner.copebit.io / *.proxy.agentrunner.copebit.ioLive keys

Configuration

Configuration lives in two places:

  • .env.<stage> — secrets (gitignored, never committed). Use .env.example as the template.
  • infrastructure/resources/aws/agent_runner/<stage>.tfvars — non-secret infra variables.

Shared parameters are in infrastructure/resources/aws/customer_specs.yaml.

ar_live_ keys target production; ar_test_ keys target the dev proxy. The prefix is enforced per environment.

Last updated on