---
title: AWS CodeBuild Reviews
meta_title: 'AWS CodeBuild Reviews 2026: Details, Pricing, & Features | G2'
meta_description: Filter 38 reviews by the users' company size, role or industry to
  find out how AWS CodeBuild works for a business like yours.
aggregate_rating:
  rating_value: 4.2
  review_count: 38
  scale: '5'
date_modified: '2026-08-07'
parent_category:
  name: CI/CD Tools
  url: https://www.g2.com/categories/ci-cd-tools
---


# AWS CodeBuild Reviews
**Vendor:** Amazon Web Services (AWS)  
**Category:** [Build Automation Software](https://www.g2.com/categories/build-automation)  
**Average Rating:** 4.2/5.0  
**Total Reviews:** 38
## About AWS CodeBuild
AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages ready for deployment. It eliminates the need to provision, manage, and scale your own build servers, allowing developers to focus on writing code without the overhead of infrastructure management. CodeBuild scales automatically to handle multiple builds concurrently, ensuring efficient processing without build queues. It supports prepackaged build environments for popular programming languages and build tools, and also allows customization with your own build environments using Docker containers. Integration with other AWS services like CodePipeline, CodeCommit, and S3 enables seamless incorporation into existing CI/CD workflows. With a pay-as-you-go pricing model, you only pay for the build minutes you consume, making it a cost-effective solution for projects of all sizes. Key Features and Functionality: - Fully Managed Service: No need to set up, patch, or manage build servers; AWS handles the infrastructure. - Automatic Scaling: Scales on demand to meet your build needs, processing multiple builds concurrently without queuing. - Prepackaged and Custom Build Environments: Offers preconfigured environments for popular languages and tools, with the option to bring your own Docker-based environments. - Integration with AWS Services: Seamlessly integrates with AWS CodePipeline, CodeCommit, S3, and other services for a streamlined CI/CD process. - Pay-as-You-Go Pricing: Charges are based on the number of build minutes used, providing cost efficiency. - Security and Compliance: Build artifacts are encrypted with customer-specific keys managed by AWS Key Management Service (KMS), and the service integrates with AWS Identity and Access Management (IAM) for fine-grained access control. Primary Value and Problem Solved: AWS CodeBuild addresses the challenges of managing and scaling build infrastructure by providing a fully managed, scalable, and cost-effective solution. It enables development teams to implement continuous integration and delivery pipelines without the operational burden of maintaining build servers. By automating the build, test, and packaging processes, CodeBuild helps teams deliver high-quality software faster and more efficiently.




## AWS CodeBuild Reviews
  ### 1. Seamless AWS-Native CI/CD with Effortless Serverless Auto-Scaling

**Rating:** 4.5/5.0 stars

**Reviewed by:** Atharva P. | Cloud BI Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** May 08, 2026

**What do you like best about AWS CodeBuild?**

A fully managed build service with seamless AWS integration and automatic scaling for CI/CD workloads. I like its serverless nature and the deep AWS integration; it scales automatically and fits very well into cloud-native CI/CD pipelines.

**What do you dislike about AWS CodeBuild?**

Build logs and troubleshooting can sometimes be harder to navigate than on more mature CI platforms with more advanced UI capabilities. When a build fails, debugging can also feel less intuitive than with traditional CI tools that offer richer interfaces and a broader set of plugins.

**What problems is AWS CodeBuild solving and how is that benefiting you?**

It removes the need to manage dedicated build servers while still providing scalable, automated build execution. I especially like the serverless approach and the deep AWS integration—it scales automatically and fits very well into cloud-native CI/CD pipelines.

  ### 2. One Stop Solution for Developer Tools

**Rating:** 4.5/5.0 stars

**Reviewed by:** Aasheesh P. | Senior Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** June 11, 2025

**What do you like best about AWS CodeBuild?**

The developer tools provide all the features required for the DevOps cycle. It has CodeCommit for source control, CodeBuild to build the artifacts required for the deployment, and CodeDeploy to deploy the artifacts to various AWS services. 

All of this can be controlled in AWS CodePipeline, which makes it very easy to build and deploy the code.
We are using CodeBuild and CodePipeline regularly to deploy our workloads.

**What do you dislike about AWS CodeBuild?**

CodeCommit is not very user-friendly when compared to other peers such as GitLab/BitBucket.
CodeBuild is good but lacks several capabillities when compared to GitLab CI,

**What problems is AWS CodeBuild solving and how is that benefiting you?**

The Dev tools are helping us to deploy our source code to Amazon ECS and EKS.
The cycle starts when the devs push the code to BitBucket which is picked by the CodePipeline and it triggers CodeBuild to build the Docker image and then CloudFormation inside the CodePipeline deploys the Docker image to the ECS cluster.
Thus the dev tools are helping us to eliminate the manual process of build and deploy.

  ### 3. AWS codebuild - AWS managed build service

**Rating:** 5.0/5.0 stars

**Reviewed by:** Rino R. | Senior Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** December 17, 2023

**What do you like best about AWS CodeBuild?**

AWS codebuild is a fully AWS managed build service. It is easy to use and supports various traditional build systems like Maven, Gradle etc. The compiling of code, Test case handling and Creation of packages are very well managed by AWS codebuild. To integrate with any runtime or package manager is a hasle free process with AWS codebuild.

**What do you dislike about AWS CodeBuild?**

A slight disadvantage is that AWS code build comes with AWS account or in other words AWS account is a prerequisite to use AWS codebuild service. However, the pricing is pay as you go model which will not incur any additional costs apart from the services which we consume.

**What problems is AWS CodeBuild solving and how is that benefiting you?**

As it is fully AWS managed solution, after the initial integrations and configurations there is no look back in build setup and it will handle the build process seamlessly. After build it will even connect to AWS codedeploy to make the release process to initiate. Overall this reduces the release management and go to market time.

  ### 4. Best for CI CD when on AWS

**Rating:** 5.0/5.0 stars

**Reviewed by:** Vipul P. | Azure Administrator, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 29, 2023

**What do you like best about AWS CodeBuild?**

Working with AWS Codebuild has been relatively easier in both implementation and integration than other CI CD services available on AWS and has some useful features
--> It has support to integrate with SNS for code build notification with build stopped or failed can be notified over email and easily can be done also for code can be integrated with code repo at GitHub
--> Great to troubleshoot as cloud watch logs integrated with AWS Codebuild
--> IAM integration helps with access and security concerns

**What do you dislike about AWS CodeBuild?**

When working with AWS Codebuild or any AWS service optimizing cost is a major concern. One of the other concerns is when doing the first-time setup it might over overwhelming to do it on your own. Might video tutorials instead of documentation be more helpful for the setup.

**What problems is AWS CodeBuild solving and how is that benefiting you?**

AWS Codebuild is definitely recommended when looking for CI/CD on AWS it served the purpose to setup of CICD to update the docker image and to set it on the Kubernetes cluster.. It benefitted immensely with seamless integration with other AWS services such as SNS for build notification and much easier setup for the DevOps environment.

  ### 5. An integrated CI solution for production-grade setups

**Rating:** 5.0/5.0 stars

**Reviewed by:** Saloni J. | Cloud Engineering Analyst, Small-Business (50 or fewer emp.)

**Reviewed Date:** June 09, 2023

**What do you like best about AWS CodeBuild?**

There are quite a few things that are fascinating about AWS CodeBuild:

1) It has the functionality to customise multiple build environments.
2) Support for traditional docker builds is provided alongside regular builds.
3) The pricing model can be selected as per the usage scenario. One can opt for a pay-as-you-go model as well.

