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

Reviews from AWS customer

11 AWS reviews

External reviews

884 reviews
from and

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


4-star reviews ( Show all reviews )

    reviewer2787357

Centralized automation has transformed our devops workflow and now delivers faster reliable releases

  • January 04, 2026
  • Review from a verified AWS customer

What is our primary use case?

I have been using GitLab since I started my journey in IT because GitLab is important for all software developers, DevOps, and SREs in all fields in IT. I have been using it for a long time.

My main use case for GitLab is source code management combined with CI/CD automation. I use GitLab to host application and infrastructure code, manage branches, and merge requests, and run automated CI/CD pipelines that build, test, and deploy applications across every environment. As an SRE-focused DevOps professional, I primarily use GitLab for end-to-end DevOps workflows from version control to automated CI/CD, triggering pipelines on every commit, running tests and security scans, building Docker images, and deploying to cloud or Kubernetes environments using GitLab Runners. This is how I use it day-to-day.

Using GitLab for this DevOps workflow has significantly improved my efficiency and my team's efficiency by centralizing the entire DevOps workflow, code, CI/CDs, reviews, and deployments in one platform. This reduces tool hopping and makes collaboration much smoother. First, GitLab enables faster and safer deployments. Standardized pipelines and approval-based merge requests ensure consistent deployments across environments, reducing production issues. Secondly, quick issue detection and rollback are facilitated through pipeline failures and job logs, which help identify problems early, and version releases make rollbacks faster and safer. Automation reduces manual work as CI/CD pipelines automatically build, test, scan, and deploy on every commit, saving hours of manual effort and eliminating human errors. The fourth point is infrastructure as code at scale; managing Terraform and Ansible code in GitLab allows repeatable, auditable infrastructure changes with clear history. Finally, improved reliability and confidence arise because automated testing and security scans increase confidence in releases and reduce post-deployment incidents.

Another valuable aspect is better collaboration and visibility, which comes with merge requests, inline reviews, and pipeline status checks, making it easy for the team and me to review changes and catch issues early.

How has it helped my organization?

GitLab has had a significant overall positive impact on my organization by standardizing and automating how we build, test, and deploy software. Having code management, CI/CD, security, and collaboration in a single platform improves speed, reliability, and transparency across teams.

The improvements have resulted in faster and more reliable releases. We replaced manual deployments with automated CI/CD pipelines, which have made releases predictable and repeatable, with deployment time reduced from hours to minutes. Another improvement is reduced production incidents; mandatory pipeline tests and approvals before merges and early failure detection through automated checks lead to standardized deployment processes across environments.

Additional improvement comes through shift-left security, where security scanning built directly into pipelines detects vulnerabilities early rather than in production, eliminating the need for separate security tools for basic scanning. Finally, better onboarding and knowledge sharing occur through standardized CI/CD templates and documented pipelines, allowing new team members to become productive faster while reducing dependency on tribal knowledge.

What is most valuable?

In my view, the best features GitLab offers include integrated CI/CD, which is one of GitLab's strongest capabilities. We define pipelines in a .gitlab-ci.yml file and runners execute them automatically on commits and merge requests. It automates building, testing, and deploying, eliminates manual release steps, and includes quality, security, and compliance stages, while also being easy to scale with GitLab Runners, leading to faster feedback loops, fewer human errors, and consistent deployments.

The second feature I would mention is merge requests, which combine collaboration, review, and automation in one place. This impacts better code quality, cleaner history, and structured team collaboration. The third point is built-in security scanning, as GitLab offers automatic scanning integrated into pipelines including SAST, DAST, and dependency scanning, making security a part of our CI/CD pipeline rather than an afterthought.

Lastly, pipeline visualization and insights help us understand delays or failures with graphical pipeline views, job logs, and metrics such as pipeline duration and failure rates.

What needs improvement?

A pain point I have encountered with GitLab is that large GitLab-ci.yml files become hard to read and maintain. YAML syntax is strict, and errors are easy to make, while debugging pipeline logic can sometimes take time, leading to slower iteration when the pipeline grows complex. I propose an improvement idea of better visual pipeline editors and stronger validations and linting before a commit.

Regarding runner management and scaling, managing self-hosted runners requires effort and scaling runners during peak usage can be challenging, which leads to pipeline delays during high load. An expected improvement here is smarter auto-scaling by default, along with better runner health visibility and alerts.

Concerning security features, advanced security scans are locked behind paid tiers, limiting coverage for smaller teams unless the budget allows. I suggest introducing more basic security features in the free tier and clearer guidance on prioritizing vulnerabilities.

