AWS Certified CloudOps Engineer - Associate

AWS CDK Essentials

How the AWS CDK turns code into CloudFormation: the three construct levels, apps and stacks, bootstrapping, the synth-diff-deploy workflow, and what changes for the operator once a stack is generated rather than written.

Intermediate 26 minutes 7 Learning Objectives
  1. Explain how a CDK app becomes a CloudFormation stack through synthesis
  2. Choose between L1, L2, and L3 constructs for a given requirement
  3. Describe what cdk bootstrap provisions and why it is required per account and Region
  4. Sequence the CDK workflow commands and state what each one does
  5. Predict the effect of renaming a construct ID on the deployed resources
  6. Use an escape hatch to set a property the L2 construct does not expose
  7. Decide when a plain CloudFormation template is the better tool