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.


    Internet

Circle CI has been helpful in preventing regressions to production user-facing code

  • July 28, 2022
  • Review provided by G2

What do you like best about the product?
Circle CI running automated tests to help prevent regressions. These automated tests catch errors that my local dev set up does not catch, which implies circle CI is necessary for writing bug free code.
What do you dislike about the product?
Fairly often tests timeout when running circle CI, and then I need to restart the test. When I restart the test, I sometimes have to wait 20 - 30 minutes. This eats into the development cycle with a lot of waiting time.
What problems is the product solving and how is that benefiting you?
Circle CI solves the problem of testing production code end-to-end using similar-to-production test infrastructure and that benefits me by performing testing that mirrors production better than my local set up does.


    Elliot P.

CircleCI is easy to set up, easily configured, and rarely goes down.

  • July 28, 2022
  • Review provided by G2

What do you like best about the product?
I like that it is easy to set up. The github integration made setup very fast.
What do you dislike about the product?
Configuring which branch/tag a pipeline should run on is difficult because the "filters" are all OR filters, not AND filters. It would be nice to be able to use both.
What problems is the product solving and how is that benefiting you?
CircleCI gives us the confidence to deploy our application regularly. We spend very little time on deployments compared to previous companies I've worked with.


    Staffing and Recruiting

CircleCI is great for monitoring automated processes

  • July 28, 2022
  • Review provided by G2

What do you like best about the product?
CircleCI has a lot of great integrations with developer tools and an easy-to-use interface.
What do you dislike about the product?
Sometimes it can get a little difficult to find the information you need to fix a broken automation.
What problems is the product solving and how is that benefiting you?
We are using CircleCI to automate our development builds and testing pipeline.


    Information Technology and Services

Circle CI is good, but needs improvements

  • July 28, 2022
  • Review provided by G2

What do you like best about the product?
portal is the best feature, the UI really helps get things clear
What do you dislike about the product?
triggers for files need two workflows and orb usage
What problems is the product solving and how is that benefiting you?
automation for CI/CD, benefits us with faster deliverable for product led growth


    Marketing and Advertising

Circle CI is great but is down too often.

  • July 28, 2022
  • Review provided by G2

What do you like best about the product?
Easy Integration with our deployments. Great documentation and fair pricing.
What do you dislike about the product?
Downtime is inconvenient and frequent. Often blocks unexpected hotfixes that are not planned.
What problems is the product solving and how is that benefiting you?
Automated deployments as opposed to manual. Increase in velocity and testing - It is great that many errors are caught early by circle ci.


    Financial Services

Saved a lot of time and Induced a lot of discipline into team.

  • July 28, 2022
  • Review provided by G2

What do you like best about the product?
1. Approval Mechanism
2. Easy to use UX
3. Alerts and Notification system
What do you dislike about the product?
1. UI can be better
2. Analytics can be added
What problems is the product solving and how is that benefiting you?
1. Reduced time in spending on deployments
2. Induced a lot of discipline


    Computer & Network Security

Super stable CI/CD app

  • July 28, 2022
  • Review provided by G2

What do you like best about the product?
Stable application, huge functionality, modern futures, fast deployment
What do you dislike about the product?
Limitations of the free version, although the product is not very expensive
What problems is the product solving and how is that benefiting you?
improve modern continuous integration


    Uri H.

Easy to use CI software

  • July 28, 2022
  • Review provided by G2

What do you like best about the product?
Ease of use for their yml configuration files
What do you dislike about the product?
I feel as though their runners are costing a lot more than if I'd run them myself and I would expect the difference to not be that great
What problems is the product solving and how is that benefiting you?
Easily running CI pipelines in the cloud without worrying about spinning up servers


    Computer Software

good jenkins replacement

  • July 28, 2022
  • Review provided by G2

What do you like best about the product?
- parallel pipeline execution
- ease of configuration
What do you dislike about the product?
- difficult to identify results among the various builds
What problems is the product solving and how is that benefiting you?
code deployment - easy integration with terraform


    Angelina S.

I enjoy working with this tool

  • July 28, 2022
  • Review provided by G2

What do you like best about the product?
You can easily figure out which step is blocking the build since you can see details of the whole process. We have notifications in Slack when our Selenium tests are failing which makes more eyes dig into the issue.
What do you dislike about the product?
There is always something to improve and to make debugging process easier and faster. Of course, improving velocity will be a great lift and will make CI processes more pleasant.
What problems is the product solving and how is that benefiting you?
Debugging issues, which tests are failing, what should be fixed in order to be built. Merging conflicts > What code should be updated in order to avoid unpleasant surprises