-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Task Description
Right now, we are using Amazon Linux 2 as our main EC2 image.
However:
- Some games require more modern libraries (ex: Minecraft Bedrock server requires GLIBC_2.27)
- LinuxGSM (Linux Game Server Managers) has better support to Ubuntu
- It's (probably) easier to install SteamCMD on Ubuntu with apt package manager support
Thus, the main goals for this task are
- Switch the EC2 base image to
Ubuntu 22.04 LTS - Update the default advanced configs and
instance-init.tsif needed
Here are some useful resources that can be helpful:
- Code section that define our machine image
- Working CDK code that can spin up an Ubuntu machine, I think
Testing
- Deploy and ensure all the features still work
- Deploy to make sure the Ubuntu image at least works with the following regions:
- US West
- EU
- Asia East
Reactions are currently unavailable