AWS Devops Support Engineer at a recruiting/HR firm with 11-50 employees
Real User
Top 20
2025-04-28T10:49:21Z
Apr 28, 2025
We use AWS CodeBuild ( /products/aws-codebuild-reviews ) for CI/CD, taking codes from GitHub ( /products/github-reviews ) and GitLab ( /products/gitlab-reviews ), and deploying them over AWS CodeBuild ( /products/aws-codebuild-reviews ). Our use case involves integrating with webhooks and CodeCommit ( /products/aws-codecommit-reviews ) to incorporate repository IDs, automate builds from GitHub ( /products/github-reviews ), and trigger builds automatically. We rely on AWS CodeBuild to automate and manage deployments in our software development process.
We have been using Amazon EKS, Elastic Kubernetes Service, ECS, and EKS for containerization. For databases, we have been using RDS, Relational Database Services. We also use CodeBuild and CodeCommit for maintaining our code repository. Additionally, we have worked on a small project for migrating a bulk amount of data into AWS with the help of a migration service.
In our environment, the primary use case for AWS CodeBuild is to build Docker images for containerized applications. We also use it to build application binaries.
AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy. With CodeBuild, you don’t need to provision, manage, and scale your own build servers. CodeBuild scales continuously and processes multiple builds concurrently, so your builds are not left waiting in a queue. You can get started quickly by using prepackaged build environments, or you can create custom build environments that use your...
We use AWS CodeBuild ( /products/aws-codebuild-reviews ) for CI/CD, taking codes from GitHub ( /products/github-reviews ) and GitLab ( /products/gitlab-reviews ), and deploying them over AWS CodeBuild ( /products/aws-codebuild-reviews ). Our use case involves integrating with webhooks and CodeCommit ( /products/aws-codecommit-reviews ) to incorporate repository IDs, automate builds from GitHub ( /products/github-reviews ), and trigger builds automatically. We rely on AWS CodeBuild to automate and manage deployments in our software development process.
We have been using Amazon EKS, Elastic Kubernetes Service, ECS, and EKS for containerization. For databases, we have been using RDS, Relational Database Services. We also use CodeBuild and CodeCommit for maintaining our code repository. Additionally, we have worked on a small project for migrating a bulk amount of data into AWS with the help of a migration service.
I utilize CodeBuild's broad services.
A normal use case for CodeBuild is to use it with the code pipeline for proper CI/CD. Normally, it's used to make a CI/CD pipeline.
Our main use case for AWS CodeBuild is building our microservice-based application in the IT industry.
In our environment, the primary use case for AWS CodeBuild is to build Docker images for containerized applications. We also use it to build application binaries.
It's a pipeline component. So if you can use CodeBuild, you can build up a pipeline.
I use the solution for continuous integration.