Another area for improvement is UI performance and navigation. Finding older pipelines or logs or settings sometimes takes extra clicks, leading to small but noticeable productivity loss. An improvement would be a faster UI for large repositories and enhanced global search and filtering.

For how long have I used the solution?

I started my journey in 2021, and since my first organization, I have been working in my current field as a Site Reliability Engineer for nearly five years.

What do I think about the stability of the solution?

GitLab is pretty stable in my experience. I have not experienced any downtime or reliability issues so far.

What do I think about the scalability of the solution?

GitLab's scalability is really great, and it handles growth in users, projects, or workloads effectively, helping us in every aspect.

How are customer service and support?

I have not interacted with GitLab's customer support because I have not faced downtime or any significant issues while using GitLab. Therefore, my experience is great since I have not encountered any issues requiring support.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

I have not used any other solution before GitLab, as I started using GitLab right from the beginning of my career in IT.

How was the initial setup?

My experience with GitLab's pricing, setup cost, and licensing is very positive. GitLab follows a tier-based licensing model that includes free, premium, and ultimate options. I have experience with the free tier and later evaluated the paid tiers mainly for advanced security, compliance, and governance features. I found pricing reasonable for the value, especially when compared to buying separate tools for CI/CD, security, and repo management.

What about the implementation team?

I can share concrete ROI metrics and examples that focus on time saved, costs avoided, and risks reduced. For instance, with deployment automation, before GitLab, it took two engineers one to two hours per deployment, but after implementing GitLab CI/CD, it only needs one engineer and takes 10 to 15 minutes, resulting in a 70 to 85% reduction in deployment effort and saving dozens of engineering hours per month. Additionally, we see cost avoidance from reduced production incidents, so automated tests, approvals, and pipelines minimize human error, showing a 30 to 40% reduction in deployment-related incidents, which results in less downtime and fewer after-hours escalations.

What was our ROI?

After adopting GitLab, I can share some measurable outcomes. Before GitLab, deployment time took one to two hours for manual steps and coordination, and now it is down to 10 to 15 minutes, reflecting a 75 to 85% reduction in deployment time. Regarding release frequency, previously we had one to two releases per week, but now we achieve daily or on-demand releases, resulting in a three to five-fold increase in release frequency. In terms of production incidents, we faced frequent post-deployment issues before GitLab, but we now see a noticeable drop due to automated tests and approvals, with a 30 to 40% reduction in deployment-related incidents.

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

The setup cost was moderate and not very high. For GitLab SaaS, the initial setup cost was minimal, while self-managed GitLab involved infrastructure, VM storage backups, runner configuration, and integrations, which I also found moderate.

Which other solutions did I evaluate?

Before choosing GitLab, I did evaluate other options, specifically Bitbucket in combination with Jenkins. We started exploring Bitbucket, but after weighing the pros and cons, I decided to move to GitLab.

What other advice do I have?

I would advise others looking into using GitLab to definitely go for it because it has really good features. Start simple, then scale by not building complex pipelines from day one; instead, begin with basic build, test, and deploy stages, adding security scans, approvals, and optimizations gradually. This keeps pipelines readable and reduces early frustrations.

Use reusable CI/CD templates to create organization-wide pipeline standards, which improves consistency, decreases duplication, and speeds up onboarding. Additionally, invest early in a runner strategy to decide between SaaS runners and self-hosted runners, planning for auto-scaling and isolation to prevent runner bottlenecks. Finally, monitor and optimize pipelines by tracking duration and failure rates, removing slow or flaky jobs to ensure fast feedback that keeps developers engaged and productive.

The reviews I provided are genuinely positive because I find GitLab to be an excellent product for us in IT. Honestly, there are other products in the market that serve as alternatives to GitLab, but I cannot envision working in IT, especially in servers, deployment, or CI/CD, without GitLab. I am a huge fan of GitLab, and my experience working with it has been wonderful; it has greatly aided our teams by reducing human errors and the number of personnel required. My overall review rating for GitLab is 9 out of 10.

Which deployment model are you using for this solution?

Public Cloud

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


    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.


    CHIRAG P.

Efficient Code Version and DevOps platform with powerful CI/CD

  • August 26, 2025
  • Review provided by G2

What do you like best about the product?
The seamless integration of version controll, CI/CD pipilines and project management in a single platform.
What do you dislike about the product?
Some features feel heavy on resources and the UI can be slow at times.
What problems is the product solving and how is that benefiting you?
it streamlines code collaboratino, automates deployments, and improves team productivity by keeping everything in one place.


    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.