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
- Explain how a CDK app becomes a CloudFormation stack through synthesis
- Choose between L1, L2, and L3 constructs for a given requirement
- Describe what cdk bootstrap provisions and why it is required per account and Region
- Sequence the CDK workflow commands and state what each one does
- Predict the effect of renaming a construct ID on the deployed resources
- Use an escape hatch to set a property the L2 construct does not expose
- Decide when a plain CloudFormation template is the better tool
