How would I create a Minecraft EC2 server that automaticaly starts when someone tries to use it
问题 Currently, I have a working modded Minecraft server working running on a C5 EC2 instance. The problem is that I have to manually start and stop the server which can be annoying for my friends. I was wondering if it would be possible to automate the EC2 state so that it runs as soon as a player attempts to join the sever. This would be similar to how Minecraft realms behaves which I heard Mojang was using AWS for: https://aws.amazon.com/blogs/aws/hosting-minecraft-realms-on-aws/ I have looked