Companies Home Search Profile

AWS CDK v2: A Comprehensive Guide | Typescript

Focused View

Lal Verma

5:00:10

31 View
  • 1 - CDK Overview.mp4
    03:32
  • 2 - Course Overview.mp4
    04:55
  • 1 - Core Concepts.html
  • 3 - Optional Concepts.html
  • 4 - Optional AWS CloudFormation 101.mp4
    06:42
  • 5 - How does CDK Work.mp4
    02:26
  • 6 - Optional AWS CLI 101.mp4
    03:48
  • 7 - AWS CDK CLI.mp4
    02:25
  • 8 - References.html
  • 9 - AWS Prerequisites.html
  • 10 - Setup AWS CLI.mp4
    08:41
  • 11 - Setup AWS CDK.mp4
    03:37
  • 12 - Setup Typescript.mp4
    02:09
  • 13 - Optional AWS S3 101.html
  • 14 - Developing first CDK App.mp4
    11:13
  • 15 - References.html
  • 16 - Constructs.mp4
    05:22
  • 17 - Optional AWS Lambda 101.html
  • 18 - Demo Using L1 Constructs.mp4
    08:59
  • 19 - Demo Using L2 Constructs.mp4
    04:56
  • 20 - Demo Using L3 Constructs.mp4
    06:42
  • 21 - Creating your own Construct.html
  • 22 - Apps.mp4
    04:56
  • 23 - Stacks.mp4
    04:00
  • 24 - Demo Creating Multiple Tasks.mp4
    08:24
  • 25 - Demo Grouping Multiple Tasks.mp4
    05:55
  • 26 - Demo Nested Stacks.mp4
    06:16
  • 27 - Stacks API.html
  • 28 - Environments.mp4
    02:17
  • 29 - Demo Environments using Profiles.mp4
    05:21
  • 30 - Demo Environments with Code.mp4
    04:35
  • 31 - Demo Environments with Environment Variables.mp4
    05:25
  • 32 - Resources Identifiers.mp4
    02:50
  • 33 - Referencing Resources.mp4
    05:00
  • 34 - Demo Referencing resources inside the same stack.mp4
    07:25
  • 35 - Demo Referencing resources in different stacks.mp4
    07:37
  • 36 - Removal Policy.mp4
    02:19
  • 37 - Demo Removal Policy.mp4
    09:25
  • 38 - Tagging.mp4
    04:00
  • 39 - Demo Tag Resources.mp4
    07:20
  • 40 - Demo Tag Resources with Priority.mp4
    04:36
  • 41 - Advanced Tagging.html
  • 42 - Assets.mp4
    03:04
  • 43 - Demo AWS S3 Assets.mp4
    05:00
  • 44 - Demo Docker Image Assets Notes.html
  • 45 - Optional AWS ECR 101.mp4
    05:58
  • 46 - Optional AWS Fargate 101.mp4
    02:28
  • 47 - Optional AWS ECS 101.html
  • 48 - Demo Docker Image Assets.mp4
    06:18
  • 49 - CDK Permissions Grants.mp4
    03:54
  • 50 - CDK Permissions Roles Policies.mp4
    03:18
  • 51 - CDK Permissions Notes.html
  • 52 - Context Overview.mp4
    05:06
  • 53 - Demo Context and Caching.mp4
    05:24
  • 54 - Context for Custom Configuration.mp4
    05:00
  • 55 - Reference.html
  • 56 - Aspects.mp4
    02:35
  • 57 - Demo Assets.mp4
    06:08
  • 58 - Testing CDK Applications.mp4
    05:31
  • 59 - Demo Basic Testing.mp4
    05:14
  • 60 - Demo Testing with Match.mp4
    04:57
  • 61 - Demo Testing Snapshots.mp4
    04:26
  • 62 - Best Practices Code Repository.mp4
    05:03
  • 63 - Best Practices CDK Constructs.mp4
    04:55
  • 64 - Best Practices CDK Application.mp4
    05:00
  • 65 - API Reference.mp4
    04:00
  • 66 - AWS CDK Examples.mp4
    02:14
  • 67 - Constructs Hub AWS Solution Constructs.mp4
    02:55
  • 68 - Demo Code Examples.mp4
    03:26
  • 69 - Conclude.mp4
    03:28
  • 70 - AWS Fargate Sample Implementation using AWS CDK.mp4
    10:34
  • 71 - AWS ECS and EC2 Sample Implementation using AWS CDK.mp4
    11:06
  • Description


    Learning AWS CDK Version 2, in Typescript with 25+ demonstrations and examples.

    What You'll Learn?


    • CDK Basics - Core components and supporting technologies - AWS CloudFormation, CDK CLI
    • Develop CDK application - Pre-requisites, APIs, Code structure, CLI commands
    • Constructs - Different types of CDK constructs-L1,L2, L3
    • Stacks - Apps, Stacks (Multiple, Grouping, Nested)
    • Environments - Implicit Environments, Explicit Environments
    • Resources - Resource management, Removal policies, Referencing resources
    • Tags - CDK Tags, Priority, Include/Exclude
    • Assets - AWS S3 Assets and Docker Image Assets
    • Permissions - Grant methods, Roles & Policies
    • Context - Context Cache, Feature Flags, Configuration
    • Testing - Fine-grained testing, Snapshot Testing, Assertion Utilities
    • Best practices - Best practices for Application, Code and Constructs
    • Additional examples - ECS Fargate, ECS EC2

    Who is this for?


  • Software Professionals interested in defining Infrastructure as Code with AWS CDK and Typescript
  • What You Need to Know?


  • Worked with at least one technology/service offered by Amazon Web Services (AWS)
  • Basic understanding in Typescript
  • More details


    Description

    AWS Cloud Development toolkit, which is most often termed as CDK lets you build IaC (infrastructure as a code) applications with the expressive power of a programming language. This is changing the way, IaC code was developed, tested or deployed.

    CDK framework is available in 6 programming languages including Javascript, Typescript, Python, Java, Go and .Net. As the name suggests, AWS CDK is offered by AWS - Amazon Web Services.

    This course provides you a  practical training on AWS CDK, leveraging its core constructs and  features. The course contains following sections.


    1. Introduction - Quick overview of CDK and this course.

    2.CDK Basics -  Core components, supporting technologies like AWS CloudFormation and CDK CLI.

    3.Develop first CDK application - Bare minimum needed to develop any CDK application - Pre-requisites, APIs, code structure and the CLI commands.

    4. Constructs - Different types of CDK constructs-L1,L2, L3

    5. Stacks - Apps, Stacks, Grouping, Nested Stacks.

    6. Environments - Implicit Environments, Explicit Environments

    7. Resources - Resource management, Removal policies, Referencing resources.

    8. Tags - CDK Tags, Priority, Include/Exclude

    9. Assets - AWS S3 Assets and Docker Image Assets.

    10. Permissions - Grant methods, Roles & Policies,

    11. Context - Context Cache, Feature Flags, Configuration

    12. Testing - Testing CDK Applications, Template, Match,

    13.  Best practices - Best practices for Application, Code and Constructs.

    14. Conclude - References and Next Steps

    15. Examples - Additional examples


    Each of the sections are supported with sample demonstrations.  Please note that all the CDK examples are written in Typescript.

    Who this course is for:

    • Software Professionals interested in defining Infrastructure as Code with AWS CDK and Typescript

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    I am a solution architect having around 20+ years of experience in the design and development of enterprise softwares.  My expertise includes  Cloud Technologies (AWS, Google Cloud),  Data Analytics, Microservices, NoSql databases, Serverless Computing, Middleware, UI Technologies (Angular, Reactjs), and many other legacy technologies and frameworks.  Some of the major enterprises I served include Schlumberger, Sears Holdings, FedEx, Daimler Trucks North America, Cigna Healthcare, and StateStreet.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 58
    • duration 5:00:10
    • Release Date 2023/12/16