| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | 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/ | |||
| * | | Merge pull request #3 from apeabody/master | m-chandler | 2019-08-19 | -20/+20 |
| |\ \ | |/ |/| | Update cf.yml with current AMI | |||
| | * | Update cf.yml with current AMI | Andrew Peabody | 2019-07-19 | -20/+20 |
| |/ | | | Update cy.yml with current Amazon ECS-optimized Amazon Linux 2 AMI from https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html | |||
| * | Merge pull request #1 from AustinTSchaffer/master | m-chandler | 2019-07-03 | -9/+12 |
| |\ | | | | | Swapped Docker image used | |||
| | * | Swapped image used | Austin Schaffer | 2019-05-31 | -9/+12 |
| |/ | ||||
| * | Create LICENSE | m-chandler | 2019-05-15 | -0/+21 |
| | | ||||
| * | Update readme with CloudFormation Launch Stack link. | Michael Chandler | 2019-04-29 | -6/+5 |
| | | ||||
| * | Updates... | Michael Chandler | 2019-04-28 | -16/+46 |
| | | ||||
| * | Add thanks. | Michael Chandler | 2019-04-25 | -1/+7 |
| | | ||||
| * | Updates | Michael Chandler | 2019-04-25 | -5/+20 |
| | | ||||
| * | Initial commit. | Michael Chandler | 2019-04-25 | -0/+565 |
