Gitlab CI/CD using specific runners on AWS EC2
GitLab CI/CD can automatically build, test and deploy our applications. Runners are processes that pick up and execute CI/CD jobs for GitLab.
We can configure our gitlab CI/CD jobs to run on shared runners or specific…