Ci And Cd With Aws Codepipeline Jenkins And Aws Codedeploy

Tags: Jenkins

Learn DevOps skills with rising demand. Continuous integration and continuous delivery in the AWS cloud

Last updated 2022-01-10 | 4.1

- Learn what is continuous integration (CI)
- continuous delivery and continuous deployment (CD)
- Learn why CI and CD is important (especially in fast paced startup environment)
- Maintain and version control database schema in an automated fashion via Sqitch

What you'll learn

Learn what is continuous integration (CI)
continuous delivery and continuous deployment (CD)
Learn why CI and CD is important (especially in fast paced startup environment)
Maintain and version control database schema in an automated fashion via Sqitch
Build an automated CI and CD pipeline with AWS CodePipeline
Jenkins and AWS CodeDeploy
Learn how to setup automatic build and deployment notifications within AWS CodeDeploy
Deploy AWS EC2 virtual machine instances
Deploy PostgreSQL database in AWS RDS

* Requirements

* Access to a free or paid account for Amazon AWS
* Basic information about software development processes
* Desire to learn something new and continuous improvement

Description

Today the technology sector is experiencing a boom throughout the world. There are hundreds of startups launching every day.  In order to move fast - these startups need people who are skilled at automating as much as possible. Mostly progressive startups - favor implementing completely automated DevOps pipelines from the get go.  They realize that these practices of continuous integration (CI) and continuous delivery (CD) will yield tremendous benefits regarding speed and agility. The demand for these skills has been steadily rising over the last few years.

AWS CodePipeline and AWS CodeDeploy is a highly scalable and configurable toolset from Amazon AWS which enables us to build very sophisticated automated build and deployment pipelines.

Jenkins is an award-winning open source toolset which enables us to build very sophisticated automated build pipelines very quickly. It has extensive community support which has augmented the core functionality of Jenkins by building and sharing hundreds of very useful plugins. 

Implementing continuous integration, continuous delivery and continuous deployment with these tools and frameworks can help us immensely in reducing the risk within our software development lifecycle. It catches us bugs early and increases the quality of our software products. This, in turn, reduces the overall cost to develop innovative software in any environment - startups and enterprise alike.

The demand for professionals who have experience with these tools has been growing steadily over the last few years. The salaries and consulting rates for these skills have also been rising and are only bound to go up as the demand for these skills remains steady or increases. Professionals with AWS and Jenkins experience can demand as much as $130K as their yearly compensation and these jobs pay more than majority of the jobs posted on US job boards.

In this course we will:

  • Learn about CI & CD and why it is important
  • Learn about installing and configuring Amazon AWS EC2 machines
  • Learn about installing and configuring PostgresSQL database in Amazon RDS
  • Learn about AWS CodePipeline, Jenkins and AWS CodeDeploy
  • Build an automated CI and CD pipeline 
  • Learn how to version control and manage relational database schema
  • Run the CI pipeline to maintain build artifacts
  • Learn how to configure automated build notifications

Who this course is for:

  • Developers and DevOps Engineers
  • Tech Founders and Co-Founders (Technical or Non-Technical)
  • Mobile and Web App Developers
  • IT Administrators
  • Software Architects

Course content

7 sections • 33 lectures

Welcome & course overview Preview 03:58

A welcome message to all the learners to this course - Continuous integration, continuous delivery and continuous deployment with AWS CodePipeline, Jenkins and AWS CodeDeploy. 

This lecture also provides an overview of what are we going to learn in this course.

Becoming an Online Instructor Preview 09:05

Prepare for the course Preview 02:10

Software build and release processes Preview 02:27

In most software projects – the process of building and deploying the software can be broken down into 3 major phases. In this lecture we will review these phases.

Why implement continuous integration, delivery and deployment Preview 02:59

In this lecture we will review the benefits of continuous integration, continuous delivery and continuous deployment.

A simple CD pipeline with AWS CodePipeline and AWS CodeDeploy Preview 12:29

In this lecture we will go through a quick walk-through of a setting up a continuous deployment pipeline of a very simple web app using AWS CodePipeline and AWS CodeDeploy.

AWS CodePipeline Preview 01:43

In this lecture we will go over an overview of AWS CodePipeline.

How AWS CodePipeline works? Preview 02:06

In this lecture we will review how AWS CodePipeline works.

AWS CodeDeploy Preview 01:43

In this lecture we will go over an overview of AWS CodeDeploy.

How AWS CodeDeploy works? Preview 02:21

In this lecture we will review how AWS CodeDeploy works.

Deployment with AWS CodeDeploy Preview 04:44

In this lecture we will review how AWS CodeDeploy can help us deploy our code via rolling deployments thus reducing any downtime.

Jenkins Preview 01:57

In this lecture we will go over an overview of Jenkins.

How Jenkins works? Preview 01:11

In this lecture we will review how Jenkins works.

Continuous delivery with AWS CodePipeline, Jenkins and AWS CodeDeploy Preview 01:15

In this lecture we review how AWS CodePipeline, Jenkins and AWS CodeDeploy work together to build a continuous integration, continuous delivery and continuous deployment pipeline.

AWS, CI, CD & DevOps - oppotunities, jobs and salaries Preview 01:14

In this lecture we talk about jobs and opportunities for AWS, devopscontinuous integration, continuous delivery and continuous deployment.

Project setup Preview 02:37

CI & CD with relational databases Preview 02:44

Project component setup Preview 00:53

Setup postgreSQL database in AWS RDS Preview 13:04

Setup Node.JS HAPI RESTful API project Preview 12:23

Setup sqitch (database schema management framework) Preview 21:06

CI and CD pipeline deep dive Preview 00:54

Setup AWS roles and prerequisites Preview 06:21

Setup Jenkins in AWS EC2 Preview 16:55

Create AWS CodeDeploy application Preview 04:15

Review appSpec.yml file Preview 04:00

Setup Jenkins job Preview 05:13

Build CD pipeline with AWS CodePipeline Preview 10:14

Next steps Preview 00:37

Build and deployment notifications Preview 06:48

CI & CD pipeline with source code changes Preview 07:29

CI & CD pipeline with database schema changes Preview 04:15