May 2023
Intermediate to advanced
602 pages
14h 1m
English
In this chapter, you will learn about the AWS CodePipeline service, its benefits, and its limitations. We will combine all our knowledge from previous chapters to create a pipeline for our sample aws-code-pipeline project. You will understand how CodeCommit, CodeBuild, and CodeDeploy services integrate using CodePipeline.
In this chapter, we will be covering the following topics:
In previous chapters, we learned about the CodeDeploy service and how we can deploy applications to the EC2 instances and the Elastic Container ...