Learn some important facts to remember about CodePipeline.
- [Instructor] A few things to remember about this…before moving on,…CodePipeline is a tool to help you with the creation…of continuous integration and deployment pipelines.…It integrates with various tools,…such as Jenkins, GitHub, Bitbucket, and of course,…code commit, code build, and code deploy.…Although not every step needs to generate a binary artifact,…Unix does for example,…a great feature of CodePipeline…is that it passes the result of one station…onto the next one.…For example, you don't need to tell code deploy…where to find the latest revision…since CodePipeline will take it from code build…and pass it to code deploy.…
If you use Jenkins, this tool feels very familiar to you.…However, Jenkins is a software…that you need to install and manage.…CodePipeline is a service,…meaning you just need to setup your CICD pipeline…and you're done.…No service to manage and no software to install.…Your pipelines can be as simple as…source code, build, and deploy.…Or they can be complex,…deploying to many servers, execute automated tests,…
Released
12/11/2018- Checking in source code with CodeCommit
- Building code in CodeBuild
- Deploying code with CodeDeploy
- Creating a DevOps pipeline with CodePipeline
- Creating and deploying an Elastic Beanstalk application
Share this video
Embed this video
Video: CodePipeline key points