| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Give shell scripts executable permissions | Roi Klevansky | 2024-11-10 | -0/+0 |
| | | ||||
| * | Merge pull request #43 from Isaac-T-Hill/optional-ssh-keys | m-chandler | 2024-11-09 | -5/+31 |
| |\ | | | | | Add optional argument for ssh key path in utils | |||
| | * | Use bash variable rather than optional argument for ssh key path | Isaac Hill | 2024-11-03 | -10/+22 |
| | | | ||||
| | * | Add optional argument for ssh key path in utils | Isaac Hill | 2024-10-27 | -9/+23 |
| |/ | ||||
| * | Merge pull request #41 from robertmassaioli/space-age-option | m-chandler | 2024-10-26 | -41/+54 |
| |\ | | | | | Making space age be an option for the template. (#40) | |||
| | * | Update cf.yml | Robert Massaioli | 2024-10-26 | -1/+1 |
| | | | | | | | Oops, slash | |||
| | * | Making space age be an option for the template. | Robert Massaioli | 2024-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-version | m-chandler | 2024-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 Chandler | 2024-10-26 | -1/+1 |
| |/ | ||||
| * | Revert "Merge pull request #39 from robertmassaioli/use-hosted-zone-id-type" | Michael Chandler | 2024-10-22 | -42/+42 |
| | | | | | | This reverts commit 6655b797b67676d9d561095a462154d3ce5b2016, reversing changes made to c7d5dcb1b3adae14cecf3dbf2bcdd11e1480aecf. | |||
| * | Merge pull request #39 from robertmassaioli/use-hosted-zone-id-type | m-chandler | 2024-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 Massaioli | 2024-10-21 | -42/+42 |
| |/ | ||||
| * | Merge pull request #38 from robertmassaioli/instance-type-recommendation | m-chandler | 2024-10-19 | -0/+18 |
| |\ | | | | | Writing up an instance type recommendation section. | |||
| | * | Writing up an instance type recommendation section. | Robert Massaioli | 2024-10-17 | -0/+18 |
| | | | ||||
| * | | Merge pull request #37 from robertmassaioli/cross-linking | m-chandler | 2024-10-19 | -0/+2 |
| |\ \ | |/ |/| | Cross linking the multi-server repository. | |||
| | * | Cross linking the multi-server repository. | Robert Massaioli | 2024-10-17 | -0/+2 |
| |/ | ||||
| * | Merge pull request #36 from robertmassaioli/bring-in-utility-scripts | m-chandler | 2024-10-14 | -1/+163 |
| |\ | | | | | Bring in utility scripts | |||
| | * | Uploaded useful scripts to help manage servers. | Robert Massaioli | 2024-10-14 | -1/+42 |
| | | | ||||
| | * | Upload and download saves from Factorio servers. | Robert Massaioli | 2024-10-13 | -0/+121 |
| | | | ||||
| * | | docs: Readme updates. | Michael Chandler | 2024-10-12 | -4/+19 |
| |/ | ||||
| * | feat: #31 allow user to specify vCPU / Memory and let AWS pick the best spot ↵ | Michael Chandler | 2024-10-06 | -12/+46 |
| | | | | | instance. | |||
| * | feat: Migrate from EC2 Launch Configuration to Launch Template. | Michael Chandler | 2024-10-06 | -17/+31 |
| | | ||||
| * | Merge pull request #29 from robertmassaioli/patch-2 | m-chandler | 2024-10-04 | -0/+39 |
| |\ | | | | | Update readme.md to add simple CLI option. | |||
| | * | Update readme.md | Robert Massaioli | 2024-10-04 | -1/+1 |
| | | | ||||
| | * | Update readme.md to add simple CLI option. | Robert Massaioli | 2024-10-04 | -0/+39 |
| |/ | ||||
| * | Update instructions on how to load an existing save. | m-chandler | 2024-06-30 | -11/+34 |
| | | ||||
| * | Merge pull request #24 from robinld/robinld/python3.12 | m-chandler | 2023-11-15 | -1/+1 |
| |\ | | | | | python3.7 -> python3.12 | |||
| | * | python3.7 -> python3.12 | robinld | 2023-11-14 | -1/+1 |
| |/ | | | Python 3.7 is EOL: https://devguide.python.org/versions/ | |||
| * | Merge pull request #20 from apeabody/master | m-chandler | 2022-01-25 | -14/+16 |
| |\ | | | | | ADD: EFS Improvements | |||
| | * | ADD: EFS Improvements | Andrew Peabody | 2022-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-1 | m-chandler | 2021-10-04 | -0/+10 |
| |\ | | | | | Save File Setup Documentation | |||
| | * | Save File Setup | Robert Massaioli | 2021-10-02 | -0/+10 |
| |/ | | | Help people understand how to put their save files on the server. | |||
| * | Merge pull request #17 from nicolas-lang/master | m-chandler | 2021-09-11 | -3/+15 |
| |\ | | | | | Added new Parameter UpdateModsOnStart | |||
| | * | removed unnecessary DoUpdateModsOnStart since the required parameter is also ↵ | Nicolas Lang | 2021-09-10 | -2/+1 |
| | | | | | | | | | binary | |||
| | * | Added UPDATE_MODS_ON_START to docker environment based on new parameter ↵ | Nicolas Lang | 2021-09-10 | -3/+16 |
| |/ | | | | UpdateModsOnStart | |||
| * | Update readme.md | m-chandler | 2021-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 Chandler | 2020-01-07 | -8/+7 |
| | | ||||
| * | Update readme.md | m-chandler | 2019-11-15 | -2/+22 |
| | | | | Update readme as per: https://github.com/m-chandler/factorio-spot-pricing/issues/11 | |||
| * | Update readme.md | m-chandler | 2019-11-09 | -1/+1 |
| | | ||||
| * | Update readme.md | m-chandler | 2019-11-09 | -1/+1 |
| | | ||||
| * | Update readme.md | m-chandler | 2019-11-09 | -1/+12 |
| | | ||||
| * | Ensure KeyPair is optional. | Michael Chandler | 2019-10-06 | -3/+3 |
| | | ||||
| * | Remove typo. | Michael Chandler | 2019-10-06 | -1/+1 |
| | | ||||
| * | Add note about stack getting stuck on CREATE_IN_PROGRESS. | Michael Chandler | 2019-10-06 | -0/+8 |
| | | ||||
| * | Add note about debugging. | Michael Chandler | 2019-10-06 | -1/+8 |
| | | ||||
| * | Allow stack to be deployed multiple times in same region. | Michael Chandler | 2019-10-06 | -10/+10 |
| | | ||||
| * | Merge pull request #6 from apeabody/patch-1 | m-chandler | 2019-09-30 | -40/+6 |
| |\ | | | | | Programmatically retrieve ECS AMI | |||
| | * | Programmatically retrieve ECS AMI | Andrew Peabody | 2019-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-1 | m-chandler | 2019-08-19 | -1/+1 |
| |\ | | | | | Update readme.md | |||
| | * | Update readme.md | Andrew Peabody | 2019-07-29 | -1/+1 |
| | | | | | | | DOC: Note that availability of m3.medium can be checked at https://aws.amazon.com/ec2/spot/pricing/ | |||
