| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | feat: #31 allow user to specify vCPU / Memory and let AWS pick the best spot ↵ | Michael Chandler | 2024-10-06 | -12/+42 |
| | | | | | instance. | |||
| * | feat: Migrate from EC2 Launch Configuration to Launch Template. | Michael Chandler | 2024-10-06 | -17/+31 |
| | | ||||
| * | python3.7 -> python3.12 | robinld | 2023-11-14 | -1/+1 |
| | | | | Python 3.7 is EOL: https://devguide.python.org/versions/ | |||
| * | ADD: EFS Improvements | Andrew Peabody | 2022-01-16 | -11/+12 |
| | | | | | | | -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. | |||
| * | 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 | |||
| * | Set ECS Service desired count (as well as ASG) when stopping / starting server. | Michael Chandler | 2020-01-07 | -8/+7 |
| | | ||||
| * | Ensure KeyPair is optional. | Michael Chandler | 2019-10-06 | -3/+3 |
| | | ||||
| * | Allow stack to be deployed multiple times in same region. | Michael Chandler | 2019-10-06 | -10/+10 |
| | | ||||
| * | 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 | |||
| * | 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 | |||
| * | Swapped image used | Austin Schaffer | 2019-05-31 | -3/+3 |
| | | ||||
| * | Updates... | Michael Chandler | 2019-04-28 | -8/+20 |
| | | ||||
| * | Updates | Michael Chandler | 2019-04-25 | -3/+9 |
| | | ||||
| * | Initial commit. | Michael Chandler | 2019-04-25 | -0/+474 |
