pilot-aws

Solid

Operate the AWS-hosted Pilot daemon (founder box) — status, dashboard, logs, queue queries, start/stop/restart, rebuild/upgrade, metrics tunnel, troubleshooting. Auto-invoke when user says "pilot aws", "check the box", "aws daemon", "pilot on aws", "box status", "restart pilot on aws", "box logs", or any operation against the hosted daemon.

AI & Automation 542 stars 44 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 82/100

Stars 20%
91
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Pilot AWS Operations (founder box) Since the S6-lite cutover (2026-07-16, TASK-409) the Pilot daemon runs on an EC2 box, NOT locally. **Local `pgrep pilot` returning 0 is correct.** ## Constants ``` INSTANCE i-0e0c1ca34e7b561f9 # "pilot-founder-box", t3.xlarge, eu-central-1a PROFILE quantflow # export AWS_PROFILE=quantflow for every aws call REGION eu-central-1 RUNNER i-0147f5c24d234cdbb # mgmt runner (AdministratorAccess) — IAM/privileged ops only DAEMON tmux session "pilot" as ec2-user, wrapper /home/ec2-user/start-pilot.sh BINARY /var/lib/pilot/bin/pilot # ec2-user-owned (self-upgrade works, #4470); /usr/local/bin/pilot is a SYMLINK to it — never `sudo install` over the symlink; rollback at pilot.prev STATE /home/ec2-user/.pilot → /var/lib/pilot/pilot-home (200GB data volume) REPOS /Users/aleks.petrov/Projects → /var/lib/pilot/repos (path shim — ledger keys on the macOS-era absolute paths; NEVER "fix" these symlinks) DB /home/ec2-user/.pilot/data/pilot.db LOG /home/ec2-user/.pilot/logs/daemon.log (+ daemon-stderr.log) ``` ## The SSM command pattern (used by everything below) ```bash export AWS_PROFILE=quantflow AWS_DEFAULT_REGION=eu-central-1 CMD=$(aws ssm send-command --instance-ids i-0e0c1ca34e7b561f9 \ --document-name AWS-RunShellScript \ --parameters 'commands=["<shell here>"]' \ --query Command.CommandId --output text) sleep 10 aws ssm get-command-invocation --com...

Details

Author
qf-studio
Repository
qf-studio/pilot
Created
6 months ago
Last Updated
today
Language
Go
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category