HOME > Development > DevSecOps DevOps with Jenkins, Kubernetes, Terraform AWS

DevSecOps DevOps with Jenkins, Kubernetes, Terraform AWS

  • Development
  • Feb 17, 2025
SynopsisDevSecOps & DevOps with Jenkins, Kubernetes, Terraform &a...
DevSecOps DevOps with Jenkins, Kubernetes, Terraform AWS  No.1

DevSecOps & DevOps with Jenkins, Kubernetes, Terraform & AWS, available at $84.99, has an average rating of 4.54, with 53 lectures, 1 quizzes, based on 522 reviews, and has 6204 subscribers.

You will learn about Learn to create AWS Infrastructure to implement DevSecOps with Terraform Learn to perform Continuous integration and Continuous Deployment using Jenkins in AWS Learn DevSecOps implementation with Jenkins Learn to implement GitOps in AWS Learn SAST Integration with Jenkins Learn to deploy web application on Kubernetes cluster (EKS) with Jenkins Learn SCA Integration with Jenkins Learn DAST Integration with Jenkins Learn to deploy Jenkins on EC2 instance using Terraform This course is ideal for individuals who are DevSecOps Engineers or DevOps Engineers or Information Security Engineers or Cloud Security Engineers It is particularly useful for DevSecOps Engineers or DevOps Engineers or Information Security Engineers or Cloud Security Engineers.

Enroll now: DevSecOps & DevOps with Jenkins, Kubernetes, Terraform & AWS

Summary

Title: DevSecOps & DevOps with Jenkins, Kubernetes, Terraform & AWS

Price: $84.99

Average Rating: 4.54

Number of Lectures: 53

Number of Quizzes: 1

Number of Published Lectures: 51

Number of Published Quizzes: 1

Number of Curriculum Items: 58

Number of Published Curriculum Objects: 56

Original Price: $19.99

Quality Status: approved

Status: Live

