autoscaling-ec2-gitlab-runners-fargate icon indicating copy to clipboard operation
autoscaling-ec2-gitlab-runners-fargate copied to clipboard

Autoscaling EC2 GitLab Runners Spawned by Fargate

Results 5 autoscaling-ec2-gitlab-runners-fargate issues
Sort by recently updated
recently updated
newest added

I was expecting up to 12 (by default) ec2 instances to be spun up. This doesn't appear to be happening. I'm not sure that `request_concurrency` is the correct option. The...

bug

Had a quick read of the docs for gitlab runner and looks like it uses the instance meta data if you don't pass in a specific user for the s3...

bug
enhancement

**Is your feature request related to a problem? Please describe.** It's best practice for services such as CI/CD to use AWS IAM Roles rather than Users. **Describe the solution you'd...

enhancement

**Is your feature request related to a problem? Please describe.** The ECS Task role uses the `AmazonEC2FullAccess` **Describe the solution you'd like** More precisely control the permissions that this task...

enhancement
good first issue

Two usecases here: 1. Use a private ECR to fetch images denoted by `image: ...` in a `.gitlab-ci.yml` file. To fetch these images, the docker client must authenticate to ECR...

enhancement