Keep your account
Run the onboarding stack, authorize a regional GitHub connection, and let AWS bill you directly. This is free in private beta.
Connect AWS →ASTROSCALE / INTEGRATION GUIDES
Everything required to turn a Docker-ready repository into an AWS application, whether you bring your own account or use Astroscale managed infrastructure.
Run the onboarding stack, authorize a regional GitHub connection, and let AWS bill you directly. This is free in private beta.
Connect AWS →Add a payment method through Stripe-hosted Checkout. Astroscale then exposes its managed deployment account to your organization.
Set up billing →Connect Codex or Claude to the authenticated MCP endpoint so an agent can read the deployment contract and manage apps.
Connect an agent →01 / YOUR AWS ACCOUNT
Astroscale never asks for an access key. It assumes one purpose-built role with an external ID and can touch only resources it creates and tags.
Use one of the supported Regions: us-east-1, us-east-2, or us-west-2. Your GitHub CodeConnection and every app in this account must use the same Region.
In the AWS console, open Developer Tools → Settings → Connections, choose Create connection, select GitHub, then complete Connect to GitHub. Do not continue until status says Available. Public repositories still need an available connection because CodeBuild uses it for source access.
In Astroscale, open AWS accounts, paste the connection ARN, and copy the generated CloudFormation template and parameters. Create the stack in the same AWS account.
Copy the stack's DeployerRoleArn output into Astroscale. The control plane verifies the role and locks the account to the connection Region before accepting deployments.
A connection in Pending or Unavailable cannot build source. Return to AWS Connections, complete the GitHub authorization, and confirm it reads Available.
02 / YOUR REPOSITORY
Astroscale builds the repository root as a Linux/amd64 Docker image, stores it in ECR, and runs it behind a managed Caddy TLS proxy.
A root-level Dockerfile. The repository root is the Docker build context.
Bind the application to 0.0.0.0:PORT, then set the matching container port in the app wizard.
Return a 2xx response from /. Astroscale waits for DNS and HTTPS before declaring the deployment healthy.
The container runs as UID 65534 on a read-only filesystem without Linux capabilities. Do not require root or runtime writes.
Do not publish a host port. TLS terminates at Caddy, which reaches your container over its internal Docker network.
The first healthy bootstrap automatically deploys the configured branch once. Later pushes can deploy through the GitHub webhook, console, or MCP.
03 / MANAGED AWS
This path is optional. BYO AWS remains available without billing setup.
Select Add payment method. Stripe-hosted Checkout collects payment data; Astroscale never receives card details.
After Stripe verifies the setup, the managed account appears in the application wizard.
Managed-account invoices are issued monthly on the fifth and are available in Billing. Stripe Tax calculates applicable tax.
A failed payment blocks new managed deployments, starts, and restarts. Running managed apps stop after a seven-day grace period. Apps in your own AWS account are unaffected.
04 / MCP
The public MCP endpoint is authenticated with your Astroscale user identity, not a long-lived AWS credential.
Agents can inspect the required deployment contract before building, then create apps, deploy branches, read logs, inspect costs, and operate lifecycle controls through the same authorization model as the console.
Read the full MCP guide ↗NEED ACCESS?
Request access from the Astroscale home page. Existing users can open Mission Control directly.