|
|
|
|
|
by Zombieball
3743 days ago
|
|
My nephew was quite into minecraft for a while. I ended up setting up an EC2 based server for him. To avoid crazy costs I setup a bit of infrastructure: I managed to pipe the active / logged in user count of the minecraft server to cloudwatch: 30 mins of server in-activity and I had the server shutdown (to avoid paying for it to run 24x7). Additionally I setup a webpage that he could login to (only used basic auth to be honest) and click a "start server" button. This sent the ec2 start instance command to AWS. Granted he didn't have instant play capabilities (had to wait for server boot up) but the costs were quite low. I personally installed any mods or plugins he wanted. I'd highly recommend rolling your own setup like this to anyone interested :) |
|