Phase 85 modules

CI/CD Pipelines

Automate your delivery pipeline. Source control, CodeBuild for testing, CodeDeploy for zero-downtime releases, CodePipeline orchestration, and deployment strategies.

Modules in This Phase

Module 47

Module 47: Source Control & CodeCommit

Every piece of your cloud infrastructure starts as a file. CloudFormation templates, CDK constructs, Lambda function code, pipeline definitions, Dockerfiles, Kubernetes manifests, configuration parameters. If these files are not under version control, you have no audit trail, no ability to roll back

Lesson Lab Quiz Resources
Module 48

Module 48: AWS CodeBuild

Every CI/CD pipeline needs a build step. Code must be compiled, dependencies must be installed, tests must be run, and artifacts must be packaged for deployment. Traditionally, teams maintained dedicated build servers (Jenkins instances, self-hosted runners) that required patching, scaling, and capa

Lesson Lab Quiz Resources
Module 49

Module 49: AWS CodeDeploy

Building and testing code is only half the story. The other half is getting that code running safely on your production infrastructure. Manual deployments are slow, error-prone, and terrifying. They do not scale, they do not provide consistency, and they offer no automatic recovery when something br

Lesson Lab Quiz Resources
Module 50

Module 50: AWS CodePipeline

You now know how to store code (Module 47), build code (Module 48), and deploy code (Module 49). But without orchestration, these are disconnected manual steps. Someone has to trigger the build after a commit. Someone has to take the build artifact and hand it to CodeDeploy. Someone has to verify th

Lesson Lab Quiz Resources
Module 51

Module 51: Deployment Strategies

Deploying software is inherently risky. Every deployment is a change to a running system, and every change has the potential to introduce defects, performance regressions, or outages. The question is not whether something will eventually go wrong during a deployment. The question is how fast you can

Lesson Lab Quiz Resources

Phase 8 Exam

Test your knowledge of all 5 modules in this phase. 25 questions, 70% required to pass.

60–90 minutes25 questions70% passing
Take the Exam