terraform-aws-gitlab-runner
terraform-aws-gitlab-runner copied to clipboard
Terraform module for AWS GitLab runners on ec2 (spot) instances
Can _docker_machine_instance_type_ be made a list so that you can specify multiple instance types, thus increasing the change of getting a spot instance. Currently configured using 1AZ, it happened several...
Hello Niek, I have a question you might be able to help me with.. I recently had to increase the root volume size of the runners because they were running...
I've noticed that as I update the GitLab runner versions occasionally there are EC2's in a Stopped state. I have to manually delete these when running the terraform as the...
Hi! Is there any option to configure the same GitLab Runner agent to use multiple AWS AZ on spot instances? Thanks
Upgrading to 4.22.0 our runners would not register with GitLab. The config.toml file had `token = "__REPLACED_BY_USER_DATA__"` Looking in journalctl I see these errors: ``` Feb 22 20:54:49 user-data[2844]: ++...
Due to backwards compatibly the module still supports the scenario to register a runner manual and pass the token. To reduce the complexity and number of scenarios this option will...
The way to have a multiple spot instance types is to use multiple instances of the runner #77 Same if you want multiple availability zones #76 You now have two...
In some cases when using spot, I'd like to be able to provide an EIP and reuse them in case the spot is terminated. This is useful to prevent changing...
Hi there, I'm running into an issue where the runner fails to register on a modified `runner-default` example. I can SSM into the instance, and manually register it, and the...
Is there any particular way to pick the runner image / architecture / instance type ? I would like to have some AMD and some ARM64 runners. Is that possible...