When comparing Bamboo vs AWS CodeBuild, the Slant community recommends Bamboo for most people. In the question“What are the best hosted continuous integration services?” Bamboo is ranked 12th while AWS CodeBuild is ranked 25th. The most important reason people chose Bamboo is:
Bamboo is the only build server to offer first-class support for the "delivery" aspect of continuous delivery. Deployment projects automate the tedium right out of releasing into each environment, while letting you control the flow with per-environment permissions.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Fine-grained control over each environment the project needs to be deployed to
Bamboo is the only build server to offer first-class support for the "delivery" aspect of continuous delivery. Deployment projects automate the tedium right out of releasing into each environment, while letting you control the flow with per-environment permissions.
Pro End-to-end visibility when linked to JIRA, Stash and HipChat
When connecting Bamboo with Stash and JIRA, details like JIRA issues, commits, reviews and approvals follow each release from development to production. If HipCHat is part of the integration, team members get notified right away in addition to email notifications.
Pro Integration with Docker
Bamboo allows using Docker containers to create build agents. Using Docker agents lets you run multiple remote agents on the same host without conflicting requirements. It makes it easier to duplicate and distribute changes to build agents, and to use scripts for creating and maintaining agents.
How can you define and build your own image and push it to a registry to share? This is when Bamboo’s Docker tasks come into play. Docker tasks make it possible to build an image, run a container, and push a Docker image to a registry from within your build or deployment project.
Pro Out-of-the-box support for Git branching workflows
Bamboo allows you to automatically detect and build new branches, merge branches together when tests pass and continuously deploy code to staging and production servers based on branch name.
Pro Test automation
Out-of-the-box features that let developers perform parallel testing on elastic agents and quarantine flakey tests.
Pro Easy enterprise-grade administration
Avoid plugin hell by having most important capabilities as out-of-the-box features, not plugins. Bamboo is not just built for teams, but teams-of-teams. It has the administrative features you need to manage and maintain CI at scale. Enterprise model for access control, management, and support.
Pro Bundled AWS CodeDeploy task
Deploying applications with AWS CodeDeploy was always possible by using Bamboo script tasks, and it's now an easier process with a bundled add-on and its accompanying CodeDeploy task.
Pro Integration with Amazon S3
Bamboo can also be integrated with Amazon S3 for unlimited storage.
Pro Security
Scoped down IAM service roles and managed policies. AWS CloudTrail intergation for API access tracking. AWS Config integration for enforcing complaince rules. Native support for Parameter Store for storing/passing secrets securely to build container.
Pro GitHub cloud, GitHub Enterprise and Bitbucket cloud support
Native support for AWS CodeCommit, S3 and popular git repositories, except GitLab and Bitbucket server.
Pro Compliance
CodeBuild is compliant for PCI, ISO, SOC, and HIPAA workloads.
Pro Documentation and support
Pretty thorough documentation and troubelshooting steps in the CodeBuild user guide @ https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html.
Questions on the service forum mostly gets prompt response @ https://forums.aws.amazon.com/forum.jspa?forumID=230
Pro Availability
Had minimal to no issues with the service being available. Also, being an AWS service, it has regional endpoint across various AWS regions.
Pro Amazon VPC integration
CodeBuild can access resources within a VPC from it's build containers. Useful for customers who have resources in an Amazon VPC, like RDS instance, ElastiCache, GitHub Enterprise source repo, artifact repo, etc.
Pro On-demand CI. Zero queueing
Users get 20 or so concurrent builds per AWS account ID. Build start up within seconds with no queueing.
Pro Windows support
Support for .NET builds using windowsservercore Docker containers. Preconfigured image have .NET Core and several other runtimes like Java, Node, Ruby. Supports custom images for proprietary tooling like full Visual Studio build targets.
Cons
Con Very limited basic license.
Although they have $10 license it is very limited even for modest shops. Even next step of commercial license is very expensive for what you get.
Con Bamboo Cloud is going away in Jan. 2017
Migration to Bamboo Server is non-trivial and may not be worth the effort.
Con Free open-source require application to use
Bamboo does offer a free option for open source projects though it requires the user to apply for it in order to use it past the free trial.
Con No iOS support
Limited to Linux and Windows builds.
Con No support for GitLab and Bitbucket server
Off the popular git based source control management system, Bitbucket server and GitLab cloud/on-prem is missing. Generic git support is also not available.
Con No support for Docker layer caching
Customer managed images may be slower for a cold startup than CodeBuild managed ones.
Con No unlimited free builds for Open source repo
CodeBuild gives 100 free mins every month, but no unlimited free builds for Open source repository like Travis CI for example.
