April 2022
Intermediate to advanced
520 pages
10h 19m
English
In this chapter, we will create a continuous integration/continuous deployment (CI/CD) pipeline for a microservice application. This pipeline will comprise all the native services of Amazon Web Services (AWS). In this pipeline, you will be learning all the small details that are required to set up a production-grade pipeline, with an example. We will create a pipeline by taking care of the security aspect of the application code using CodeGuru Reviewer, as well as a Docker image using an Elastic Container Registry (ECR) scan. We will use Parameter Store for storing secrets and will access it in the build stages. We will be using the AWS Developer toolchain for version control systems (VCS) and orchestration ...