Try our new research platform with insights from 80,000+ expert users
Oktay Kiraz - PeerSpot reviewer
Cloud & DevOps Engineer at Phoenix analytics
Real User
Top 5
Seamless integration capabilities enhance productivity with an easy setup
Pros and Cons
  • "The initial setup of CodeBuild is easy."
  • "There have been times when CodeBuild has shown some instability, like bugs or breakdowns."

What is our primary use case?

I utilize CodeBuild's broad services.

What is most valuable?

The integration with other AWS services is important as well. These features make CodeBuild valuable to me.

What needs improvement?

I faced some challenges while using CodeBuild. I would like to see some improvements in certain limitations of the product.

For how long have I used the solution?

I have used CodeBuild for some time.

Buyer's Guide
AWS CodeBuild
September 2025
Learn what your peers think about AWS CodeBuild. Get advice and tips from experienced pros sharing their opinions. Updated: September 2025.
867,370 professionals have used our research since 2012.

What do I think about the stability of the solution?

There have been times when CodeBuild has shown some instability, like bugs or breakdowns.

How was the initial setup?

The initial setup of CodeBuild is easy.

What's my experience with pricing, setup cost, and licensing?

Regarding the pricing of CodeBuild, I cannot speak to the exact price. 

What other advice do I have?

I recommend it to others. From one to ten, I would rate CodeBuild eight out of ten.

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Agron Demiraj - PeerSpot reviewer
Cloud System Specialist at a financial services firm with 51-200 employees
Real User
Top 5Leaderboard
A flexible, elastic and reliable solution to build and test code
Pros and Cons
  • "The tool is used to build and test code. I find its biggest advantages are elasticity and reliability. We can easily assign as many computing resources as needed to build our code, which is much simpler than traditional methods that require server upgrades. It's a serverless tool, so it's very flexible and elastic."
  • "For improvement, I'd suggest more build instance-type options. There's a big jump from 15 gigabytes of RAM to 150, and I'd like something in between as the larger option is too expensive for our needs."

What is our primary use case?

Our main use case for AWS CodeBuild is building our microservice-based application in the IT industry.

What is most valuable?

The tool is used to build and test code. I find its biggest advantages are elasticity and reliability. We can easily assign as many computing resources as needed to build our code, which is much simpler than traditional methods that require server upgrades. It's a serverless tool, so it's very flexible and elastic.

Integration with other AWS services and third-party tools like GitLab or Jenkins is simple. I haven't faced any challenges using AWS CodeBuild. It's straightforward and communicates well with CodeCommit for code storage, or it can fetch code from GitHub.

What needs improvement?

For improvement, I'd suggest more build instance-type options. There's a big jump from 15 gigabytes of RAM to 150, and I'd like something in between as the larger option is too expensive for our needs.

For how long have I used the solution?

I have been working with the product for four years. 

What do I think about the stability of the solution?

The solution is highly stable; I rate it a ten out of ten. 

What do I think about the scalability of the solution?

The tool is very scalable, and I rate it a ten out of ten. More than 30 developers on our team indirectly use AWS CodeBuild in our development process. Developers push their code to CodeCommit, which goes through the CodeBuild pipeline.

How are customer service and support?

We're very satisfied with AWS support. We're on the Enterprise plan, which I'd rate ten out of ten for support quality.

How would you rate customer service and support?

Positive

How was the initial setup?

Setting the tool up is relatively easy—I'd rate it eight out of ten—but some AWS knowledge is required.

AWS CodeBuild is part of a full CICD suite in AWS, working alongside CodeCommit, CodeDeploy, and CodePipeline. It's a cloud solution where CodeCommit stores the code, AWS CodeBuild builds it, CodeDeploy deploys it, and CodePipeline configures all these steps as needed.

What was our ROI?

The tool saves us money as it's on-demand, only working when triggered.

What's my experience with pricing, setup cost, and licensing?

AWS CodeBuild is free. We only pay for our code's compute resources during the build process. For example, if our code takes ten minutes to build, we only pay for those ten minutes of computing time. CodeDeploy and CodePipeline are free because they're serverless and don't require computing resources. CodeCommit has minimal costs for storing code.

