gerhalt / mining-camp

Easy automated configuration and deployment of Minecraft servers on AWS spot instances, featuring automatic backups and restoration using S3.
45 stars 7 forks source link

Support current instance types #23

Closed gerhalt closed 4 years ago

gerhalt commented 4 years ago

Breaks apart the instance type further, attempting to determine the base type as well as any modifiers ('a', 'd', 'n', 'en', etc.). Updated mounting tasks to use this information; in particular the NVMe mount task now looks for any type with a 'd' mod.

Things that aren't covered:

Fixes #19.