This repo contains a terraform module to run a GitLab CI multi runner on AWS Spot instances. See the blog post at 040code for a detailed description of the setup. The setup is based on the blog post: ...
The module uses new Gitlab Runner registration architecture. More details at Gitlab Docs. It uses runner authentication token, NOT registration token which is deprecated. At present the module doesn't ...