From the course: AWS Certified Developer - Associate (DVA-C02) Cert Prep

Unlock this course with a free trial

Join today to access over 23,200 courses taught by industry experts.

AWS CodeDeploy overview

AWS CodeDeploy overview

- [Narrator] Now let's look into AWS CodeDeploy. In the previous section, we saw how CodeBuild can be used as a continuous integration service. This time we'll see CodeDeploy as a continuous deployment service. So first, what is continuous deployment? Continuous deployment is a software development strategy wherein code changes that pass automated tests from a build service like CodeBuild are deployed automatically into an application environment. And this can be your production test or development environment. In a nutshell, continuous integration prepares code that is ready to deploy and continuous deployment is a stage that comes after it that will take care of the code deployment for you. AWS CodeDeploy is a fully managed deployment service that automates software deployments to different sorts of compute services, such as Amazon EC2, AWS Lambda, Amazon ECS, and AWS Fargate. It also supports deployments to on-premises…

Contents