• Post category:StudyBullet-8
  • Reading time:3 mins read


Build a application with AWS to automate infrastructure.use cases of CDK and create a Fibonacci generators

What you will learn

What is CDK?

Simple demo to see the power of CDK in action

Use cases of AWS CDK

Building Fibonacci generators application

Description

In Collab with Manoj learn how to automate infrastructure with AWS CDK.

The AWS Cloud Development Kit ( CDK ) is a game-changer when it comes to provisioning cloud applications. CDK allows you to do away with clunky YAML and JSON templates and harness the full power of a programming language for provisioning your cloud infrastructure. CDK can be a very intimidating topic however and difficult to understand. Newcomers can get overwhelmed and not know where to begin.

This course is designed to do away with the complexities of learning CDK and teach you in a clear and concise manner the following :

ยท What is CDK ?

ยท What are the problems that CDK solves?

ยท Simple demo to see the power of CDK in action


Get Instant Notification of New Courses on our Telegram channel.


After completing this course, you will be able to fully understand the value add which CDK can bring to your organization whether you are a developer, a DevOps engineer, or a cyber-security professional. This foundational course will give you all the skills needed to start a career in AWS CDK and give you the foundational knowledge needed to create more complex CDK constructs, stacks and apps going forward.

Take the step to advance your career today in this amazing new technology by AWS !

Who this course is for:

DevOps engineers interested in understanding AWS CDK

Cyber-security professionals wanting to understand the basics of AWS CDK

Infrastructure professionals who want to understand the benefits which AWS CDK brings over CloudFormation

English
language

Content

Introduction

Introduction
Course Structure

Use cases of CDK automation

What is CDK in in one line?
different scenarios when we automate infrastructure with AWS CDK

A Fibonacci generators application Build

Fibonacci generators