**What do you dislike about AWS CodeBuild?**

There are a few areas that can be worked upon:

1) The interface is a bit shabby and not visually appealing.
2) The interface lags at times while running multiple builds.
3) One can experience higher pricing if their builds take more time.

**What problems is AWS CodeBuild solving and how is that benefiting you?**

Clients seldom report problems related to higher billing. Most of the time, it is because of the upfront infrastructure cost encountered as build servers run all the time. These build servers don't need to run when developers are not building their code. AWS CodeBuild offers a pay-as-you-go model in which bill is generated only for the time when one builds their code. AWS CodeBuild solves many high billing-related problems.

  ### 6. Speed and reliability for building your app in a pipeline

**Rating:** 5.0/5.0 stars

**Reviewed by:** Alejo G. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 08, 2023

**What do you like best about AWS CodeBuild?**

It has all the features needed to build my apps

**What do you dislike about AWS CodeBuild?**

UI could be more intuitive for some configurations

**What problems is AWS CodeBuild solving and how is that benefiting you?**

Run building phases on code pipelines

  ### 7. My experience  with AWS CodeBuild

**Rating:** 4.5/5.0 stars

**Reviewed by:** Vishnu V. | Junior Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** June 09, 2023

**What do you like best about AWS CodeBuild?**

The thing I like the most is that the services are fully managed, and they take care of the infrastructure, updates, maintenance and many more.

**What do you dislike about AWS CodeBuild?**

