carlquistb / FormulaCraft

An SMS-based service for running Minecraft server on AWS.
MIT License
0 stars 1 forks source link

Streamlining configure-ec2 #44

Closed nlipiarski closed 4 years ago

nlipiarski commented 4 years ago

Moved instance type detection and world/flavor syncing from configure-ec2 to JS. Additionally, switched from executing the service as root to executing it as the ec2-user user instead which helps me sleep at night. These changes should also make it easier to migrate uploadworld and deletestack away from bash scripts which is also on my radar.

Closes #42