Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Infrastructure as Code, Master AWS Cloud Development Kit CDK
Rating: 4.2 out of 5(478 ratings)
4,541 students

Infrastructure as Code, Master AWS Cloud Development Kit CDK

AWS Cloud Development Kit (AWS CDK) Create and provision AWS infrastructure as code. Deployments predictably &repeatedly
Created byIcaro Lavrador
Last updated 3/2021
English

What you'll learn

  • What is the CDK - Cloud Development Kit
  • What is the CDK doing behind the scenes
  • How to use Infrastructure as Code
  • How to use Infrastructure as Code on AWS
  • How to track Infrastructure using version control

Course content

21 sections53 lectures3h 47m total length
  • Introduction to AWS CDK0:36
  • Creating an AWS account3:44
  • Initial Environment setup to use the CDK, appendix section and checking for node1:40
  • Installing the AWS CLI and configuring it5:30
  • Installing the AWS CDK (Cloud Development Kit)2:15

Requirements

  • Basic knowledge on AWS
  • Basic knowledge on TypeScript (or coding in general)

Description

AWS Cloud Development Kit (AWS CDK)


Welcome to the AWS Cloud Development Kit (AWS CDK) Developer Guide. This document provides information about the AWS CDK, which is a software development framework for defining cloud infrastructure in code and provisioning it through AWS CloudFormation.


AWS CloudFormation enables you to:


Create and provision AWS infrastructure deployments predictably and repeatedly.


Leverage AWS products such as Amazon EC2, Amazon Elastic Block Store, Amazon SNS, Elastic Load Balancing, and Auto Scaling.


Build highly reliable, highly scalable, cost-effective applications in the cloud without worrying about creating and configuring the underlying AWS infrastructure.


Use a template file to create and delete a collection of resources together as a single unit (a stack).


Use the AWS CDK to define your cloud resources in a familiar programming language. The AWS CDK supports TypeScript, JavaScript, Python, Java, and C#/.Net.

Who this course is for:

  • Developers that want to manage they infrastructure as they manage they code
  • DevOps that want to further develop they skills
  • Developers that want to be able to manage infrastructure in code