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

AWS CodeCommit

326
820
+ 1
193
GitHub Enterprise

508
622
+ 1
10
Add tool

AWS CodeCommit vs GitHub Enterprise: What are the differences?

AWS CodeCommit and GitHub Enterprise are popular version control platforms that offer similar functionalities but have key differences.

  1. Code Hosting: AWS CodeCommit is a fully managed, secure, and scalable version control service, while GitHub Enterprise is an on-premises version control solution. CodeCommit is offered as a service in the AWS cloud, making it easily accessible and eliminating the need for infrastructure setup and maintenance. GitHub Enterprise, on the other hand, requires installation and configuration on local servers.

  2. Integration with Other AWS Services: CodeCommit seamlessly integrates with other Amazon Web Services (AWS) services, such as AWS CodeBuild, AWS CodeDeploy, and AWS CodePipeline, providing a complete DevOps solution. It allows for automated deployments and continuous integration workflows within the AWS ecosystem. GitHub Enterprise does not have the same level of integration with AWS services.

  3. Pricing Model: AWS CodeCommit follows the pay-as-you-go pricing model, where users are billed based on the storage, number of repositories, and data transfer. GitHub Enterprise, on the other hand, has a fixed pricing structure that requires a subscription for a specified number of users. This difference in pricing models allows for more flexibility with CodeCommit and can be cost-effective for smaller teams.

  4. Access Control: CodeCommit offers fine-grained access control through AWS Identity and Access Management (IAM) policies, allowing users to manage permissions at a granular level. GitHub Enterprise also provides access control but is primarily based on user roles and teams. CodeCommit's IAM-based access control provides more flexibility and control over repository access.

  5. Scalability and Performance: AWS CodeCommit is built on AWS infrastructure, which ensures scalability and high-performance capabilities. It can handle large code repositories and supports scalability to accommodate growing teams and projects. GitHub Enterprise's scalability and performance may be limited by the capacity of the local servers where it is installed.

  6. Backup and Disaster Recovery: AWS CodeCommit automatically replicates repositories across multiple Availability Zones, providing redundancy and ensuring data availability in the event of a failure. It also allows for easy backup and restoration of repositories. GitHub Enterprise requires manual replication and backup processes to ensure data availability and disaster recovery.

In Summary, AWS CodeCommit offers a fully managed cloud-based version control service with seamless integration with AWS services, flexible pricing, fine-grained access control, scalability, and automatic backup and restoration capabilities. GitHub Enterprise, on the other hand, provides an on-premises version control solution with a fixed pricing structure, role-based access control, and limited scalability and disaster recovery options.

Advice on AWS CodeCommit and GitHub Enterprise
Eric Seibert
DevOps at Children's Hospital of Philadelphia · | 6 upvotes · 441.4K views
Needs advice
on
BitbucketBitbucket
and
GitHub EnterpriseGitHub Enterprise

We are using a Bitbucket server, and due to migration efforts and new Atlassian community license changes, we need to move to a new self-hosted solution. The new data-center license for Atlassian, available in February, will be community provisioned (free). Along with that community license, other technologies will be coming with it (Crucible, Confluence, and Jira). Is there value in a paid-for license to get the GitHub Enterprise? Are the tools that come with it worth the cost?

I know it is about $20 per 10 seats, and we have about 300 users. Have other convertees to Microsoft's tools found it easy to do a migration? Is the toolset that much more beneficial to the free suite that one can get from Atlassian?

So far, free seems to be the winner, and the familiarization with Atlassian implementation and maintenance is understood. Going to GitHub, are there any distinct challenges to be found or any perks to be attained?

See more
Replies (1)

These are pretty competitive, and to recommend one over the other would require understanding your usage. Also, what other tools you use: for instance, what do you use for Issue-tracking, or for build pipelines. In your case, since you are already using Bitbucket, the question would be: do you have any current pain-points? And, on the other hand, do you already use Atlassian's JIRA, where you'd benefit from the tight integration? So, though I would not recommend one over the other just in general,. But, if Bitbucket fulfills your current use-cases, then there seems to be little motivation to move.

See more

Hi, I need advice. In my project, we are using Bitbucket hosted on-prem, Jenkins, and Jira. Also, we have restrictions not to use any plugins for code review, code quality, code security, etc., with bitbucket. Now we want to migrate to AWS CodeCommit, which would mean that we can use, let's say, Amazon CodeGuru for code reviews and move to AWS CodeBuild and AWS CodePipeline for build automation in the future rather than using Jenkins.

