Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pepperize/cdk-autoscaling-gitlab-runner-example

This project contains examples how to use AWS CDK autoscaling Gitlab Runner.
https://github.com/pepperize/cdk-autoscaling-gitlab-runner-example

autoscaling aws cdk dind docker docker-in-docker docker-machine ec2 executor gitlab gitlab-ci runner s3 shared-cache spot-instances

Last synced: about 2 months ago
JSON representation

This project contains examples how to use AWS CDK autoscaling Gitlab Runner.

Awesome Lists containing this project

README

        

[![GitHub](https://img.shields.io/github/license/pepperize/cdk-autoscaling-gitlab-runner-example?style=flat-square)](https://github.com/pepperize/cdk-autoscaling-gitlab-runner-example/blob/main/LICENSE)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/pepperize/cdk-autoscaling-gitlab-runner-example/build/main?label=build&style=flat-square)](https://github.com/pepperize/cdk-autoscaling-gitlab-runner-example/actions/workflows/build.yml)

# AWS CDK GitLab Runner autoscaling on EC2 example

This project contains examples how to use [AWS CDK autoscaling Gitlab Runner](https://github.com/pepperize/cdk-autoscaling-gitlab-runner).

## Examples

- [Shared Cache](./src/cache.ts)
- [Docker Machine](./src/docker-machine.ts)
- [Instance Type](./src/instance-type.ts)
- [Machine Image](./src/machine-image.ts)
- [On Demand Instances](./src/on-demand-instances.ts)
- [Runner Role](./src/runner-role.ts)
- [Vpc](./src/vpc.ts)
- [Zero Config](./src/zero-config.ts)