It has only limited build environment customisation and it takes more time to build.

**What problems is AWS CodeBuild solving and how is that benefiting you?**

CodeBuild automates the build process, eliminating the need for manual and error-prone build configurations. It helps streamline the development workflow by automatically compiling, testing, and packaging code, saving developers valuable time and effort.

  ### 8. Best CI/CD tool out there

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Airlines/Aviation | Enterprise (> 1000 emp.)

**Reviewed Date:** October 26, 2022

**What do you like best about AWS CodeBuild?**

AWS codebuild is very user friendly for integration in production applications. We can configure multiple steps in the codebuild for setup phases of the application and check the status and logs.

**What do you dislike about AWS CodeBuild?**

Sometimes, the logs are not very clear after the failure of any phase. Deployments happening on large number of ECS services are not parallel so it takes a long time to deploy.

**What problems is AWS CodeBuild solving and how is that benefiting you?**

We are using AWS CodeBuild for CI/CD integration and deploying our production application. This helps in tracking failure of any step and with retry mechanisms.

  ### 9. no need to wait for match development and production envoirment

**Rating:** 5.0/5.0 stars

**Reviewed by:** Kapil N. | Sde, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 14, 2022

**What do you like best about AWS CodeBuild?**

AWS code build efficiently deploys and compile my angular application

**What do you dislike about AWS CodeBuild?**

it will take more charges when build time take more time

**What problems is AWS CodeBuild solving and how is that benefiting you?**

i don't need to build my angular application  code first and deploy the build after completion it .aws code build will take config and build and deploy on server and different kind of envoirment

  ### 10. AWS CodeBuild : Best serverless feature where no servers to look after.

**Rating:** 4.5/5.0 stars

**Reviewed by:** ARJUN J. | Full Stack Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 07, 2021

**What do you like best about AWS CodeBuild?**

When it comes to managing the provision, scalability and server resource handling, this platform has eliminated it all as it manages everything on demand. One of the best thing is it's capabilities to build the source code based on the yaml file we write has thrilled me due to its overwhelming compiling feature for the source code.

**What do you dislike about AWS CodeBuild?**

Aws CodeBuild has its own set of boundaries which brings unnecessary set of policies like for example if my source is out of aws codeCommit or github or S3 then it is quite tedious to set up the source while configuring codeBuild and it is quite poor with the UI for its console.

**What problems is AWS CodeBuild solving and how is that benefiting you?**

Being a devops engineer I deploy all my code using aws codeBuild and I trigger it from gitHub for auto deployment for my development services of my project. Configuration made easy for me to handle the resources and it's completely serverLess for an user.

  ### 11. Effecient!

**Rating:** 4.5/5.0 stars

**Reviewed by:** Zaid S. | Senior QA Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** May 16, 2022

**What do you like best about AWS CodeBuild?**

- Easy to use
- Straight forward implemetation
- Mulitple integrations available

**What do you dislike about AWS CodeBuild?**

- GUI can be improved
- Better logging features

**What problems is AWS CodeBuild solving and how is that benefiting you?**

- Implemented CI/CD pipeline of different projects using AWS Codebuild

  ### 12. CodeBuild a way of building and testing code paying for what you use only.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 18, 2018

**What do you like best about AWS CodeBuild?**

You are only charged when the builds are run and not for any resources standing by for a build request.
It's easy to integrate to a build process with github. And can fetch the build steps in the same repo when you specify a buildspec.yaml file.
Can be used as a way to run code that takes a lot of time to run and needs to be run sporadically.
Can be integrated to a jenkins environment as worker nodes.

**What do you dislike about AWS CodeBuild?**

The user interface just got (since November of 2018) an overhaul and is not as bad as before. 
When the build processes are created by a Cloudformation script the documentation to integrate with github is not very helpful and needs more detail.
There aren't many compute types options, right now you only chose from a set of 3:
- 2 GB Memory and 2 vCPU
- 4 GB Memory and 4 vCPU
- 15 GB Memory and 8 vCPU

**What problems is AWS CodeBuild solving and how is that benefiting you?**

Building and testing code for a variety of projects, using CodePipeline and CodeBuild for CI/CD.
For running loadtests that are integrated in a CI/CD to test the environment for any degradation with new code. This is an interesting way of using it, since you can run any code for long periods of time, either as a step of the pipeline or scheduled processes.

  ### 13. scalable and fast provisioning

**Rating:** 4.5/5.0 stars

**Reviewed by:** Phani Krishna G. | Infra Specialist , Enterprise (> 1000 emp.)