Now I want advice on below.

  1. Is it a good idea to migrate from Bitbucket to AWS Codecommit?
  2. If we want to integrate Jira with AWS Codecommit, then how can we do this? If a developer makes any changes in Jira, then a build should be triggered automatically in AWS and create a Jira ticket if the build fails. So, how can we achieve this?
See more
Replies (1)
Sinisha Mihajlovski
Design Lead | Senior Software Developer · | 1 upvotes · 300K views
Recommends

Hi Kavita. It would be useful to explain in a bit more detail the integration to Jira you would like to achieve. Some of the Jira plugins will work with any git repository, regardless if its github/bitbucket/gitlab.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of AWS CodeCommit
Pros of GitHub Enterprise
  • 44
    Free private repos
  • 26
    IAM integration
  • 24
    Pay-As-You-Go Pricing
  • 20
    Amazon feels the most Secure
  • 19
    Repo data encrypted at rest
  • 11
    Faster deployments when using other AWS services
  • 11
    I can make repository by myself if I have AWS account
  • 8
    AWS CodePipeline integration
  • 6
    Codebuild integration
  • 6
    Does not support web hooks yet! :(
  • 4
    Cost Effective
  • 2
    No Git LFS! Dealbreaker for me
  • 2
    Integrated with AWS Ecosystem
  • 2
    Elastic Beanstalk Integration
  • 1
    Integration via SQS/SNS for events (replaces webhooks)
  • 1
    IAM
  • 1
    Open source friendly
  • 1
    Only US Region
  • 1
    Available in Ireland (Dublin) region
  • 1
    CodeDeploy Integration
  • 1
    Issue tracker
  • 1
    CodeCommit Trigger for an AWS Lambda Function
  • 0
    Ui
  • 4
    Expensive - $$$
  • 2
    Code security
  • 2
    CDCI with Github Actions
  • 1
    Both Cloud and Enterprise Server Versions available
  • 1
    Draft Pull Request
  • 0
    User experience

Sign up to add or upvote prosMake informed product decisions

Cons of AWS CodeCommit
Cons of GitHub Enterprise
  • 12
    UI sucks
  • 4
    SLOW
  • 3
    No Issue Tracker
  • 2
    Bad diffing/no blame
  • 2
    NO LFS support
  • 2
    No fork
  • 2
    No webhooks
  • 1
    Can't download file from UI
  • 1
    Only time based triggers
  • 0
    Accident-prone UI
  • 2
    $$$

Sign up to add or upvote consMake informed product decisions

What is AWS CodeCommit?

CodeCommit eliminates the need to operate your own source control system or worry about scaling its infrastructure. You can use CodeCommit to securely store anything from source code to binaries, and it works seamlessly with your existing Git tools.

What is GitHub Enterprise?

GitHub Enterprise lets developers use the tools they love across the development process with support for popular IDEs, continuous integration tools, and hundreds of third party apps and services.

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

What companies use AWS CodeCommit?
What companies use GitHub Enterprise?
See which teams inside your own company are using AWS CodeCommit or GitHub Enterprise.
Sign up for StackShare EnterpriseLearn More

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

What tools integrate with AWS CodeCommit?
What tools integrate with GitHub Enterprise?

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

What are some alternatives to AWS CodeCommit and GitHub Enterprise?
GitHub
GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over three million people use GitHub to build amazing things together.
GitLab
GitLab offers git repository management, code reviews, issue tracking, activity feeds and wikis. Enterprises install GitLab on-premise and connect it with LDAP and Active Directory servers for secure authentication and authorization. A single GitLab server can handle more than 25,000 users but it is also possible to create a high availability setup with multiple active servers.
Bitbucket
Bitbucket gives teams one place to plan projects, collaborate on code, test and deploy, all with free private Git repositories. Teams choose Bitbucket because it has a superior Jira integration, built-in CI/CD, & is free for up to 5 users.
SVN (Subversion)
Subversion exists to be universally recognized and adopted as an open-source, centralized version control system characterized by its reliability as a safe haven for valuable data; the simplicity of its model and usage; and its ability to support the needs of a wide variety of users and projects, from individuals to large-scale enterprise operations.
Azure DevOps
Azure DevOps provides unlimited private Git hosting, cloud build for continuous integration, agile planning, and release management for continuous delivery to the cloud and on-premises. Includes broad IDE support.
See all alternatives