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.
I remember it was a Node.js API that I deployed to some EC2 instances. I was trying to use PM2, a process manager, to deploy the application to the end users.
Digital Technology Analyst at a tech services company with 10,001+ employees
MSP
Top 5
Feb 12, 2025
I primarily use CodeDeploy for deploying infrastructure on AWS, specifically for deployments and modifications when changes are made. It is used to manage and create infrastructure.
Systems Lead Developer at Columbia University Medical Center
Real User
Top 20
Jan 20, 2025
My primary use case is for deploying work that I have done on the server. I have created YAML files that are in the local code, which automatically run to perform deployment into AWS via GitHub. Setting it up took some time, but subsequent runs take minutes.
We use CodeDeploy to deploy services onto different platforms within AWS, such as EC2 services or containers like EKS, which is part of Kubernetes, or Elastic Container Services like ECS. This depends on the platform we wish to deploy on.
Senior Project Engineer at a tech vendor with 10,001+ employees
Real User
Top 5
Aug 29, 2024
I mostly use it for Jenkins. While using Jenkins, I have been using AWS CodeDeploy. We have been doing deployments using EKS and containerized cluster deployments. Mostly on-prem applications only. We have been working on it.
I recommended using AWS CodeDeploy for a small customer, an institute that wanted their application replicated on AWS. AWS CodeDeploy was chosen for its simplicity and ease of integration. Unlike other tools that require extensive scripting for each stage, it offers a drag-and-drop functionality, making the deployment process easy.
AWS CodeDeploy is a service that automates code deployments to any instance, including Amazon EC2 instances and instances running on-premises. AWS CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during deployment, and handles the complexity of updating your applications. You can use AWS CodeDeploy to automate deployments, eliminating the need for error-prone manual operations, and the service scales with your infrastructure so you can easily deploy...
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.
I remember it was a Node.js API that I deployed to some EC2 instances. I was trying to use PM2, a process manager, to deploy the application to the end users.
I primarily use CodeDeploy for deploying infrastructure on AWS, specifically for deployments and modifications when changes are made. It is used to manage and create infrastructure.
My primary use case is for deploying work that I have done on the server. I have created YAML files that are in the local code, which automatically run to perform deployment into AWS via GitHub. Setting it up took some time, but subsequent runs take minutes.
We use CodeDeploy to deploy services onto different platforms within AWS, such as EC2 services or containers like EKS, which is part of Kubernetes, or Elastic Container Services like ECS. This depends on the platform we wish to deploy on.
I mostly use it for Jenkins. While using Jenkins, I have been using AWS CodeDeploy. We have been doing deployments using EKS and containerized cluster deployments. Mostly on-prem applications only. We have been working on it.
The solution is used to run things on servers.
I recommended using AWS CodeDeploy for a small customer, an institute that wanted their application replicated on AWS. AWS CodeDeploy was chosen for its simplicity and ease of integration. Unlike other tools that require extensive scripting for each stage, it offers a drag-and-drop functionality, making the deployment process easy.
We use CodeDeploy to deploy code across multiple instances and servers.