hands-on lab

Working with the AWS CDK Toolkit

Difficulty: Beginner
Duration: Up to 1 hour and 30 minutes
Students: 116
Rating: 5/5
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.

Description

The AWS CDK (Cloud Development Kit) is a software development framework for provisioning and managing AWS cloud infrastructure resources using code.

The AWS CDK Toolkit is the primary tool for interacting with an application built using the AWS Cloud Development Kit. The CDK Toolkit is essentially the CLI command cdk accompanied by various subcommands, which allow you to initiate, synthesize, and deploy cloud resources to your AWS account.

In this lab, you will walk through the development process of a sample AWS CDK application in an integrated development environment (IDE) to utilize the AWS CDK Toolkit and discover the usage and benefits of the subcommands.

Learning Objectives

Upon completion of this beginner level lab, you will be able to:

  • Utilize the AWS CDK Toolkit to manage cloud infrastructure
  • Identify use cases for the various CDK Toolkit subcommands

Intended Audience

  • Cloud Architects
  • DevOps Engineers
  • Software Engineers

Prerequisites

Familiarity with the following will be beneficial but is not required:

  • Python Programming

The following courses and labs can be used to fulfill the prerequisite:

Covered topics

Hands-on Lab UUID

Lab steps

0 of 5 steps completed.Use arrow keys to navigate between steps. Press Enter to go to a step if available.
  1. Initializing a Project and Listing Stacks Using the CDK Toolkit
  2. Bootstrapping an AWS Environment Using the AWS CDK Toolkit
  3. Understanding Synthesizing and Deploying with the AWS CDK Toolkit
  4. Adding to an AWS CDK Application with the CDK Toolkit
  5. Deleting a Stack from an AWS Environment Using the CDK Toolkit