Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pepperize/cdk-autoscaling-gitlab-runner-example
- Owner: pepperize
- License: mit
- Created: 2022-01-10T14:33:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T11:29:22.000Z (5 months ago)
- Last Synced: 2024-08-28T12:45:40.610Z (5 months ago)
- Topics: autoscaling, aws, cdk, dind, docker, docker-in-docker, docker-machine, ec2, executor, gitlab, gitlab-ci, runner, s3, shared-cache, spot-instances
- Language: TypeScript
- Homepage:
- Size: 4.57 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)