A headless Factorio server running on AWS Fargate, with EFS backed storage. Provisioned using CDK.
- Install CDK
pip install -r requirements.txt
to install required libraries- Run
cdk synth
to preview the CloudFormation template that will be generated - Run
cdk deploy
to deploy the infra
- Make a service
- Add logging config
- Setup auto scaling to scale-in when CPU drops to low (ex, when disconnected)
- Factorio server config, save creation/load
- How to start again?