spawn/aws
A 5a1929f6d4
fix: harden credential file permissions and curl SSL error visibility (#1803)
Fixes #1801 - chmod 600 on gh hosts.yml after token login
Fixes #1798 - remove 2>&1 from bun install curl across agent scripts

Agent: security-auditor

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-23 08:35:18 -05:00
..
claude.sh fix: harden credential file permissions and curl SSL error visibility (#1803) 2026-02-23 08:35:18 -05:00
codex.sh fix: harden credential file permissions and curl SSL error visibility (#1803) 2026-02-23 08:35:18 -05:00
kilocode.sh fix: harden credential file permissions and curl SSL error visibility (#1803) 2026-02-23 08:35:18 -05:00
openclaw.sh fix: harden credential file permissions and curl SSL error visibility (#1803) 2026-02-23 08:35:18 -05:00
opencode.sh fix: harden credential file permissions and curl SSL error visibility (#1803) 2026-02-23 08:35:18 -05:00
README.md fix: sync cloud READMEs with current agent list (#1486) 2026-02-19 17:47:57 -05:00
zeroclaw.sh fix: harden credential file permissions and curl SSL error visibility (#1803) 2026-02-23 08:35:18 -05:00

AWS Lightsail

AWS Lightsail instances via AWS CLI. AWS Lightsail

Uses 'ubuntu' user instead of 'root'. Requires AWS CLI installed and configured.

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)

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)