top of page

Breaking Apart AWS CodePipeline and assembling enterprise pipelines

Updated: Jun 19, 2023

In this post we will discuss the key parts of a well architected aws codepipeline, and what that looks like.


We will break apart an existing pipeline, and use some ninja commands and methods to put it back together better, including scaling pipelines horizontally to assemble enterprise grade stacks.


We will also add some controls for governance & approval mechanisms to ensure successful & true CI/CD with our 100% native AWS CodePipeline.


This article is a sub-section of the bigger topic & Series: The Anatomy of a Well Architected AWS Project .







[TODO]



TODO: visual annotated codepipeline






TODO: backup pipeline.json file explanation



14 views0 comments

Recent Posts

See All

Understanding The AWS CodeBuild buildspec.yml File

In this post, we will focus on some of the important layers of the buildspec.yml file, in order to assemble our stack and it's layers the right way, like constructing a delicious application cake ;-)

bottom of page