doctorray117 / minecraft-ondemand

Templates to deploy a serverless Minecraft Server on demand in AWS
Apache License 2.0
1.68k stars 115 forks source link

Support for EC2 Launch Type #60

Open jjnesbitt opened 1 year ago

jjnesbitt commented 1 year ago

First off, this is very cool and I'm currently using it without issue! My only concern is scaling with number of players or general preference, since afaik Minecraft performance is almost entirely based on the single core performance. I believe this can be achieved using an EC2 Launch Type instead of Fargate, is that correct? Could most of the configuration remain the same?

I'm happy to do most of the work, if nothing else I'm mainly looking for guidance/advice.