Get Advice Icon

Need advice about which tool to choose?Ask the StackShare community!

AWS CodeBuild

379
485
+ 1
43
Concourse

261
393
+ 1
54
Add tool

AWS CodeBuild vs Concourse: What are the differences?

  1. Pricing Model: AWS CodeBuild charges based on build minutes consumed, while Concourse is an open-source tool with no direct pricing.
  2. Integration: AWS CodeBuild seamlessly integrates with other AWS services such as CodePipeline and CodeCommit, while Concourse can integrate with a wide range of tools and services through its flexible plugin system.
  3. Containerization: AWS CodeBuild runs builds in Docker containers managed by AWS, whereas Concourse uses its own Garden containerization technology which provides more flexibility and control over the build environment.
  4. Scalability: AWS CodeBuild is managed by AWS and automatically scales resources based on demand, while Concourse can be deployed on any infrastructure and requires manual scaling.
  5. User Interface: AWS CodeBuild offers a simple web interface for monitoring builds and logs, while Concourse provides a more comprehensive visual pipeline dashboard for managing complex workflows.
  6. Community Support: Concourse has a vibrant open-source community contributing to its development and support, while AWS CodeBuild relies on AWS' official support channels.

In Summary, AWS CodeBuild and Concourse differ in terms of pricing model, integration capabilities, containerization technology, scalability, user interface, and community support.

Advice on AWS CodeBuild and Concourse
Needs advice
on
ConcourseConcourse
and
JenkinsJenkins

I'm planning to setup complete CD-CD setup for spark and python application which we are going to deploy in aws lambda and EMR Cluster. Which tool would be best one to choose. Since my company is trying to adopt to concourse i would like to understand what are the lack of capabilities concourse have . Thanks in advance !

See more
Replies (1)
Maxi Krone
Cloud Engineer at fme AG · | 2 upvotes · 436K views
Recommends
on
ConcourseConcourse

I would definetly recommend Concourse to you, as it is one of the most advanced modern methods of making CI/CD while Jenkins is an old monolithic dinosaur. Concourse itself is cloudnative and containerbased which helps you to build simple, high-performance and scalable CI/CD pipelines. In my opinion, the only lack of skills you have with Concourse is your own knowledge of how to build pipelines and automate things. Technincally there is no lack, i would even say you can extend it way more easily. But as a Con it is more easy to interact with Jenkins if you are only used to UIs. Concourse needs someone which is capable of using CLIs.

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of AWS CodeBuild
Pros of Concourse
  • 7
    Pay per minute
  • 5
    Parameter Store integration for passing secrets
  • 4
    Integrated with AWS
  • 3
    Streaming logs to Amazon CloudWatch
  • 3
    Bit bucket integration
  • 2
    GitHub Webhooks support
  • 2
    AWS Config and Config rule integration for compliance
  • 2
    VPC PrivateLinks to invoke service without internet
  • 1
    Windows/.NET support
  • 1
    Jenkins plugin integration
  • 1
    Ondemand scaling of build jobs
  • 1
    Scheduled builds with CloudWatch Events integration
  • 1
    Local build debug support
  • 1
    Native support for accessing Amazon VPC resources
  • 1
    Docker based build environment
  • 1
    Support for bringing custom Docker images
  • 1
    Fully managed (no installation/updates, servers to mai
  • 1
    PCI, SOC, ISO, HIPAA compliant
  • 1
    Full API/SDKs/CLI support
  • 1
    YAML based configuration
  • 1
    Great support (forums, premium support, SO, GitHub)
  • 1
    Perpetual free tier option (100 mins/month)
  • 1
    GitHub Enterprise support
  • 16
    Real pipelines
  • 10
    Containerised builds
  • 9
    Flexible engine
  • 6
    Fast
  • 4
    Open source
  • 3
    No Snowflakes
  • 3
    Simple configuration management
  • 2
    You have to do everything
  • 1
    Fancy Visualization

Sign up to add or upvote prosMake informed product decisions

Cons of AWS CodeBuild
Cons of Concourse
  • 2
    Poor branch support
  • 2
    Fail forward instead of rollback pattern

Sign up to add or upvote consMake informed product decisions

845
1.5K
541
76
429
- No public GitHub repository available -

What is AWS CodeBuild?

AWS CodeBuild is a fully managed build 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.

What is Concourse?

Concourse's principles reduce the risk of switching to and from Concourse, by encouraging practices that decouple your project from your CI's little details, and keeping all configuration in declarative files that can be checked into version control.

Need advice about which tool to choose?Ask the StackShare community!

Jobs that mention AWS CodeBuild and Concourse as a desired skillset
What companies use AWS CodeBuild?
What companies use Concourse?
Manage your open source components, licenses, and vulnerabilities
Learn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with AWS CodeBuild?
What tools integrate with Concourse?

Sign up to get full access to all the tool integrationsMake informed product decisions

What are some alternatives to AWS CodeBuild and Concourse?
Jenkins
In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project.
AWS CodePipeline
CodePipeline builds, tests, and deploys your code every time there is a code change, based on the release process models you define.
Apache Maven
Maven allows a project to build using its project object model (POM) and a set of plugins that are shared by all projects using Maven, providing a uniform build system. Once you familiarize yourself with how one Maven project builds you automatically know how all Maven projects build saving you immense amounts of time when trying to navigate many projects.
GitLab CI
GitLab offers a continuous integration service. If you add a .gitlab-ci.yml file to the root directory of your repository, and configure your GitLab project to use a Runner, then each merge request or push triggers your CI pipeline.
AWS CodeDeploy
AWS CodeDeploy is a service that automates code deployments to Amazon EC2 instances. AWS CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during deployment, and handles the complexity of updating your applications.
See all alternatives