Section 2: Developing, Deploying, and Using Infrastructure as Code
In this part, we are going to apply the concepts required to automate a CI/CD pipeline. You will learn about incorporating testing, managing artifacts, and deployment/delivery strategies.
This part of the book comprises the following chapters:
- Chapter 6, Understanding CI/CD and the SDLC
- Chapter 7, Using CloudFormation Templates to Deploy Workloads
- Chapter 8, Creating Workloads with CodeCommit and CodeBuild
- Chapter 9, Deploying Workloads with CodeDeploy and CodePipeline
- Chapter 10, Using AWS Opsworks to Manage and Deploy your Application Stack
- Chapter 11, Using Elastic Beanstalk to Deploy your Application
- Chapter 12, Lambda Deployments and Versioning
- Chapter 13, Blue Green Deployments