terraform-aws-gitlab-runner
terraform-aws-gitlab-runner copied to clipboard
Specify multiple instance_types for docker_machine_instance_type
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 times that I was not able to get an EC2 of type t3.medium, but other spot instance types were available
Not possible in this project as the docker machine driver amazonec2 has to be changed. I found some old source code and the variable is a simple string not an array.
Would be a great feature, but not supported well by the underlying frameworks. A lot of work was done in this PR to make it possible #249
Yeah, that's another thing which could work. Spawn agents with runners of different EC2 types. Not exactly what ylu want, but 80%.
I suggest to use at least 2 AZs. Just in case.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.
This issue was closed because it has been stalled for 15 days with no activity.