
Overview

Product video
GitLab is a single application for the entire DevOps lifecycle. GitLab provides project planning, source code management, CI/CD, and monitoring in a single application enabling concurrent DevOps to make the software development lifecycle 200% faster.
This listing is for 5 GitLab users only. In order to support true-up charges please contact GitLab Sales directly to facilitate a Private Offer at: aws-sales@gitlab.com
Highlights
- The entire DevOps lifecycle in one application.
- Gain visibility and insight into how your business is performing.
- Keep strict quality standards for production code with automatic testing and reporting.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Buyer guide

Financing for AWS Marketplace purchases
Pricing
Dimension | Cost/hour |
|---|---|
c4.large Recommended | $6.43 |
Vendor refund policy
No refund
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
contact seller for installation support
Additional details
Resources
Vendor resources
Support
Vendor support
Priority Support is included with all self-managed GitLab Premium and Ultimate licenses
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.


Standard contract
Customer reviews
Integrated task tracking and documentation have streamlined collaboration and code workflows
What is our primary use case?
My main use case for GitLab is utilizing it in three main ways: one is using the Issues and Epics tracking for tasks, the second way is using the Wiki, which is the documentation feature, and then the third way is for code management.
Out of those three, I find myself using the Issues and Epics tracking feature the most often. I really quite like it because I find it clear and clean to use, and it works well when using it with numerous people.
We use the Issues feature to record our tasks and assign those out, as well as recording the description of what the task requires. Then we use the Epics feature to group the issues into categories, which makes it easier to track the tasks at a higher level.
What is most valuable?
In my opinion, the best features GitLab offers are the Issues and Epics feature, which I find very clean and clear to use, and it is very quick and responsive. I also quite value the Wiki feature because both of those are built into the same platform, making it very easy to bounce between the two and create links between the boards and the Wiki.
The ability to link between the boards and the Wiki helps my workflow and collaboration with my team by ensuring that if we have any tasks that need to be carried out, we have them on the Issues board, and we write runbooks in the Wiki on how to carry out the task. We copy the link of the Wiki and put it into the description of the tickets so that when someone is working on the ticket, they can very quickly go over to the Wiki and know how to carry out their task, which saves us time.
GitLab has positively impacted our organization by making our code very secure because GitLab prides itself on security. Storing code in GitLab is a very secure way to do it, and from an operational efficiency and time-saving perspective, the Issues and Epics board is definitely helpful, offering a few benefits operationally.
What needs improvement?
The only feature I have used in GitLab that I thought could be improved is their code generation feature. When I previously used it, some of my questions were met with responses saying that it did not know the answer, and some responses were incorrect as well. I understand this is something new for them, so they are still developing it, but I do not feel that it is in a position where I would use it regularly just because it is not very reliable right now.
For how long have I used the solution?
I have been working in my current field between five to ten years.
What do I think about the stability of the solution?
GitLab is very stable. I have not seen any instability issues.
What do I think about the scalability of the solution?
GitLab is highly scalable and could very easily scale to thousands of code repos, which is necessary for any organizational size.
How are customer service and support?
The customer support for GitLab is very good, and I have no complaints because they have always been quite helpful. I would rate the customer support a ten out of ten because I have never had any issues with them before, and they are very knowledgeable.
How would you rate customer service and support?
Positive
Which solution did I use previously and why did I switch?
What was our ROI?
I have seen a return on investment. Any company that generates its own code and develops applications needs a code base, so it is more of a necessity rather than choosing something because it results in a measurable benefit. However, in terms of operational efficiency, a ten to twenty percent increase in speed could quite easily be seen from using the Issues and Epics tracking feature.
What's my experience with pricing, setup cost, and licensing?
Which other solutions did I evaluate?
Before choosing GitLab, I did evaluate other options, and the main competitors I considered were GitHub and Bitbucket. They are great as well, and all three are brilliant, but GitLab, in my opinion, has the cleanest UI, which sets it apart.
What other advice do I have?
I would recommend others to use GitLab because it is a great tool and there are not any real major drawbacks, just a minor one related to the AI code generation. I have given this review an overall rating of nine out of ten.
Role-based workflows have transformed daily deployments and improve team collaboration
What is our primary use case?
GitLab is a major help for DevOps automation, primarily for version controlling and deployment purposes. I use GitLab for DevOps automation and version control in my daily work by creating many branches for each environment through which deployments can be controlled and version control can be maintained. When we need to make a change only for the dev environment, we simply make the code change for the dev branch, and only the servers connected to the dev branch receive those changes applied while the rest remains the same. In a similar way, we can particularly target a group of servers, which prevents other issues from occurring. GitLab helps tremendously in this purpose.
What is most valuable?
GitLab has role-based access control, so when a team member needs to make a code change, they cannot directly apply it to the environment but must put in a merge request. Once a senior reviews the code and approves it, then it is implemented across the environment, making it safer and allowing everyone to experience the process.
The best features GitLab offers are version control and automation, which are the major things that stand out to me. When it comes to access, the login is very smooth, with just one login integrated with our Okta, allowing everyone to log in easily. Deployments become much easier, and that is how GitLab helps.
The automation features make my work easier because we use a tool called AWX, which is connected to GitLab. Whenever we run a job on AWX, it directly checks the code and uses it. Since the code is not preserved locally but kept in the cloud, it is safe and nobody can tamper with it. When it comes to safety, that is a major thing. Automation features allow the code to be accessed from any tools we use, so the jobs we run are helping tremendously and doing their work perfectly.
For pipeline tasks, we have created a significant amount of pipelines, which are all hosted in GitLab. Running the pipelines has become much easier, and they are doing a perfect job, helping tremendously in our day-to-day activities.
GitLab has positively impacted my organization because previously we stored code locally on servers, leading to many risks. Since GitLab came into our environment, our integration and deployments became much easier, helping our work become much smoother.
Improvements from GitLab have led to better team collaboration because when several people are working, they can all edit the code and submit it as a merge request, and once approved, it reflects directly to the main branch. Many can work at the same time. When it comes to deployments, deploying has become much faster since we started using GitLab, and even if errors occur, we can spot them easily and troubleshoot, which has helped tremendously.
What needs improvement?
I believe GitLab can be improved by making integration with other platforms a little easier. I understand it is a matter of security, but it would be much more helpful if it could integrate with other tools more seamlessly.
When it comes to speed, if multiple users are committing their codes, it takes a bit longer, which I think can be improved. Fine-tuning resources might help, but apart from that, I have not felt many improvements, as everything is going smoothly.
For how long have I used the solution?
I have been using GitLab for the last five years.
What do I think about the scalability of the solution?
GitLab has been very scalable in my experience. Even as our count of servers and applications grows, we can still support our needs with GitLab, which is why I find it very scalable.
How are customer service and support?
I have had experiences with GitLab's customer support, and they have been very supportive. I have not faced any issues from their side till today.
How would you rate customer service and support?
Negative
Which solution did I use previously and why did I switch?
I have not used a different solution before GitLab. From the day I started working in my organization, I have been using GitLab. While I heard they were storing all the codes locally on servers previously, I have not experienced that.
Which other solutions did I evaluate?
Before choosing GitLab, my organization evaluated other options such as Jira and Atlassian, but the major advantage of GitLab led us to choose it.
What other advice do I have?
I would rate GitLab a 10 on a scale of one to ten because it is perfect in all ways. I choose 10 because the offerings provided by GitLab are very useful in aspects like deployment, team collaboration, and deployment speed, all of which GitLab helps with tremendously.
If you are looking for faster deployment, team collaboration, version control, and better use of CI/CD pipelines, my advice is that GitLab is the best option for you, so go and try it out. I give GitLab an overall rating of 10.
Supports daily deployments with streamlined workflows and could improve pipeline startup time
What is our primary use case?
GitLab serves as my main DevOps platform for managing our repository and code base, as well as for pipeline integration of our system.
We maintain all our projects in GitLab with separate folders for project files, and we use GitLab to manage our projects. We also use GitLab pipeline to deploy in our dev environment, QA environment, and production, as well as for creating patches.
How has it helped my organization?
GitLab has positively impacted my organization by being faster than other platforms and providing the best user interface and features. Creating merge requests is easy, and it makes it simple to use for new joiners.
What is most valuable?
GitLab's best features are its built-in CI/CD and pipeline integration, which can be easily connected to AWS or other deployment platforms. The CI/CD pipeline integration is the most valuable aspect for me, and it also provides an easy user interface to create merge requests, merge, and create branches.
The CI/CD pipeline integration has helped my workflow by allowing us to use the .gitlab-ci.yml file to integrate and write our pipeline codes, where we include build jobs, test jobs, and deploy jobs directly with our AWS for S3 using CI/CD variables for push.
In GitLab pipelines, both manual and automatic integration are offered for the pipeline runner, and pipeline logs are provided, which are very useful for DevOps engineers and developers for debugging.
What needs improvement?
GitLab can be improved by being more responsive in the UI and offering better pricing for premium features, which would be useful for small startups. While GitLab's CI/CD is powerful, it is somewhat complex in certain aspects.
It would be better if the GitLab and Jira integration were more flexible and easier to integrate with Jira for task management in the future.
For how long have I used the solution?
Since I joined my company, we have been using GitLab for our repo maintenance, so I have been using it for more than two years.
What do I think about the stability of the solution?
In my experience, GitLab is stable; however, sometimes it takes much time to start the runner and gets stuck in a pending situation, possibly due to traffic issues.
What do I think about the scalability of the solution?
GitLab handles growing workloads and users well, and its scalability is good, but the downtime issue is a concern because it sometimes takes too long to start the runner.
Which solution did I use previously and why did I switch?
Earlier, I did my personal projects using GitHub before I joined my current organization, which uses GitLab, and that is the reason for switching. I personally prefer GitLab over GitHub because it is user-friendly and easy to work with.
My current organization started with GitLab.
What other advice do I have?
I would advise others looking into using GitLab that it is a perfect platform for organization-level repository management and pipeline CI/CD features are very useful and easy to use.
I have shared everything I feel and noted the pros and cons of GitLab as a user. Overall, I rate GitLab positively, giving it a seven out of ten because I have been using GitLab for more than two and a half years and have not faced many difficulties. However, in some cases, I got stuck with runners getting delayed to run, which can be annoying.
Which deployment model are you using for this solution?
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Basic features work well but improvements in efficiency and security are needed
What is our primary use case?
To store the data.
What is most valuable?
Git merging allows us to track the details of how and who has done what. This is the best feature which is useful for all companies.
As we are using it in Kubernetes clusters, we don't have any issues.
What needs improvement?
For how long have I used the solution?
Approximately four to five years.
What do I think about the stability of the solution?
Recently we had an issue where an employee left the company and their commits were erased. We raised a request with GitLab support, but they were unable to help because they could not find the root cause of what went wrong. We restored the data from previous backups.
What do I think about the scalability of the solution?
GitLab is suitable for small and mid-size organizations, but not for enterprise use.
How are customer service and support?
We raised a request with GitLab support when an employee's commits were erased, but they were unable to help because they could not find the root cause of what went wrong.
How would you rate customer service and support?
Positive
Which solution did I use previously and why did I switch?
I worked with GitLab Enterprise at a previous company. GitLab Enterprise is far better than the free version. For enterprise-level customers, we can recommend GitLab Enterprise. Regarding competitors, we have explored GitHub , Bitbucket , and CircleCI . However, GitLab Enterprise has more features than any of these tools.
What about the implementation team?
I am working with Kyndryl , which is part of IBM. They have their own decision-making team who manages these aspects.
What's my experience with pricing, setup cost, and licensing?
We are currently using general GitLab, not GitLab Premium .
Which other solutions did I evaluate?
We are using Jira and Confluence , but not Bitbucket .
What other advice do I have?
We are currently using GitLab integrated with Sonar for code vulnerability checks, Jenkins , Camunda , and XL Deploy. We use Camunda to deploy folders and XL Deploy for server deployment.
We are not using the security features on the GitLab side, as we use different tools for that purpose. My team is not using the GitLab merge request process, but we work on providing GitLab access for admin activities, as developers are in different teams handling development and merge requests.
We are using basic features currently, so I cannot comment on detailed functionality comparisons. Every versioning control tool provides similar basic features, and we are not utilizing the full functionality of GitLab.
The system is easy to use.
On a scale of 1-10, this solution rates a 7.
Efficient version tracking saves time and money while leaving room for potential improvements
What is our primary use case?
We are not using the community version of GitLab, but we are using it for ticketing and publishing the tool versioning.
What is most valuable?
The best features of GitLab are versioning and keeping track of the versions.
GitLab helps me save time and provide financial benefits, as keeping track of the updated version and the changes is money and time-saving.
GitLab has CI/CD pipeline capabilities.
What needs improvement?
For how long have I used the solution?
I have been working with GitLab for probably six to seven years.
What do I think about the stability of the solution?
I am satisfied with GitLab's security, and we have not experienced any problems so far.
What do I think about the scalability of the solution?
Regarding scalability, I did not face any issues with GitLab supporting my projects.
How are customer service and support?
I have not contacted GitLab's technical support.
How would you rate customer service and support?
Neutral
What was our ROI?
I have seen benefits from using GitLab, since my directors and the team are using it, they must be happy with it.
What other advice do I have?
I rate GitLab seven out of ten because nothing is perfect. I think we have to finish the conversation. I have told you what I could tell you.