Skip to content

clebermasters/gitlab-aws-fargate-runner-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoscaling GitLab CI on AWS Fargate

This project contains a Cloud Formation Template that creates a ECS cluster to use AWS Fargate as Runner for Gitlab. As you may know, the AWS Fargate runs Docker container on serverless architecture. This Runner is a little different from a regular Runner because the pipeline is not executed inside it. Instead, it creates an EC2 (Executor) instance on-demand to perform the pipeline, and later the EC2 is destroyed automatically, saving money.

So it allows us to spin up powerful instances to process pipelines that require a massive amount of resources or support a high demand with several pipelines running in parallel.

For more details, access the documentation on this link:

Autoscaling Gitlab Runner on AWS Fargate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published