Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Create Continuous Delivery Pipelines on AWS Using CDK
Rating: 4.3 out of 5(135 ratings)
1,276 students

Create Continuous Delivery Pipelines on AWS Using CDK

AWS DevOps - Build serverless continuous delivery pipelines on AWS CodePipeline using infrastructure as a code with CDK
Created byTofig Hasanov
Last updated 5/2022
English

What you'll learn

  • Creating fully automated CI/CD pipelines on AWS using CDK
  • Setting up cross-region and cross-account deployments
  • Configuring automated testing and notifications
  • Managing pipeline as a code
  • Creating gradual deployments with automated rollbacks
  • Creating synthetic traffic to application with Canaries using CloudWatch Synthetics

Course content

9 sections51 lectures5h 22m total length
  • Introduction and how to get help1:29

    Hello! My name is Tofig, and I am excited to teach you how to create continuous delivery pipelines on AWS using real code with CDK.

    In this course we will create a pipeline that will deploy a demo application. We will start from scratch so you will be able to follow along and I highly recommend that you do, as I think that will make learning more fun and effective.

    Before we jump into the course, I would like to remind you that there are several ways you can get help along the way. If at any point you get stuck or have questions, check the Q&A section of the lecture to see if anyone else already had this question. You can also send me a direct message on Udemy by going to profile and clicking “Send Message”. Finally, you can also email me directly on my email here. This is my first course on Udemy, and I am eager to get feedback, so if you feel that some lecture is hard to understand or can be improved, please let me know and I will do my best to improve the course.

    Finally, I would like to remind you that all code written throughout this course can be found in these GitHub repos, so if you get stuck or need a reference, you can find the code with all the commits in there. Each lecture where we write code will additionally include link to the source code at that particular commit.

    Now that introductions are done, let’s jump into the course and learn!

  • Setting up AWS budget alert1:26

    In this lecture we will:

    • Create AWS Budget to track our spending

    • Set up a notification when total AWS cost goes above the budget

Requirements

  • Know programming fundamentals (preferably experience with JavaScript/Typescript)
  • Have some experience with AWS

Description

Want to build awesome continuous delivery pipelines using real code instead of json and yaml files? You'll learn that in this couse

How about adding automated integration tests? Want to spice that up with gradual deployments, synthetic traffic, and multi-region/multi-account deployments! This course has got you covered!

Thinking of starting a new project and want to embrace continuous integration? You've got to have CD pipeline for that, and I'll teach you how to create one!

--------

Welcome to my course! My name is Tofig and I am a software developer and a Solution Architect with over 6 years of experience building on AWS.

In this course we will learn how to build continuous deployment pipelines on AWS. Our pipeline will pick up changes from the repository, build them, and deploy through a series of steps, such as deployment to test and production environments. And the great thing is that we will build all this deployment infrastructure in a real programming language, Typescript, using AWS Cloud Development Kit. CDK is a game changer for infrastructure development, as it allows us to define cloud infrastructure in a reusable and composable way.

Deployment automation is a highly demanded skill, especially in the world of microservices. In this course you will learn skills that will boost speed and quality of your deployments. As a result, you and your team will work faster and more efficiently.

This course is going to be very hands-on. Together, we will take a demo application and build a fully automated pipeline for it from scratch. We will start with a simple pipeline that takes changes from the repository, builds them and deploys to production. Then we will gradually increase complexity by adding more functionality to it. For example, we will add deployment to test environment, automated testing, monitoring, alarming, and rollbacks. You will learn how to work with AWS services such as CodePipeline, CodeBuild, and CodeDeploy. You will also learn how to use AWS CDK to define AWS infrastructure using a real code, with compile time checks and unit testing.

We are going to explore every step of the way in details to make sure that you understand exactly what and why we are building and how it all works. We will build everything in a scalable and production ready way, without taking any shortcuts, so that you can take what you learned and apply it in your daily work immediately. Every topic we cover will include explanation of how and when it can be applied in a real world scenario, so that you are able to make right decisions in your own projects. All the code is available for you on GitHub, so that you can refer to it if needed.

So sign up now and become a continuous deployment master, taking you and your team to the next level of development experience!

Who this course is for:

  • Software developers or DevOps engineers who want to create CI/CD pipeline on AWS using infrastructure as a code with CDK