emilyfoxmusic / factorio-discord-bot

Discord bot for managing factorio servers in AWS.
MIT License
2 stars 0 forks source link

Implicit limit of 4 games #4

Closed emilyfoxmusic closed 2 years ago

emilyfoxmusic commented 2 years ago

Currently every game/stack sets up a new VPC instance and related stuff, but there's a default limit of 5 per account, per region. This means that you cannot create more than 4 games (since the account also has a default one set up). Instead of creating a new one each time, we should just use the default one that comes with your account, since we don't need anything special. This should just involve updating the cloudformation template.

emilyfoxmusic commented 2 years ago

^ change added to always use default VPC.

This is not backwards-compatible though. We could instead support both at the same time, although this would add complexity.