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

Reviews from AWS customer

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

488 reviews
from and

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


    Information Technology and Services

CI/CD made simplehas never been easier and dependable

  • February 05, 2020
  • Review provided by G2

What do you like best about the product?
CircleCI is integrated with BitBucket which makes it easy to use. It works with BitBucket Pipelines which makes build and test automatic.
What do you dislike about the product?
CircleCI, for a total beginner can be a bit intimidating to use. But with proper introduction and familiarization, it can be a very powerful tool in developing software fast. The cost per user can be reviewed as it is a bit pricy. And its user interface could be improved as it is not as user friendly at first.
What problems is the product solving and how is that benefiting you?
CircleCI gave us the technology to use CI/CD. It is easy to setup and performs well. It does the automation quite good.
Recommendations to others considering the product:
Give it a try. It is a solid solution for CI/CD.


    Alex P.

Great tools, Excellent support

  • February 05, 2020
  • Review provided by G2

What do you like best about the product?
CircleCI is an industry standard for cloud verification and testing of code. The fact it's a managed platform means you can work on any repo from any location, on any machine, all without ever merging bugs or errors.

The support team are both very friendly, and very knowledgable, and have always replied in a timely manor even for the lowest of support tiers.
What do you dislike about the product?
Sometimes the setup is a little complicated, which you can expect with any highly configurable service. But there are multiple guides out there, and once a repo has been configured, you won't need to edit it again for a while.
What problems is the product solving and how is that benefiting you?
Stability in code between team members. We use Rubocop and RSpec to ensure everything looks the same and runs the same.
Recommendations to others considering the product:
Watch out for caching! That's the only issue we seem to run into.


    Dillon P.

Great platform

  • February 05, 2020
  • Review provided by G2

What do you like best about the product?
The ability to automate deployments and Orbs are very useful so to make setting everything up much easier.
What do you dislike about the product?
The UI is still a bit glitchy and I need to refresh my page to get updates.
What problems is the product solving and how is that benefiting you?
It is greatly increased the deployment speed and ease of deployment.
Recommendations to others considering the product:
It's a great product the free version and its integration with Github is very useful and easy to set up


    Internet

Easy to use continuous integration service that has a lot of pre-built integrations

  • February 05, 2020
  • Review provided by G2

What do you like best about the product?
the abundant examples and pre buit integrations they call orbs.
What do you dislike about the product?
For more advanced workflows sometimes it takes a lot of trial and error to debug what is wrong and the documentation is not great when things get more sophisticated.
What problems is the product solving and how is that benefiting you?
make it easy to deploy software into the cloud using Docker containers and have relative confidence that what is being deployed is being tested.
Recommendations to others considering the product:
CircleCI is a straightforward, well document and robust continuous integration platform to use and can save you days/weeks of time from having to maintaining and building your own CI system.


    Matheus B.

The best CI ever

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
The .yml configs, the docs and the website
What do you dislike about the product?
I don't really like the way that we are billed
What problems is the product solving and how is that benefiting you?
With a CI/CD to a private organization.
Recommendations to others considering the product:
It's the best software development tool to use with Continuous Integration and Continuous Development. 100% recommended


    Hospital & Health Care

It Integrates, It Deploys, ad it does so continuously!

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
Integration with github works pretty well. I like that I can click in Github and then it wil lautomatically bring me to Circler CI and there I can see what the error is although sometimes it is hard to scroll to find the error I am looking for. I have no strong feelins on the old vs the new interface, they are both alright if you ask me
What do you dislike about the product?
some menu options are confusing, especially when deploying and trying to find it under workflow vs. jobs. I often have to search for where something I just deployed it running, and once or twice thought it did not run when it did because I was looking in the wrong place. Also apparently theres a dicfference if I click on the repo name vs click on the master branch name in the dropdown and i dont really get why
What problems is the product solving and how is that benefiting you?
Great for finding errors that crop up
Recommendations to others considering the product:
I don't have any strong feelings one way or the other. It gets the job done I guess. That's mostly all I ask for.


    Computer Software

Good stuff

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
Easy to learn, and adopt + teach to others
What do you dislike about the product?
Documentation is not the best nor most fluid
What problems is the product solving and how is that benefiting you?
CI on web apps
Recommendations to others considering the product:
Better documentation/More concrete examples.Possibility of videos?


    Program Development

CircleCI has been very beneficial to our test automation

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
Our automated testing has been able to run smoothly and provide us an in depth overview of our systems functions
What do you dislike about the product?
Some of our tests are having difficulties with timing within the system, these have however been able to be handled successfully.
What problems is the product solving and how is that benefiting you?
We have solved a problem where we were using multiple systems to run our integration tests and to provide reports on the outcome, Circle CI has provided us all of these along with the added benefit of providing feedback daily of how are tests are running and information on failures encountered.
Recommendations to others considering the product:
I would definitely recommend giving CircleCI a try, it is simple to implement and you will see benefits immediately


    Aaron V.

I am a software QA engineer that uses CircleCI to check tests before releasing our product.

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
I really enjoy the workflow layout. Helps keep track of every piece in the deployment process.
What do you dislike about the product?
Sometimes, the page will finish loading but will not show the workflows layout, like it doesn't render or something.
What problems is the product solving and how is that benefiting you?
Moving very fast in a development team means we break a lot of tests. CircleCI shows us this before checking the program manually.


    Marketing and Advertising

Simple and Reliable

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
CircleCI helps to increase the speed at which me and my team can release new updates. CircleCI gives us more faith that the updates that we push out our customers will be functioning correctly. The UI is easy to use, and the integration with GitHub makes it simple to address problems that do arise.
What do you dislike about the product?
At times, CircleCI can be annoying, but only because it is forcing us to do the work that we don't want to do but really should be. Flaky tests can kill deployments, but at the end of the day this pushes us to fix our flaky tests which is really a good thing.
What problems is the product solving and how is that benefiting you?
Linting, testing, and formatting code are three separate issues that we use CircleCI to address. When we deploy, we run tests through CircleCI to ensure that all three of these issues are addressed, allowing the team to deploy faster and have greater faith that the code we release is ready for production.
Recommendations to others considering the product:
I would definitely recommend CircleCI for Agile teams or teams that like to deploy quickly. It is an extremely versatile tool.