No more typing reviews! Try our Samantha, our new voice AI agent.

Share your experience using AWS CodeDeploy

The easiest route - we'll conduct a 15 minute phone interview and write up the review for you.

Use our online form to submit your review. It's quick and you can post anonymously.

Your review helps others learn about this solution
The PeerSpot community is built upon trust and sharing with peers.
It's good for your career
In today's digital world, your review shows you have valuable expertise.
You can influence the market
Vendors read their reviews and make improvements based on your feedback.
Examples of the 105,000+ reviews on PeerSpot:

Harsh Shrivastava - PeerSpot reviewer
Senior Software Engineer at Thomson Reuters
Real User
Top 5Leaderboard
Jan 28, 2026
Automated deployments have reduced downtime and now deliver faster, consistent releases
Pros and Cons
  • "AWS CodeDeploy has positively impacted my organization by significantly reducing deployment times to achieve zero downtime during deployments."

    What is our primary use case?

    AWS CodeDeploy is a deployment service that automates application deployments to various compute services. My main use cases include automated application deployments to Amazon EC2 instances, on-premises servers, AWS Lambda, and Amazon ECS.

    In my projects, I have deployed backend services through AWS CodeDeploy to EC2 instances. For every release and pre-development release planned for production, I use AWS CodeDeploy to deploy to all four AWS EC2 instances, which allows me to achieve the desired output.

    The primary use case for AWS CodeDeploy is automatic application deployment, which I consider the best aspect of the service.

    What is most valuable?

    AWS CodeDeploy offers several valuable features, including deployment to fleets of EC2 servers, on-premises servers deployed to data center infrastructure, AWS Lambda for serverless function updates, and Amazon ECS for containerized applications.

    The feature I use most frequently is deployment to Amazon EC2 instances, where I deploy backend services to EC2 servers, enabling zero-downtime deployment. AWS CodeDeploy supports rolling updates, blue-green deployments, and canary deployments to minimize or eliminate downtime. Additional standout features include consistent deployments across environments, the ability to deploy to development, staging, and production environments, centralized control, integration with CI/CD pipelines, and automatic rollback.

    AWS CodeDeploy has positively impacted my organization by significantly reducing deployment times to achieve zero downtime during deployments. Generally, it takes very little time for backend services to be deployed to EC2 instances.

    What needs improvement?

    AWS CodeDeploy can be improved by optimizing deployment strategies using blue-green deployments, configuring appropriate minimum health hosts to balance speed with reliability, enhancing the AppSpec file, keeping lifecycle hooks efficient and lightweight, improving monitoring and feedback, speeding up deployments, strengthening CI/CD integrations, and improving reliability while using best security practices.

    Deployments can be accelerated much more by reducing artifact size through excluding unnecessary files, using S3 Transfer Acceleration for large deployment packages, pre-installing dependencies in AMIs rather than during deployment, and running deployment scripts in parallel where possible.

    For how long have I used the solution?

    I have been using AWS CodeDeploy for the past six years.

    What do I think about the stability of the solution?

    AWS CodeDeploy is quite stable.

    What do I think about the scalability of the solution?

    AWS CodeDeploy's scalability is quite good. I can definitely scale it to a much higher extent whenever required and can downgrade when needed, as its features support scalability with infrastructure.

    How are customer service and support?

    The customer support has been excellent. I have faced some issues and they were resolved very quickly.

    How would you rate customer service and support?

    Which solution did I use previously and why did I switch?

    Previously, I was using Azure for deployments, but I switched to AWS CodeDeploy because of the pricing, features, and performance it provides, including improved monitoring and feedback available in AWS CloudWatch.

    What was our ROI?

    I have definitely seen a return on investment. The time saved is the main advantage, and I can realize many benefits such as accelerated deployments and reasonable costs overall.

    The time saved is the main advantage of AWS CodeDeploy, and the costs have been quite reasonable.

    What's my experience with pricing, setup cost, and licensing?

    The pricing for AWS CodeDeploy has been quite reasonable. It is better compared to peers like Azure, and the licensing cost and setup cost are both quite good for AWS.

    Which other solutions did I evaluate?

    Before choosing AWS CodeDeploy, I evaluated Azure as an alternative. However, AWS CodeDeploy's performance and its features, including best practices for security, reliability, and CI/CD integration as well as deployment speed and strategies, have been quite strong.

    What other advice do I have?

    My advice to others looking into using AWS CodeDeploy is to use it to maximize capabilities in terms of reducing deployment times. It scales with infrastructure so you can deploy to one instance or thousands without issues.

    I have already explained numerous features and aspects of AWS CodeDeploy, including scalability benefits, multi-environment support, concurrent deployments, blue-green deployment at scale, autoscaling integration, and core scalability features. I would rate this product a 9 out of 10.

    Which deployment model are you using for this solution?

    Private Cloud

    If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

    Amazon Web Services (AWS)
    Disclosure: My company does not have a business relationship with this vendor other than being a customer.
    Last updated: Jan 28, 2026
    Flag as inappropriate
    Mahadev Metre - PeerSpot reviewer
    DevOps Engineer at Paydoh
    Real User
    Top 5Leaderboard
    Jul 4, 2025
    YAML configuration and cloud integration simplify tasks and enhance AWS resource flexibility
    Pros and Cons
    • "One advantage we have with AWS CodeDeploy is its hassle-free accessibility through IAM roles and permissions, allowing us to give specific permissions while adhering to the least privileges rule of IAM."

      What is our primary use case?

      My usual use cases for AWS CodeDeploy involve utilizing it as an AWS service, which is a subservice of CodePipeline. AWS CodePipeline is a whole package of services which consists of AWS CodeDeploy and CodeBuild, all together forming a full-fledged pipeline for AWS Cloud. If you are looking for a pipeline and you are already a customer of AWS, then that's a go for you there.

      In terms of flexibility, we have only used AWS CodeDeploy for cloud deployments; we do not have any on-premises servers for AWS CodeDeploy. The only on-premises resource we have is a database on AS/400, which does not require deployment. Thus, our company has a strictly cloud use case for AWS CodeDeploy.

      What is most valuable?

      The features and capabilities of AWS CodeDeploy that I have found most valuable are that it is very user-friendly, and the codebase we can use there, specifically the tech stack, is YAML configuration. YAML is quite user-friendly itself, so if you just understand the basic concepts of YAML, then you're good to go. However, people face some problems with the YAML tech stack, as it is very strict with indentation and the placement of attributes. Overall, it's very strict with indentation and how it interprets our input. For example, in a stage where an environment is defined, there should be two spaces followed by an environment key and value. Knowing YAML is essential before working on AWS CodeDeploy, as the YAML file controls the service.

      AWS CodeDeploy's integration with other AWS services contributes significantly to scaling, monitoring, and security in my deployment processes by requiring IAM permissions. This is the only gateway for it to obtain permission to perform any tasks or triggers. One advantage we have with AWS CodeDeploy is its hassle-free accessibility through IAM roles and permissions. Being an AWS service, it operates on ARNs, which are identifiers. When we refer to these codes in IAM policies, we can give specific permissions while adhering to the least privileges rule of IAM. This makes it quite good and flexible with AWS resources, unlike third-party options.

      What needs improvement?

      AWS CodeDeploy could improve in several areas. While it handles everything and operates as a cloud service managed by AWS, its pricing can be reconsidered. There are too many options available for connecting repositories to AWS CodeDeploy for pulling code and building outputs. Additionally, it should provide more flexibility with the YAML structure, particularly in checking indentation within AWS CodeDeploy itself, instead of requiring third-party applications. Overall, it looks good without major drawbacks.

      For how long have I used the solution?

      I have been using AWS CodeDeploy for around two years.

      What was my experience with deployment of the solution?

      I have not utilized AWS CodeDeploy's blue/green deployment feature because I recently used blue/green deployment in Jenkins CI/CD. Since it's an AWS CI/CD, we have only used this for a single use case. Blue/green deployment is a whole new architecture where two deployments happen one after the other, and we didn't find it feasible to proceed with AWS CodeDeploy for blue/green deployment.

      What do I think about the stability of the solution?

      I consider AWS CodeDeploy to be stable, but it could be better in certain aspects. It works for single-user use and can be utilized by multiple teams. However, I have faced issues with the YAML structure in CodeDeploy, including difficulties in storing secrets. AWS does offer Secrets Manager as a vault, but the lack of a dedicated secret storage system within AWS CodeDeploy itself can impact its robustness. Other services, such as GitHub and CircleCI, possess built-in mechanisms for environment variables and secrets, making them more efficient. Thus, if AWS CodeDeploy could flesh out its secret management better, it would enhance its overall stability.

      What do I think about the scalability of the solution?

      I view AWS CodeDeploy as scalable because there are servers in the background. If you're running a simple build, it operates on Linux or Ubuntu servers, and for iOS builds, it utilizes macOS servers. AWS CodeDeploy is not merely a cloud service; it has its own structured working framework behind the scenes. The AWS team manages scalability, so if your workspace imposes a heavy load, AWS handles that load management for you, although this attention to scalability may impact billing during the billing period.

      How are customer service and support?

      I would rate the technical support for AWS CodeDeploy an eight out of ten.

      How would you rate customer service and support?

      Positive

      Which solution did I use previously and why did I switch?

      Before using AWS CodeDeploy, my experience with iOS deployments was nonexistent, but for other deployments, we initially used Jenkins and later CircleCI, which offered 20,000 credits for free. Due to the restrictions associated with AWS CodeDeploy, I opted for CircleCI. Ultimately, we shifted to GitHub Actions as it provides 30,000 credits for free during the initial period, making our deployments based on GitHub Actions rather than AWS CodeDeploy due to cost constraints.

      How was the initial setup?

      Regarding the initial setup of AWS CodeDeploy, I can say that as I started around two years ago, the navigation was quite complex initially due to having to understand multiple resources: CodeBuild, AWS CodeDeploy, AWS CodePipeline, and CodeArtifact. I needed to familiarize myself with what each of these resources does, how they function, and their background workings. This required time and thorough research before I began utilizing them effectively. Setting aside time for R&D is essential before getting started with any resource.

      What other advice do I have?

      I find it mandatory to integrate monitoring and logging when using AWS CodeDeploy because it is crucial to have total knowledge of what is happening during the deployment of our code structure to a server or a static resource S3. For this purpose, we use CloudWatch, which is a pre-built option we can select during configuration. This logging and monitoring resource provided by AWS helps developers or DevOps engineers to troubleshoot issues with ease. After deployment, monitoring is also essential as we can check the availability of resources and ensure their health status. Integrating all kinds of monitoring features is mandatory and flexible for developers, DevOps, or anyone involved.

      One of the positive impacts I have noticed from working with AWS CodeDeploy is that when I recently needed to build a pipeline for iOS apps, it required a macOS server fitting within the company's budget. If it did not fit, we would have had to look for alternatives. AWS CodeDeploy had its own pre-built environment for iOS deployment, which allowed us to choose it over other alternatives as the iOS code build requirements were quite specific. AWS CodeDeploy handles everything, allowing us to simply provide commands in the form of a YAML file, taking care of all the back-end activity for us.

      I have not used the automatic scaling feature of AWS CodeDeploy myself because my primary focus has been on building applications and pushing them to TestFlight or the Apple Developer account. There has been no need for deployment in this case, just a build and product export. As such, we haven't required any high availability or scaling for our tasks.

      In terms of pricing and return on investment with AWS CodeDeploy, I reflect on the initial period where we faced numerous errors and troubleshooting challenges, resulting in significant bills. The auditing process was extensive as we had to clarify the reasons for these high costs, which the company had to absorb. For macOS fleets, documentation indicates that a server instance can be reserved for a minimum of 24 hours. This means if a person uses AWS CodeDeploy even once, they reserve that instance for the entire 24 hours and incur charges for that time. Therefore, if daily use occurs, it leads to continual billing. This aspect of pricing created some frustration, and I've participated in many meetings discussing these audits.

      I have not decreased my personal usage of AWS CodeDeploy, but in the context of my company's budget and environment, my company recently stopped utilizing AWS CodeDeploy. Specifically, this change occurred about a week ago. While it may seem I have stopped using AWS CodeDeploy, I still work hands-on with YAML regularly, utilizing it daily for Kubernetes and other tech stacks. Additionally, I have my own personal AWS account, where I continue to test various services to ensure I remain up-to-date.

      My overall rating for AWS CodeDeploy is 8 out of 10.

      Which deployment model are you using for this solution?

      Public Cloud

      If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

      Amazon Web Services (AWS)
      Disclosure: My company does not have a business relationship with this vendor other than being a customer.