Troubleshooting¶
AWS credentials not found¶
Fix: run yg configure, or set environment variables:
Or run aws configure if you have the AWS CLI installed.
rsync not found¶
Fix:
Missing dependencies on the VM¶
If your command fails because a package isn't installed, add it to .yeager.toml:
Then rebuild the VM:
First run is slow¶
Expected. The first boot takes 2–3 minutes while cloud-init installs your project's toolchain. Subsequent runs start instantly (the VM stays warm between commands).
Command keeps running after Ctrl+C¶
By design — Ctrl+C detaches from the output stream without killing the remote process. To actually cancel:
To re-attach and see output:
VM is in a bad state¶
Debug output¶
Prints detailed logs including AWS API calls, SSH connection info, and rsync output.
Permissions errors (EC2)¶
If you see AWS permission errors, check that your IAM user has the minimum required permissions.
A quick check: