Jenkins pipelines

Earlier we have our Integration and Delivery pipelines chained together, taking code and producing and AMI artifact. Our next task is to design a third pipeline to take that AMI and deploy it into our production environment.

Before we can create the new job in Jenkins, we need to make the code for it available via Git:

We will examine the files in detail shortly, for now just create and populate a demo-app-cdeployment CodeCommit repository. Similar to our other repositories, the new one would have an URL such as https://git-codecommit.us-east-1.amazonaws.com/v1/repos/demo-app-cdeployment ...

Get Implementing DevOps on AWS now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.