Sign in Agent Mode
Categories
Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

10 AWS reviews

External reviews

905 reviews
from and

External reviews are not included in the AWS star rating for the product.


4-star reviews ( Show all reviews )

    Nidhi T.

All-in-one DevOps platform that keeps our team aligned and shipping faster

  • December 30, 2025
  • Review provided by G2

What do you like best about the product?
Everything in one place - code, CI/CD, issues, and deployments. The CI/CD pipeline is powerful and easy to configure. Code review and merge requests work well for our workflow. The built-in container registry and package registry are convenient. GitLab Pages is great for hosting docs. The self-hosted option gives us control when needed. Overall, it streamlines our DevOps workflow.
What do you dislike about the product?
The UI can be slow, especially with large repos or many pipelines. Some advanced features are only in higher tiers. The search could be better. The interface can feel cluttered. Documentation is extensive but sometimes hard to find. Runner management can be tricky at scale.
What problems is the product solving and how is that benefiting you?
Before GitLab, we used separate tools for version control, CI/CD, and project management. GitLab consolidates everything, reducing context switching and improving visibility. The CI/CD pipelines automate testing and deployment, catching issues earlier. This speeds up releases and reduces manual work. Having code, issues, and pipelines in one place makes collaboration easier.


    Dario S.

A great enterprise repository solution

  • December 19, 2025
  • Review provided by G2

What do you like best about the product?
The user interface is excellent. It makes tasks like viewing and searching code, opening and reviewing merge requests, as well as creating tags and managing pipelines, all very straightforward and accessible.
What do you dislike about the product?
There are some useful features, but for instance, the ability to add two reviewers to a merge request is restricted by a paywall. This limitation is disappointing, especially for a self-hosted solution where you would expect more flexibility.
What problems is the product solving and how is that benefiting you?
We rely on GitLab to host our version control, with our entire monorepo managed there. All of our upgrades are handled through merge requests, which streamlines our workflow. Additionally, we have an extensive network of pipelines in place to ensure that our code consistently functions as intended.


    MADHUKER REDDY B.

Streamlined CI/CD with GitLab's Powerful Features

  • December 17, 2025
  • Review provided by G2

What do you like best about the product?
I like that with GitLab we have control over our data since we deployed our own server and linked it with our domain. It has been particularly useful for automating workflows like Continuous Integration and Continuous Deployment, especially into Kubernetes environments. I also appreciate the ability to store secrets safely with GitLab, which adds an extra layer of security to our processes. Moreover, integrating GitLab with SonarQube for checking vulnerabilities in source code has been beneficial. After the initial setup on our AWS EC2 machine, everything works smoothly, which I really appreciate.
What do you dislike about the product?
Nothing anything at the moment
What problems is the product solving and how is that benefiting you?
We use GitLab to keep our data secure and link it to our domain. It automates workflows with CI/CD for k8s environments and safely stores secrets.


    vedhavyas r.

Unified DevSecOps with Strong CI/CD Pipelines

  • December 09, 2025
  • Review provided by G2

What do you like best about the product?
I appreciate how GitLab brings the entire DevSecOps lifecycle into a single unified platform, reducing tools sprawl and making my workflow more efficient. GitLab's built-in CI/CD pipelines are one of its strongest features. They are easy to configure using .gitlab-ci.yml, provide powerful automation, and eliminate the need for separate CI tools, making environment deployment easy. The initial setup was moderately easy, and I found GitLab's documentation very helpful in making the installation straightforward.
What do you dislike about the product?
While GitLab is a powerful and unified DevSecOps platform, there are areas where usability and performance could be improved, specifically the user interface complexity and pipeline speed and resource consumption.
What problems is the product solving and how is that benefiting you?
I use GitLab to create tasks and issues for employees, get updates from assignees, and prioritize issues. It unifies my DevSecOps processes, reduces tool sprawl, and enhances efficiency with its strong built-in CI/CD pipelines, automation, and no need for separate CI tools.


    Allon M.

Feature-Rich Platform with a Slick UI

  • December 02, 2025
  • Review provided by G2

What do you like best about the product?
It's an all-in-one solution for hosting both the sources and the resulting artifacts, good integration to other tools
What do you dislike about the product?
I'm missing a way to orchestrate reviews/merges across multiple repos
What problems is the product solving and how is that benefiting you?
collaborating over code review


    Information Technology and Services

Very Efficient and Structured Solution for the whole Workflow from Management to Deployment

  • September 30, 2025
  • Review provided by G2

