If anyone's interested, I just made a bash script to run from an Ubuntu Server instance that does all the work for you in setting up a CPU miner.... I know it's just a couple commands but some people seem to be getting hung up on that!
https://github.com/lucasjkr/PrimeMiner/It's a cludge, I know - no error checking or anything else, but it's a very simple process:
A) Start a new instance and install Ubuntu Server 12 or 13 on it.
B) install git "sudo apt-get install git-core"
C) get the script "git clone
https://github.com/lucasjkr/PrimeMiner.git"
D) make script executable "chmod 700 ./PrimeMiner/makeminer.sh"
E) execute script "./PrimeMiner/makeminer.sh"
Enter your admin password, sit back and wait.
PS - i know entering the password is bad form, but for myself, i'm only running these on instances that do nothing else, so I'm not concerned if some how someone was able to capture the password. Your mileage may vary. But I'm happy with this so far. Suggestions will be of course appreciated!