Infrastructure

Deployments run in AWS ECS with Fargate VMs. The default compute configuration is 0.25 vCPU and 0.5 GB RAM. This will soon be made configurable. If you need more compute out of the gate, reach out to us.

Environment variables

These are the environment variables set in the Shuttle runtime container. Check for SHUTTLE=true or use the shuttle feature flag for custom behavior when running on Shuttle.

SHUTTLE="true"
SHUTTLE_PROJECT_ID="<project id>"
SHUTTLE_PROJECT_NAME="<project name>"
RUST_LOG="INFO"

Secrets

See Shuttle Secrets

Customize Runtime container

See Hook scripts