What do you like best about the product?
It started out with a very minimalistic approach, but over time, they have consistently enhanced their features and addressed bugs with better support for customer satisfaction. The platform is now easier to use and less complicated. It also integrates with all the popular mailing, communication, collaboration, and alerting applications. We use it for all our work tracking and releasing. Very easy to implement and build upon.
What do you dislike about the product?
Still has less features compared to peers. But it has everything we really need.
What problems is the product solving and how is that benefiting you?
It can be integrated seamlessly with all the popular apps for coding, releasing, testing and alerting logs and all the management workflows too.


    Herry D.

All in one platform for code and project management.

  • September 01, 2025
  • Review provided by G2

What do you like best about the product?
GitLab brings everything into one platform. I can manage code, track issues, create pipelines, and review merge requests without switching tools. The built-in CI-CD is a big advantage as it saves time and makes the whole process smoother.
What do you dislike about the product?
I believe it has a bit of a learning curve. The interface has a lot of features, so it takes time to get used to where everything is.
What problems is the product solving and how is that benefiting you?
Helps me keep code, issues, and pipelines all in one place. It makes it easier to review code with teammates, track bugs, and move features from start to finish without losing context. This saves time and makes teamwork more organized.


    Sudhanshu M.

GitLab: A Complete DevOps Platform

  • August 31, 2025
  • Review provided by G2

What do you like best about the product?
I like that GitLab brings everything into one platform—version control, CI/CD pipelines, issue tracking, and code review. It makes collaboration between developers, QA, and project managers very smooth.
What do you dislike about the product?
Some of the advanced features can feel overwhelming at first, and the learning curve is a bit steep for new users.
What problems is the product solving and how is that benefiting you?
managing the entire software development lifecycle in one platform, repository hosting and code reviews to automated testing, deployment, and project management.


    Information Technology and Services

Complete DevOps Platform with Powerful CI/CD

  • August 21, 2025
  • Review provided by G2

What do you like best about the product?
Built-in container registry stores our test Docker images versioned alongside code.
Code review tools with inline test coverage indicators show exactly which paths lack testing.
The GitLab Runner autoscaling on Kubernetes spins up hundreds of test executors during regression runs, then scales down to save costs.
The unified DevOps platform eliminates tool sprawl such as version control, CI/CD, test reporting, and deployment all in one interface.
What do you dislike about the product?
The pipeline YAML syntax is unnecessarily complex; simple parallel test configurations require nested includes and anchors that break mysteriously.
What problems is the product solving and how is that benefiting you?
GitLab unified our fragmented toolchain - replacing Jenkins, GitHub, Docker Hub, and Artifactory with one platform reduced context switching and eliminated integration maintenance. Built-in security scanning in CI/CD identified critical vulnerabilities our separate tools missed. Auto DevOps provisions ephemeral test environments per branch, enabling true parallel testing without environment conflicts.


    Leisure, Travel & Tourism

Freedom and collaboration without the mess

  • August 15, 2025
  • Review provided by G2

What do you like best about the product?
Gitlab starts of as feeling like a clone of github. But that misses the point. Gitlab gives you way more freedom to work as you please, to install and run on-premise or work with SaaS in the hosted gitlab.

I'm a bit OCD maybe but "merge request" is more accurate than "pull request" as github calls it. So it feels more 'technically correct'. All the usual integrations exists, very easily links to IntelliJ products, as command line of course still remains there for the die hards. I use gitlab every day, multiple times a day. It's part of my software engineering workflow.

To get started, there's some clicking around to find your way, but it becomes natural to understand when youknow the basics. Especially good are the features to resolve merge conflicts by editing online and running interactive merge tools online, as well as the interactive CI configuration editor.
What do you dislike about the product?
Gitlab is not a slick and "fun" as Github. But it's way better to use than running a "pure git" repository over ssh connection or shared filesystem with your colleagues.

Self-hosted, while that brings it's benefits, can be slow, and combined with the clicking around to figure stuff out, makes it feel a bit clunky. SaaS cloud hosted is much better and faster, but of course you pay for that.

As an "end user" it's easy to get going with gitlab, and there's endless community support as well as customer support. Though you can see some feature requests do lag for a long time until getting resolved.

As an admin, integrating Gitlab could be worse than it is, but it's way better to maintain and operate than doing without it.
What problems is the product solving and how is that benefiting you?
Gitlab ticks many boxes. Managed software development and version control of course. QA and test automation incuding peer review. This is a really strong point including inline code suggestions to reduce the burden of change and re-review. The CI and CD elements of Gitlab are newer to me, but are super powerful, and once I established a pattern that worked in my company, re-implementing it over multiple projects was then a very quick job.

I am now very happy that my pipeline, after merging can build, release and the deploy new services in one click - fire and forget. And as a bonus optional one-click to deploy a merge request into a dev environment for testing. Really sweet.