CI/CD: Setting up GitLab Runners on AWS using CoreOS & Terraform
GitLab Runner is used as part of GitLab CI/CD pipelines. On a side note, it also supports GitHub and BitBucket too! But I digress… In this post we’ll cover how to install, configure and register Runner. So many choices! Runner can be installed on various operating systems/tools (Linux, Windows, Mac, Kubernetes, Docker), to name a few. If you...