aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Give shell scripts executable permissionsRoi Klevansky2024-11-10-0/+0
|
* Merge pull request #43 from Isaac-T-Hill/optional-ssh-keysm-chandler2024-11-09-5/+31
|\ | | | | Add optional argument for ssh key path in utils
| * Use bash variable rather than optional argument for ssh key pathIsaac Hill2024-11-03-10/+22
| |
| * Add optional argument for ssh key path in utilsIsaac Hill2024-10-27-9/+23
|/
* Merge pull request #41 from robertmassaioli/space-age-optionm-chandler2024-10-26-41/+54
|\ | | | | Making space age be an option for the template. (#40)
| * Update cf.ymlRobert Massaioli2024-10-26-1/+1
| | | | | | Oops, slash
| * Making space age be an option for the template.Robert Massaioli2024-10-23-41/+54
| | | | | | | | | | | | I've set it to false by default because everybody that has Factorio can work with the false setting but only Space Age players can use the true setting.
* | Merge pull request #42 from m-chandler/udpate-default-versionm-chandler2024-10-26-1/+1
|\ \ | |/ |/| fix: Change default version to stable (makes more sense than latest).
| * fix: Change default version to stable (makes more sense than latest).Michael Chandler2024-10-26-1/+1
|/
* Revert "Merge pull request #39 from robertmassaioli/use-hosted-zone-id-type"Michael Chandler2024-10-22-42/+42
| | | | | This reverts commit 6655b797b67676d9d561095a462154d3ce5b2016, reversing changes made to c7d5dcb1b3adae14cecf3dbf2bcdd11e1480aecf.
* Merge pull request #39 from robertmassaioli/use-hosted-zone-id-typem-chandler2024-10-21-42/+42
|\ | | | | Change the HostedZoneId type, now it autoselects in the UI.
| * Change the HostedZoneId type, now it autoselects in the UI.Robert Massaioli2024-10-21-42/+42
|/
* Merge pull request #38 from robertmassaioli/instance-type-recommendationm-chandler2024-10-19-0/+18
|\ | | | | Writing up an instance type recommendation section.
| * Writing up an instance type recommendation section.Robert Massaioli2024-10-17-0/+18
| |
* | Merge pull request #37 from robertmassaioli/cross-linkingm-chandler2024-10-19-0/+2
|\ \ | |/ |/| Cross linking the multi-server repository.
| * Cross linking the multi-server repository.Robert Massaioli2024-10-17-0/+2
|/
* Merge pull request #36 from robertmassaioli/bring-in-utility-scriptsm-chandler2024-10-14-1/+163
|\ | | | | Bring in utility scripts
| * Uploaded useful scripts to help manage servers.Robert Massaioli2024-10-14-1/+42
| |
| * Upload and download saves from Factorio servers.Robert Massaioli2024-10-13-0/+121
| |
* | docs: Readme updates.Michael Chandler2024-10-12-4/+19
|/
* feat: #31 allow user to specify vCPU / Memory and let AWS pick the best spot ↵Michael Chandler2024-10-06-12/+46
| | | | instance.
* feat: Migrate from EC2 Launch Configuration to Launch Template.Michael Chandler2024-10-06-17/+31
|
* Merge pull request #29 from robertmassaioli/patch-2m-chandler2024-10-04-0/+39
|\ | | | | Update readme.md to add simple CLI option.
| * Update readme.mdRobert Massaioli2024-10-04-1/+1
| |
| * Update readme.md to add simple CLI option.Robert Massaioli2024-10-04-0/+39
|/
* Update instructions on how to load an existing save.m-chandler2024-06-30-11/+34
|
* Merge pull request #24 from robinld/robinld/python3.12m-chandler2023-11-15-1/+1
|\ | | | | python3.7 -> python3.12
| * python3.7 -> python3.12robinld2023-11-14-1/+1
|/ | | Python 3.7 is EOL: https://devguide.python.org/versions/
* Merge pull request #20 from apeabody/masterm-chandler2022-01-25-14/+16
|\ | | | | ADD: EFS Improvements
| * ADD: EFS ImprovementsAndrew Peabody2022-01-16-14/+16
|/ | | | | | -EFS retained upon stack deletion to preserve saves. -EFS lifecycle management enabled to lower cost when not actively utilized. -Migrate to CloudFormation's native EFS handler for ECS tasks. Removes the ASG dependency on the EFS mount points for increased parallelization during build-out. However, migrating save files is slightly complicated.
* Merge pull request #19 from robertmassaioli/patch-1m-chandler2021-10-04-0/+10
|\ | | | | Save File Setup Documentation
| * Save File SetupRobert Massaioli2021-10-02-0/+10
|/ | | Help people understand how to put their save files on the server.
* Merge pull request #17 from nicolas-lang/masterm-chandler2021-09-11-3/+15
|\ | | | | Added new Parameter UpdateModsOnStart
| * removed unnecessary DoUpdateModsOnStart since the required parameter is also ↵Nicolas Lang2021-09-10-2/+1
| | | | | | | | binary
| * Added UPDATE_MODS_ON_START to docker environment based on new parameter ↵Nicolas Lang2021-09-10-3/+16
|/ | | | UpdateModsOnStart
* Update readme.mdm-chandler2021-06-25-1/+3
| | | Add note about SSH, uploading files, suggested method of doing so.
* Set ECS Service desired count (as well as ASG) when stopping / starting server.Michael Chandler2020-01-07-8/+7
|
* Update readme.mdm-chandler2019-11-15-2/+22
| | | Update readme as per: https://github.com/m-chandler/factorio-spot-pricing/issues/11
* Update readme.mdm-chandler2019-11-09-1/+1
|
* Update readme.mdm-chandler2019-11-09-1/+1
|
* Update readme.mdm-chandler2019-11-09-1/+12
|
* Ensure KeyPair is optional.Michael Chandler2019-10-06-3/+3
|
* Remove typo.Michael Chandler2019-10-06-1/+1
|
* Add note about stack getting stuck on CREATE_IN_PROGRESS.Michael Chandler2019-10-06-0/+8
|
* Add note about debugging.Michael Chandler2019-10-06-1/+8
|
* Allow stack to be deployed multiple times in same region.Michael Chandler2019-10-06-10/+10
|
* Merge pull request #6 from apeabody/patch-1m-chandler2019-09-30-40/+6
|\ | | | | Programmatically retrieve ECS AMI
| * Programmatically retrieve ECS AMIAndrew Peabody2019-08-19-40/+6
|/ | | | Update cf.yaml to programmatically retrieve Amazon ECS-Optimized AMI -https://docs.aws.amazon.com/AmazonECS/latest/developerguide/retrieve-ecs-optimized_AMI.html
* Merge pull request #5 from apeabody/patch-1m-chandler2019-08-19-1/+1
|\ | | | | Update readme.md
| * Update readme.mdAndrew Peabody2019-07-29-1/+1
| | | | | | DOC: Note that availability of m3.medium can be checked at https://aws.amazon.com/ec2/spot/pricing/
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage