spawn/sh/aws
A ffe4cf8c9e
refactor: Remove stale shellcheck disable comment from aws/kilocode.sh (#2125)
The SC2154 (referenced but not assigned) comment was leftover from a
prior version of the script. No such external variable is referenced in
the current implementation, making the suppression comment stale.

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 20:40:14 -05:00
..
claude.sh fix(reliability): add curl download error handling to AWS and Hetzner shims (#2122) 2026-03-02 18:09:25 -05:00
codex.sh fix(reliability): add curl download error handling to AWS and Hetzner shims (#2122) 2026-03-02 18:09:25 -05:00
hermes.sh fix(reliability): add curl download error handling to AWS and Hetzner shims (#2122) 2026-03-02 18:09:25 -05:00
kilocode.sh refactor: Remove stale shellcheck disable comment from aws/kilocode.sh (#2125) 2026-03-02 20:40:14 -05:00
openclaw.sh fix(reliability): add curl download error handling to AWS and Hetzner shims (#2122) 2026-03-02 18:09:25 -05:00
opencode.sh fix(reliability): add curl download error handling to AWS and Hetzner shims (#2122) 2026-03-02 18:09:25 -05:00
README.md fix(e2e): add sh/aws/hermes.sh and mark aws/hermes as implemented (#2042) 2026-02-28 20:38:26 -05:00
zeroclaw.sh fix(reliability): add curl download error handling to AWS and Hetzner shims (#2122) 2026-03-02 18:09:25 -05:00

AWS Lightsail

AWS Lightsail instances via AWS CLI. AWS Lightsail

Prerequisites

  1. Enable AWS Lightsail — New AWS accounts must activate Lightsail before first use. Visit the Lightsail console and follow the activation prompt. Without this step, all provisioning commands will fail.

  2. AWS CLI installed and configured — Run aws configure with your Access Key ID and Secret Access Key.

Uses ubuntu user instead of root.

Agents

Claude Code

bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/claude.sh)

OpenClaw

bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/openclaw.sh)

ZeroClaw

bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/zeroclaw.sh)

Codex CLI

bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/codex.sh)

OpenCode

bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/opencode.sh)

Kilo Code

bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/kilocode.sh)

Hermes Agent

bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/hermes.sh)

Non-Interactive Mode

LIGHTSAIL_SERVER_NAME=dev-mk1 \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
  bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/claude.sh)