Where is the configuration file?
This repo is awesome, it was super easy to setup. However now I am now looking for the Satisfactory configuration file inside the EC2, but I can't find it.
Looking for it at /home/ubuntu/.steam/steamapps/common/SatisfactoryDedicatedServer/
(Looking to increment max player limit)
Seems it needs to be created? https://github.com/parkervcp/eggs/pull/1375#issuecomment-953135602
nice this seems like it would be a great addition/configuration for this project too if anyone is interested in creating a PR.
Once I test this works, I will add it as documentation. Also the AWS IAM permission requirements, as I had to figure it out by trial and error what where the policies needed.
@Vanclief there were IAM permissions needed? I would imaging you can add this file as part of the installation script: https://github.com/feydan/satisfactory-server-aws/blob/main/server-hosting/scripts/install.sh
Sorry, did not saw the Github notification.
The IAM permissions where required when creating the API Key for the AWS CLI, I was not sure what permissions where required, so I gave it a few, but when running the installation script I got a couple of errors regarding the required permissions for the CLI to execute the installation script.