What You Will Learn

  • Learn to create AWS Infrastructure to implement DevSecOps with Terraform
  • Learn to perform Continuous integration and Continuous Deployment using Jenkins in AWS
  • Learn DevSecOps implementation with Jenkins
  • Learn to implement GitOps in AWS
  • Learn SAST Integration with Jenkins
  • Learn to deploy web application on Kubernetes cluster (EKS) with Jenkins
  • Learn SCA Integration with Jenkins
  • Learn DAST Integration with Jenkins
  • Learn to deploy Jenkins on EC2 instance using Terraform
  • Who Should Attend

  • DevSecOps Engineers
  • DevOps Engineers
  • Information Security Engineers
  • Cloud Security Engineers
  • Target Audiences

  • DevSecOps Engineers
  • DevOps Engineers
  • Information Security Engineers
  • Cloud Security Engineers
  • Course Updates:

    v 5.0 – May 2024

  • Added DevSecOps Handbook document in Section 12

  • Added lecture on Terraform Basics in Section 2

  • v 4.0 – Jan 2024

  • Added lecture on Jenkins UI change in Section 5

  • Updated GitHub Repos in Section 5 to install Java 17 on EC2 instance using Terraform and to use sonar.token instead of sonar.login

  • Added debugging lecture to fix cleanup issues with Terraform in Section 10

  • v 3.0 – April 2023

  • Updated Install Jenkins Shell script to fix breaking changes related to Jenkins installation on EC2 instance

  • Updated course with newer video of Lecture 9 to cover New AWS IAM Console Changes

  • Added Screenshots for Lecture 17 to identify VPC ID in your AWS account

  • v 2.0 – Feb 2023

  • Updated course with newer videos on Integrate JIRA with SonarCloud/SonarQube in Section 11

  • Added Quiz and Assignments on Terraform and Jenkinsfile

  • v 1.0 – June 2022

  • Updated course with newer videos on Cleanup Resources in AWS in Section 10

  • Who shall take this course?

    This “DevOps & DevSecOps with Jenkins, Kubernetes, Terraform & AWS” course is designed for Security Engineers, DevOps Engineers, SRE, QA Professionals and Freshers looking to find a job in the field of security. This is a focused DevOps/DevSecOps course with a special focus on integrating SAST/SCA/DAST tools in Jenkins pipeline with infrastructure created with Terraform and K8S.

    Learn and implement security in DevOps pipeline, get Hands On experience in using Security tools & technologies.

    This course is for:

  • Developers

  • DevOps

  • Security Engineers

  • Aspiring professional in the Security domain

  • Quality Assurance Engineers

  • InfoSec/AppSec Professional

  • DevSecOps being the hot skill, will help you to secure a high-salaried job and stay informed on the latest market trends.

    Why purchase this course?

    This is only practical hands-on course available on the internet till now.

    DevSecOps enables rapid application development with agility, at the same time it secures your application with automated security checks integrated within the pipeline. It helps to increase productivity and security by integrating security stages in the pipeline.

    Also, we have included practical examples to implement security in the DevOps pipeline through various tools.

    By the end of the course, you will be able to successfully implement DevOps or DevSecOps pipeline and lead initiatives to create, build and maintain security pipelines in your project.

    No Action required before taking this course. For any question or concerns, Please post your comments on discussions tab

    Disclaimer: English subtitles are auto-generated so please ignore any grammar mistakes

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Introduction and Course Agenda

    Lecture 2: Quick tips on enhancing learning experience

    Lecture 3: About the Course

    Lecture 4: Understand End to End Case Study that will be implemented in this course

    Chapter 2: Basics about DevSecOps and Security

    Lecture 1: What is DevSecOps?

    Lecture 2: Tools used for DevSecOps

    Lecture 3: Basic Security Terms used in this course

    Lecture 4: Terraform Basics

    Chapter 3: Install Terraform and AWS CLI on Windows Machine

    Lecture 1: Download Terraform on Windows Machine and Configure PATH in windows machine

    Lecture 2: Create AWS Free Tier Account

    Lecture 3: Create AWS Admin User

    Lecture 4: Install AWS CLI and Authenticate with AWS

    Lecture 5: Install Visual Studio Code on Windows Machine

    Chapter 4: Work with Terraform to create DevSecOps Infrastructure in AWS

    Lecture 1: Install Git on Local System (If not already installed)

    Lecture 2: Clone Terraform Repo On Local System

    Lecture 3: Open the Terraform Repo in Visual Studio Code

    Lecture 4: Understand Terraform Script to create AWS Infrastructure for DevSecOps

    Lecture 5: Understand shell script to install softwares on EC2 instance using Terraform

    Lecture 6: Understand variables file in TF and create AWS Key pair to create EC2 using TF

    Lecture 7: VPC Id for the infra creation

    Lecture 8: Run Terraform Script to create AWS Infrastructure for DevSecOps

    Chapter 5: DevSecOps with Jenkins on AWS EC2 instance – Integrate SAST in DevSecOps

    Lecture 1: Find Jenkins Password and Complete Jenkins Setup

    Lecture 2: New Jenkins UI Update: Global Tool Configuration renamed to Tools

    Lecture 3: Configure Maven in Jenkins

    Lecture 4: Install Required Plugins in Jenkins

    Lecture 5: What is SonarCloud and its benefits?

    Lecture 6: Create an account with SonarCloud

    Lecture 7: Integrate SonarCloud in Jenkins Pipeline

    Chapter 6: Integrate SCA scan in Jenkins DevSecOps pipeline

    Lecture 1: What is Snyk and its benefits?

    Lecture 2: Create an account with Snyk

    Lecture 3: Integrate and run SCA scan in DevSecOps pipeline using Jenkins

    Chapter 7: Build and Push Docker image to AWS ECR before Kubernetes deployment

    Lecture 1: Understand docker image Build and Push Code and create docker login in Jenkins

    Lecture 2: Create AWS ECR and create AWS credentials in Jenkins credential manager

    Lecture 3: Build and Push docker image to AWS ECR

    Chapter 8: Deployment to Kubernetes cluster (EKS) in AWS

    Lecture 1: Create Kubernetes Cluster (EKS) using EKSCTL utility

    Lecture 2: Add Kubernetes deployment stage in DevSecOps pipeline and add kube login

    Lecture 3: Deploy Buggy web application on Kubernetes (EKS) using DevSecOps pipeline

    Chapter 9: Integrate DAST scan in Jenkins DevSecOps pipeline

    Lecture 1: What is OWASP ZAP and its benefits?

    Lecture 2: Understand code written for integrating DAST scan in DevSecOps pipeline

    Lecture 3: Run DAST scan and End to End DevSecOps pipeline using Jenkins

    Chapter 10: Cleanup all the resources created in this course

    Lecture 1: Cleanup resources created in the course using eksctl and Terraform

    Lecture 2: Debugging: Some useful commands to fix issues during cleanup

    Chapter 11: Report security vulnerabilities in JIRA

    Lecture 1: Hands On: Create a JIRA account with Atlassian with custom JIRA site

    Lecture 2: Hands On: Report SAST security issues in JIRA identified by SonarCloud

    Lecture 3: Hands On: Report SCA security issues in JIRA identified by Snyk

    Lecture 4: Hands On: Report DAST security issues in JIRA identified by OWASP ZAP

    Lecture 5: Hands On: Integrate JIRA with SonarCloud to create tickets with one-click

    Chapter 12: Next Steps and Bonus section

    Lecture 1: DevSecOps Handbook

    Lecture 2: Optional: Application Security As a Career

    Lecture 3: Sample DevSecOps Engineer CV

    Lecture 4: Bonus Lecture

    Instructors

  • DevSecOps DevOps with Jenkins, Kubernetes, Terraform AWS  No.2
    Raghu The Security Expert
    App Security | DevSecOps | Pen Test | Testing | Automation
  • Rating Distribution

  • 1 stars: 5 votes
  • 2 stars: 6 votes
  • 3 stars: 54 votes
  • 4 stars: 178 votes
  • 5 stars: 279 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!