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

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

AWS CodePipeline overview

AWS CodePipeline overview

- [Instructor] Now, let's talk about AWS CodePipeline. So far, we've seen AWS CodeCommit as version control, AWS CodeBuild as a continuous integration service, and CodeDeploy as a continuous deployment service. With these three services, you can implement the popular strategy in software development known as CI/CD. The CI in CI/CD, as you may already know, stands for continuous integration, and CD may refer to continuous deployment or continuous delivery. You might encounter different variations of CI/CD, but at the end of the day, the ultimate goal of it is to give organizations the ability to release code revisions as safely and quickly as possible out to production. We've seen what continuous deployment is, but we're not familiar with continuous delivery yet. AWS CodePipeline is actually a continuous delivery service, and we'll get to it in a while. What I want to talk about first is the difference between continuous deployment and continuous delivery. These two could be confusing…

Contents