Skip to content

set supervisor instance type; use region

Richard J Quintin requested to merge rquintin/aws-gitlab-runner:master into master

We have a gitlab runner serving all of our various builds. We're finding that as we scale up more and more that a t3.micro isn't sufficient to handle the scheduling of all of these builds. This merge request allows the consumer of the module to set the instance type for the supervisor.

Additionally, the user-data.sh script has been updated to make use of the passed in region everywhere. (previously it has us-east-1 hardcoded in places)

Merge request reports