**Reviewed Date:** November 05, 2018

**What do you like best about AWS CodeBuild?**

fully managed build service that compiles source code, runs tests, and produces software packages that are ready to deploy

**What do you dislike about AWS CodeBuild?**

darg and drop functionality and code builds

**Recommendations to others considering AWS CodeBuild:**

it's been obvious that AWS has been missing a managed build service. For the past year we've had to work around this by building our own build service on ECS and ECR. You'll need to figure IAM, Build Project JSON, and Build Spec YAML to get it all working. But once you do, you've unlocked managed builds on small, medium or large compute types. No instances required!

**What problems is AWS CodeBuild solving and how is that benefiting you?**

Parameter Store integration for passing secrets, Streaming logs to Amazon CloudWatch, GitHub Webhooks support.

  ### 14. Easy to use!

**Rating:** 5.0/5.0 stars

**Reviewed by:** PABLO EZEQUIEL I. | Developer, Enterprise (> 1000 emp.)

**Reviewed Date:** November 27, 2018

**What do you like best about AWS CodeBuild?**

The tool was very easy to use... when I need it, without any previous knolodgment, I can config an entire pipeline with code commit, code pipeline and Code Buid and Code Deploy. I was great for to show In a live enviroment how can be a product, and how to deploy it continous 

**What do you dislike about AWS CodeBuild?**

The documententation is very large to read ... some time you have to read a lot in large documents with many technical descripticion about all availables options  to solve a simple doubt. I would like that It could have a really simple demo about easy user cases 

**What problems is AWS CodeBuild solving and how is that benefiting you?**

The need to depoloy fast some prototipes and ideas without be too much aware about the underline infrastructure. It was great to make a working demo about one idea

  ### 15. A powerful tool for development

**Rating:** 5.0/5.0 stars

**Reviewed by:** Omaira V. | Senior Computer Programmer, Small-Business (50 or fewer emp.)

**Reviewed Date:** June 05, 2018

**What do you like best about AWS CodeBuild?**

The best thing about AWS code build the way how it help to make scalable projects, the price isn't too high, is so powerful and very easy to use, i use it with others AWS tool like AWS CodeStar, CodeCommit, AWS CLI, AWS console etc. which help me even more to do a effective management of projects, i can always monitoring my builds, time left, state, i can create triggers, and setup many build projects and only pay for what i use is just amazing tool, and i can customize my own environments.

**What do you dislike about AWS CodeBuild?**

The are only two things what i dislike about AWS build, there is only a free tier for windows, and not for linux, and there isn't preconfigured environment for C.

**Recommendations to others considering AWS CodeBuild:**

Use the free tier there are 100minutes free monthly if you are using windows to build, so take that free time always when you need it, this tool is very good to do units test, if you are using the tools of AWS CodeStar, set up triggers to help you to make the scalability of the project even more easier.

**What problems is AWS CodeBuild solving and how is that benefiting you?**

It is so useful, it helped me to do or edit more than one project at time, because i can builds many projects as i want, without use my own pc, thats mean i can still working and just let another pc compile my code, also it integrated so good with others AWS tools, it work amazing with CodeCommit, i can set triggers and just build a project after merge without do anything.

  ### 16. Just like Jenkins, but better

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** November 27, 2018

**What do you like best about AWS CodeBuild?**

I have found almost nothing Jenkins can do that CodeBuild cannot. In fact I find it easier to use overall.

**What do you dislike about AWS CodeBuild?**

Teaching the developers how to write the yml can take a bit of time, but in the end I think they like how it puts the power in their hands.

**Recommendations to others considering AWS CodeBuild:**

Try it and compare it to your current system. If you are deploying to AWS the security of having everything in AWS cannot be matched.

**What problems is AWS CodeBuild solving and how is that benefiting you?**

Cost savings by only spending money when we are building. Also having the build functionality within the code helps maintain that aspect of the build.

  ### 17. Great for small projects

**Rating:** 5.0/5.0 stars

**Reviewed by:** Christopher Adam D. | Linux System Administrator, Defense & Space, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 26, 2018

**What do you like best about AWS CodeBuild?**

Ability to create an entire pipeline as a cloudformation template.

**What do you dislike about AWS CodeBuild?**

Difficult to view entire organizations builds in one pane of glass

**What problems is AWS CodeBuild solving and how is that benefiting you?**

I use Cloudformation, CodeBuild, CodeCommit, and CodePipeline to store an entire pipeline with my code.

  ### 18. amazing

**Rating:** 5.0/5.0 stars

**Reviewed by:** david p. | david, Enterprise (> 1000 emp.)

