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

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

External reviews

489 reviews
from and

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


3-star reviews ( Show all reviews )

    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.


    Pedro G.

Still scratching the surface of what Circle CI can do

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
Easy to use and high level support team.
What do you dislike about the product?
Pricing plan in terms of credit is not always the best.
What problems is the product solving and how is that benefiting you?
Decreased build time.


    Health, Wellness and Fitness

Easy CI setup

  • February 04, 2020
  • Review provided by G2

What do you like best about the product?
Automatically deploy depending on which branch is pushed to; easy integration with Github to ensure tests pass before merge
What do you dislike about the product?
Finding some settings in the UI can be difficult
What problems is the product solving and how is that benefiting you?
Requiring QA and unit tests to pass prior to merge to prevent regressions; not having to deploy anything manually


    Masahiro K.

CircleCI is very good tool but there're some problem with on-premises

  • September 30, 2019
  • Review provided by G2

What do you like best about the product?
I can write the configuration for CircleCI very easily.
And I can login to the build job container using SSH, this is a big advantage than Jenkins.
I also manages Jenkins cluster. With Jenkins, users want us to install plugins they want to use.
CircleCI uses containers to build each jobs so users can install any dependencies of their application even if it is a system components like glibc.
Also, other users using CircleCI can login to their job.
This means the user can do trouble shooting by their selves. This is a big advantage than Jenkins, too.
What do you dislike about the product?
We're using CircleCI enterprise on our on-premise servers, not AWS.
With this environment, we cannot use docker on CircleCI Jobs.
This means we cannot build Docker images on CircleCI, need to prepare other docker host to build them...
With this reason, I cannot recommend to use CircleCI to my colleagues in my company.
All features except docker related issues are very good so this is very, very disappointment thing...
What problems is the product solving and how is that benefiting you?
I'm testing and building my application on CircleCI.
I can test my application with very easy YAML formatted configuration file.
The jobs are run in containers, separated environment. so there's no problems related with other jobs.
I also release my application if the git branch is master.
We can use manual approval in the CircleCI workflow, it makes us being able to use CircleCI for Continuous-Deployment with production release.
Recommendations to others considering the product:
CircleCI is very good tool to do Continuous-Integration or Continuous-Delivery if you can use circleci.com or run CircleCI Enterprise on AWS.
If you want to run your on on-premise servers, it causes some painful situation.


    Media Production

CI for everyone

  • September 18, 2019
  • Review provided by G2

What do you like best about the product?
I had a good experience with Circle CI/CD platform and would recommend it to everyone.
What do you dislike about the product?
It was a company account and when the person who set it up left all jobs came to stop.
What problems is the product solving and how is that benefiting you?
Every commit is potentially a release candidate. CircleCI streamlines the process of deployment.
Recommendations to others considering the product:
Consider your commits as release candidates and CI/CD as automatic way to deliver those candidates into production environment. CI/CD tools greatly help to minimize Lead Time KPI.


    Verified User in Computer Software

We used CircleCI last few years. But now we considering move to github action.

  • September 18, 2019
  • Review provided by G2

What do you like best about the product?
I think CircleCI most powerful feature is macOS hosting. I was use to Jenkins. But it needs macOS server to using iOS. We are using AWS but unfortunately AWS doesn't support macOS. So CircleCI was good alternative.
What do you dislike about the product?
Sometimes It is hard to find out build error on CircleCI. I had a few experiences that fail build. So we are considering move to Github actions.
What problems is the product solving and how is that benefiting you?
CircleCI was almost all solution about CI including macOS support. Specially I liked simple usage through yml.


    Information Technology and Services

Automation helps our team deliver fast

  • September 17, 2019
  • Review provided by G2

What do you like best about the product?
E2e test with screenshots is very helping, Easy integration with AWS.
What do you dislike about the product?
Takes a long time to build and test large application
What problems is the product solving and how is that benefiting you?
Gated check-in


    Museums and Institutions

Worthwhile 3rd Party CI/CD Tool

  • September 17, 2019
  • Review provided by G2

What do you like best about the product?
It has a nice dashboard where you can find all of the relevant projects you are currently working on and what their status is in their deployment and if it had passed or failed any tests.
What do you dislike about the product?
The setup was a little cumbersome of getting the configuration correct, but that's part of the process until there's a GUI based system built in like Github Actions.
What problems is the product solving and how is that benefiting you?
Automating the deployment process and ensuring all of our code is properly tested before it reaches production - continuous integration/continuous deployment tests run on each pull request before they're merged into master.
Recommendations to others considering the product:
I would say make the configuration process a little easier as it can already be such a daunting task of trying to get it just right.


    Hamza G.

Great experience using CircleCi

  • September 17, 2019
  • Review provided by G2

What do you like best about the product?
The setup of CircleCi is very easy and simple, we can quickly write a full workflow, with linter, formatter and test builder
What do you dislike about the product?
I can't run CircleCi locally for iOS apps
What problems is the product solving and how is that benefiting you?
Facilite the PR reviews
Formatting & linting the code
Running unit tests
Sending report
Generating the documentation


    Information Technology and Services

Promising feature set, macOS build support, some confusing documentation.

  • September 17, 2019
  • Review provided by G2

What do you like best about the product?
Support for macOS builds is the 'killer feature'. Simple YAML configuration language.
What do you dislike about the product?
The documentation is scattered among being relevant to 1.0, 2.0, or 2.1 versions of the configuration language. No direct support for local builds of 2.1 configs. No easy way to build containers in one step/command and then use it in a later step/command.
What problems is the product solving and how is that benefiting you?
Building iOS apps. Much simpler configuration language than Jenkinsfiles (though also less flexibility.)
Recommendations to others considering the product:
Start with 2.1 configuration version. Use the CLI to test configs locally.