AWS CodeBuild now supports managed GitLab self-hosted runners

karthiksakthiveltechie

Karthik Sakthivel

Posted on September 18, 2024

AWS CodeBuild now supports managed GitLab self-hosted runners

What's new at AWS šŸ“¢

šŸ’¢ AWS CodeBuild now supports managed GitLab self-hosted runners

šŸ’¢ Customers can configure their CodeBuild projects to receive GitLab CI/CD job events and run them on CodeBuild ephemeral hosts.

šŸ’¢ This feature allows GitLab jobs to integrate natively with AWS, providing security and convenience through features such as
šŸƒ AWS IAM
šŸƒ AWS Secrets Manager
šŸƒ AWS CloudTrail
šŸƒ And Amazon VPC.

šŸ’¢ In addition to that, customers can access all compute platforms that CodeBuild offers, including Lambda, GPU-enhanced and Arm-based instances.

šŸ’¢ What is AWS CodeBuild:
šŸƒ It is a AWS Native fully managed continuous integration service that compiles source code, runs tests, and produces software packages ready for deployment.
šŸƒ By eliminating the need of provisioning, managing, and scaling your own build servers.
šŸƒ Customers can create max 5000 projects(Adjustable) per AWS CodeBuild supported regions.
šŸƒ Also it supports to retain the history of a build maximum time of 1 year.

šŸ’¢ To get started leveraging this feature by setting up webhooks in a CodeBuild project, and updating GitLab CI YAML.

šŸ“Œ Step by step implementation guide: https://docs.aws.amazon.com/codebuild/latest/userguide/sample-gitlab-runners.html

šŸ“Œ Explore more about CodeBuild for GitLab or GitHub: https://docs.aws.amazon.com/codebuild/latest/userguide/gitlab-runner.html

šŸ’– šŸ’Ŗ šŸ™… šŸš©
karthiksakthiveltechie
Karthik Sakthivel

Posted on September 18, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related