I do have the command wrapped in quotes as you can see from the grep.
I reran everything again today (here's a snap from crontab -l):
# m h dom mon dow command
0 * * * * su daemon -s /bin/sh -c "cd /opt/bitnami/apps/wordpress/htdocs/; /opt/bitnami/php/bin/php -q wp-cron.php"
And now today - I do not see anything when I run ps aux | grep cron:
bitnami@ip-10-0-5-137:~$ ps aux | grep cron
root 16317 0.0 0.0 23648 892 ? Ss 15:05 0:00 cron
bitnami 16333 0.0 0.0 11740 928 pts/0 S+ 15:07 0:00 grep --color=auto cron
bitnami@ip-10-0-5-137:~$
I've tried stopping/restarting cron, but no luck.
Should I try putting the command under /etc/crontab?
Thanks again for helping!
-Darren