(in-package #:candle-aws) (setf *aws-exec* "/path/to/aws") (setf *aws-instance-id* "instance-id") (setf *aws-username* "user") (setf *aws-keyfile* "/path/to/ssh/key") (setf *rsync* "/usr/bin/rsync") (setf *ssh-exec* "/usr/bin/ssh") (setf *remote-work-dir* "/path/to/remote/work/dir") (setf *remote-candle-location* "/path/to/remote/candle/exec")