TrustRadius: an HG Insights company

AWS CodeDeploy Reviews & Insights

Score10 out of 10

13 Reviews and Ratings

AWS CodeDeploy Reviews

2 Reviews
Mid-sized Companies (51-1,000 employees)

Improved and is expanding.

Rating: 10 out of 10
Incentivized

Use Cases and Deployment Scope

Deployment of an update in different servers became easier. For other regions, the methodology was to go to each server, create the package, deploy it in the staging server, verify it, and then send it to production. We can make it on one server and replicate it on the others. This allowed for a more streamlined update and increased efficiency.

Pros

  • Deployment group.
  • Deployment automation.
  • Deployment versioning.

Cons

  • Create a code environment.
  • Adding AI to assist with possible errors.
  • More videos to instruct newcomers.

Likelihood to Recommend

Getting the code from Git Hub, uploading it to the repository, making changes, and deploying it to a specific environment makes AWS tremendous and easy to work with. Once you know how to do it, it is easy to replicate. On the other hand, if you are new, it gets confusing, and you need guidance on the steps to take not to compromise the application.
Vetted Review
AWS CodeDeploy
4 years of experience

A simplified way to manage complex code pipelines

Rating: 7 out of 10
Incentivized

Use Cases and Deployment Scope

We use AWS CodeDeploy to manage our deployment pipeline. Several squads often have competing branches for features that need to be deployed into various environments for code checks and testing. AWS CodeDeploy gives us a tool to ensure that we do not deploy over one another and makes it clear to our QA/UAT teams when and where features are available so we can test them expediently.

Pros

  • Simplifies checking the status of code branches
  • Streamlines the deployment process
  • Integrates into our Slack workflow for reserving environments

Cons

  • When deploying a branch, sometimes the repository won't auto-populate, and you have to add the source manually

Likelihood to Recommend

AWS CodeDeploy is helpful for managing multiple code pipelines and deployments to multiple environments. I use it primarily with help from our QA team when we need to ensure that branches get merged into environments with certain feature sets so the code changes can be tested appropriately. Aside from a few obtuse steps involved with loading the repository, it is straightforward to use and gives clear progress indicators.