From the course: AWS for DevOps: Continuous Delivery and Process Automation

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using CodeDeploy

Using CodeDeploy

- [Narrator] In the previous movie, we looked at the code build tool and I manually kicked off a deployment by clicking the release change in our particular continuous deployment pipeline. And you can see since I stopped that recording and started this one that the code commit has succeeded that step and we are now on the build step. So while that's running, we'll look at yet another service that you could associate to your CD pipeline and that's the code deploy service. So you may remember from previous discussion that the deployment consists of deploying your code and the code has to be generally built in some fashion whether it's validated in the case of JavaScript or Node so like an NPM command might be run if you have a package .json using certain versions of node libraries or it might need to be more formally built if you're using a language like Java. In addition to that when you deploy, you're also deploying the code that builds the AWS service infrastructure and that's coming…

Contents