What other advice do I have?

If you run AWS applications, I advise those considering AWS CodeBuild to use the entire CodePipeline Suite (CodeCommit, AWS CodeBuild, and CodeDeploy). It's a great CICD tool compared to third-party options. I've used GitLab and Jenkins before, and while they're good, I prefer AWS solutions because they're reliable and fully managed, offering the best SLA in the market.

I always recommend going with native tools when possible. Overall, I'd rate AWS CodeBuild ten out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
AWS CodeBuild
September 2025
Learn what your peers think about AWS CodeBuild. Get advice and tips from experienced pros sharing their opinions. Updated: September 2025.
867,370 professionals have used our research since 2012.
Cuneyt-Gurses - PeerSpot reviewer
Director of Cloud Solution Group at DTech Cloud Corporation
Reseller
Top 5Leaderboard
Has good integration features
Pros and Cons
  • "The integration is a good feature."
  • "The integration is a good feature."
  • "They can further improve the integration of the Bitbucket for CodeBuild."

What is our primary use case?

It's a pipeline component. So if you can use CodeBuild, you can build up a pipeline. 

What is most valuable?

The integration is a good feature. 

What needs improvement?

They can further improve the integration of the Bitbucket for CodeBuild. 

For how long have I used the solution?

I have been using AWS CodeBuild for two years. 

What do I think about the stability of the solution?

It is a very stable solution. 

What do I think about the scalability of the solution?

Twelve people are using the solution at present. 

What's my experience with pricing, setup cost, and licensing?

We pay a monthly licensing fee. 

What other advice do I have?

Overall, I rate the solution a ten out of ten. 

Which deployment model are you using for this solution?

Public Cloud
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
MuhammadBilal7 - PeerSpot reviewer
DevOps Engineer at InvoZone
Consultant
Top 5Leaderboard
Has a valuable variable functionality and a straightforward setup process
Pros and Cons
  • "It works seamlessly with AWS Elastic Container Registry (ECR)."
  • "While working on building images for multiple applications within a single script, I encountered an issue where looping functionality was not supported as expected."

What is our primary use case?

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. 

What is most valuable?

One of the most valuable features of AWS CodeBuild is its variable feature. Instead of having to rewrite credentials or configurations multiple times for different stages, we can define these variables once and use them across various steps in the build pipeline. With a clear characterization of steps and instructions, we better understand what actions are being taken within each pipeline stage.

What needs improvement?

While working on building images for multiple applications within a single script, I encountered an issue where looping functionality was not supported as expected. Although conditions were functioning correctly, the lack of support for looping hindered my ability to execute certain tasks efficiently.

For how long have I used the solution?

We have been using AWS CodeBuild for more than 2 years.

What do I think about the stability of the solution?

We haven't encountered any stability issues with CodeBuild. It has worked perfectly for you without any downtimes, which is essential, especially in modern environments where containerized applications are prevalent.

What do I think about the scalability of the solution?

The platform's scalability of CodeBuild varies from client to client requirements.

How are customer service and support?

We have yet to contact the technical support team, but the services are stable.

How was the initial setup?

The initial setup for CodeBuild is straightforward. There is no need for installation. You just have to log in to your account and start writing scripts to build your application.

What's my experience with pricing, setup cost, and licensing?

Using AWS CodeBuild might involve some initial expenses, but there are strategies to optimize costs and ensure a return on investment. Leveraging features like caching files and using the artifact feature to pass packages between stages can help reduce costs by minimizing the need to fetch files repeatedly.

Despite the cost, it is worth the investment.

What other advice do I have?

CodeBuild integrates with other AWS services, enhancing the build environment's functionality. For instance, it works seamlessly with AWS Elastic Container Registry (ECR). It allows you to build and deploy container images to ECR directly from CodeBuild.

It is easy for someone with experience in shell scripting or writing code to learn. Once familiar with these skills, using CodeBuild becomes quite straightforward.

Following the predefined stages organizes the steps effectively. This helps users build their architecture with ease.

I rate it an eight out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user