Running game server and webserver on EC2
- by mazzzzz
Hey guys, I have a webhost, and an EC2 server (to run a game server on).
The problem is that I want to access/modify the EC2's files with php admin programs.
I looked into a lot of options to just have the webhost communicate with the EC2 server (ssh, etc), but none of them panned out.
My question is if I were to install a lightweight webserver (think lighttpd) on my EC2 server, how badly would it hurt the game server's performance? I was leaning away from this solution, even though the webserver (on the EC2 server) wouldn't get many hits (less than a 100 a day).
Thanks for your thoughts,
Max