**Reviewed Date:** November 29, 2018

**What do you like best about AWS CodeBuild?**

the pipeline as code is amazing , becouse for developer like it 

**What do you dislike about AWS CodeBuild?**

the pipeline need more instrationg with other pluging

**What problems is AWS CodeBuild solving and how is that benefiting you?**

devops is more important topic and my company and is the new focuse

  ### 19. CodeReview

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Financial Services | Enterprise (> 1000 emp.)

**Reviewed Date:** November 28, 2018

**What do you like best about AWS CodeBuild?**

Easy to implement and start a build. It is very flexible and allows for various types of build scenarios.

**What do you dislike about AWS CodeBuild?**

Lacking in documentation and how-to examples. When learning there is a limited amount of resources available to do specifc tasks.

**Recommendations to others considering AWS CodeBuild:**

Easy of use and makes things easier

**What problems is AWS CodeBuild solving and how is that benefiting you?**

Trying to solve distributed or multi-natioinal development. Using across multiple geographical regions has made it easier and quicker for development teams.

  ### 20. Another Great product from AWS

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** December 04, 2018

**What do you like best about AWS CodeBuild?**

One thing i really like is the documentation and support for the product.  Pretty thorough documentation and troubelshooting steps in the CodeBuild user guide.

**What do you dislike about AWS CodeBuild?**

No support for GitLab and Bitbucket server

**Recommendations to others considering AWS CodeBuild:**

Once you try it you wont go back to your old ways.

**What problems is AWS CodeBuild solving and how is that benefiting you?**

Build queuing issues.  Now with Codebuild we have zero queuing and we can kick off serveral things at a time.

  ### 21. Great tool to help with building & testing code

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** November 05, 2018

**What do you like best about AWS CodeBuild?**

Helps me manage my team's projects and find areas that need to be fixe prior to running into roadblocks.

**What do you dislike about AWS CodeBuild?**

Can get a little clunky at times and also bog down progress when we have to back track too far in the middle of a project.

**What problems is AWS CodeBuild solving and how is that benefiting you?**

When working properly, it does provide added bandwidth for myself and team members to spend more time on other initiatives. 

  ### 22. Great deploy

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Medical Practice | Mid-Market (51-1000 emp.)

**Reviewed Date:** November 29, 2018

**What do you like best about AWS CodeBuild?**

easy to deploy builds when a pipeline has been pushed.

**What do you dislike about AWS CodeBuild?**

unable to edit the deploy commands that you have saved in s3/other resources

**What problems is AWS CodeBuild solving and how is that benefiting you?**

deploying intant code when a build has been completed. 


## AWS CodeBuild Discussions
  - [What is AWS CodeBuild used for?](https://www.g2.com/discussions/what-is-aws-codebuild-used-for)
  - [What does AWS CodePipeline do?](https://www.g2.com/discussions/aws-codebuild-what-does-aws-codepipeline-do)
  - [Is CodeBuild free in AWS?](https://www.g2.com/discussions/is-codebuild-free-in-aws)
  - [How does AWS CodeBuild work?](https://www.g2.com/discussions/how-does-aws-codebuild-work)
  - [What is AWS CodeBuild?](https://www.g2.com/discussions/what-is-aws-codebuild)

- [View AWS CodeBuild pricing details and edition comparison](https://www.g2.com/products/aws-codebuild/reviews?filters%5Bnps_score%5D%5B%5D=5&section=pricing&secure%5Bexpires_at%5D=2026-08-07+11%3A23%3A29+-0500&secure%5Bsession_id%5D=947794cf-38d2-4fe1-b126-0c99f9f47790&secure%5Btoken%5D=af52ce24696c9ce7a77f522548c0313dbb1e0788f78e9b666c2f2eabf006940a&format=llm_user)
## AWS CodeBuild Integrations
  - [AWS Lambda](https://www.g2.com/products/aws-lambda/reviews)
  - [GitHub](https://www.g2.com/products/github/reviews)
  - [Jenkins](https://www.g2.com/products/jenkins/reviews)
  - [SonarQube](https://www.g2.com/products/sonarqube/reviews)


## Top AWS CodeBuild Alternatives
  - [Jenkins](https://www.g2.com/products/jenkins/reviews) - 4.4/5.0 (558 reviews)
  - [CircleCI](https://www.g2.com/products/circleci/reviews) - 4.4/5.0 (501 reviews)
  - [Google Cloud Build](https://www.g2.com/products/google-cloud-build/reviews) - 4.5/5.0 (61 reviews)

