doctorray117 / minecraft-ondemand

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

How to restart the server without waiting 20 minutes? #30

Closed AdamMarciniak closed 2 years ago

AdamMarciniak commented 2 years ago

I was able to get the EFS stuff working with editing files but I'd like to restart the server to see my changes. How do I do that without waiting 20 minutes?

doctorray117 commented 2 years ago

The easiest way would be to open the ECS console, select the cluster, then the service, then the task, and select "stop". This will set the desired count to zero and you can start again.

AdamMarciniak commented 2 years ago

Thanks!